/* Authored by Mark Doering 2/27/08 */



body {
margin: 0px auto;
background-color: #646464;
}

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
text-align: left;
}

a {
color: #4c575d;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #4c575d;
font-weight: bold;
text-decoration: underline;
}


.menu {
<tr>
<td>does this work if I put infor in here?
</td>
</tr>
}

.title {
font-size: 14px;
font-weight: bold;
color: #FF5A00;
}

.header {
height: 150px;
background-image: url(http://www.hudsonbootcamp.com/images/header_plain.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.headerleft {
height: 25px;
background-image: url(http://www.hudsonbootcamp.com/images/mainbodybg800.gif);
background-repeat: repeat-y;
background-color: #646464;
font-size: 11px;
}

.headerright {
padding: 15px 15px 0 0;
}

.mainbody {
background-image: url(http://www.hudsonbootcamp.com/images/mainbodybg800.gif);
background-repeat: repeat-y;
background-color: #646464;

}

.mainleft {
padding: 0 8px 0 20px;
font-size: 13px;
color: #4c575d;
}

.maintop {
padding: 0 20px 0 8px;
font-size: 13px;
color: #4c575d;
}

.table {
font-weight: bold;
color: #000000;
}

.dividervert {
background-image: url(http://www.hudsonbootcamp.com/images/vert_line.jpg);
background-repeat: repeat-y;
}

.maincenter {
padding: 0 20px 0 20px;
}

.mainright {
padding: 0 20px 0 8px;
font-size: 13px; 
color: #4c575d;
}

.indent {
padding-left: 130pt;
padding-right: 20pt;
}

.footer {
height: 43px;
margin: 0;
background-image: url(http://www.hudsonbootcamp.com/images/footer_plain.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.footeryellow {
height: 43px;
margin: 0;
background-image: url(http://www.hudsonbootcamp.com/images/footer_yellow.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.footergreen {
height: 43px;
margin: 0;
background-image: url(http://www.hudsonbootcamp.com/images/footer_green1.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.footerblue {
height: 43px;
margin: 0;
background-image: url(http://www.hudsonbootcamp.com/images/footer_blue.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.footerred {
height: 43px;
margin: 0;
background-image: url(http://www.hudsonbootcamp.com/images/footer_red3.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.footergrey {
height: 43px;
margin: 0;
background-image: url(http://www.hudsonbootcamp.com/images/footer_grey2.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.footerleft {
padding: 8px 0 0 35px;
font size: 9px;
}

.footerright {
text-align: right;
padding: 8px 35px 0 0;
font size: 9px;
}

.poweredBy {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555555;
}