body {
margin: 0px 0px 0px 0px;
background-image: url(/images/menubg.jpg);
background-repeat: no-repeat;
background-position: top left;
background-color: #FFF;
}

body,p,td,ul,.text {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
line-height: 16px;
color: #6699CC;
margin: 0px 0px 8px 0px;
}

td {margin-bottom: 0px;}

ul {
margin-left: 20px; /*removes indent IE and Opera*/
padding: 0px; /*removes indent Mozilla and NN7*/
text-align: left;
}

A:link {color: #6699CC; text-decoration: underline}
A:visited {color: #6699CC; text-decoration: underline}
A:active {color: #CC0000; text-decoration: underline}
A:hover {color: #333488; text-decoration: none}

smalltext {font-size: 10px; line-height: 12px;}
smalltext A:link {font-size: 10px; line-height: 12px; color: #6699CC; text-decoration: underline;}
smalltext A:visited {font-size: 10px; line-height: 12px; color: #6699CC; text-decoration: underline;}
smalltext A:active {font-size: 10px; line-height: 12px; color: #CC0000; text-decoration: underline;}
smalltext A:hover {font-size: 10px; line-height: 12px; color: #333488; text-decoration: none;}

h1 {font-size: 16px; line-height: 18px; font-weight: bold; color: #000080;}

sub {font-weight: bold; color: #000080;}

#contentleft {
width: 100%;
float: left;
margin: 0px;
padding: 7px;
}
		
#contentcenter {
/*/*/display: block;
width: 100%;
margin: 0px;
padding: 10px;
float:left;
}