body {
margin: 0px 0px 0px 0px;
background-image: url(/images/bg.gif);
background-repeat: repeat-y;
background-position: top left;
background-color: #FFF;
}

body,p,td,ul,.text {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; 
line-height: 14px;
color: #000000;
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: #333488; text-decoration: underline}
A:visited {color: #333488; text-decoration: underline}
A:active {color: #CC0000; text-decoration: underline}
A:hover {color: #333488; text-decoration: none}

.smalltext {font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; color: #000000}
.smalltext A:link {font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; color: #333488; text-decoration: underline;}
.smalltext A:visited {font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; color: #333488; text-decoration: underline;}
.smalltext A:active {font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; color: #CC0000; text-decoration: underline;}
.smalltext A:hover {font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; color: #333488; text-decoration: none;}

	#contentall {
		width: 805px;
		}
		
	#contenttop {
		width: 800px;
		height: 175px;
		float: left;
		margin: 0px;
		padding: 0px;
		/*/*/display: block;
		}

	#contentleft {
		width: 204px;
		height: 1500px;
		background-image: url(/images/leftbg.jpg);
		background-repeat: repeat-x;
		background-position: top left;
		float: left;
		margin: 0px;
		padding: 0px;
		}
		
	#contentcenter {
		/*/*/display: block;
		width: 556px;
		margin: 20px 20px 20px 20px;
		padding: 0px;
		float: left;
		background-color: #FFF;
		}

.heading {
font-size: 18px; 
line-height: 20px;
color: #0072bc; 
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
/*/*/display: block;
margin-bottom: 8px;
}

.subhead {
font-size: 14px; 
line-height: 16px;
color: #000; 
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
/*/*/display: block;
margin-bottom: 2px;
margin-top: 8px;
}

.headercell, .headercell td p, .headercell td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px; 
font-weight: bold;
color: #FFF;
background-color: #0072bc;
}

.lightcell, .lightcell td p, .lightcell td {
background-color: #EEE;
}

.darkcell, .darkcell td p, .darkcell td {
background-color: #DDD;
}

.button, .disabledButton {
    background: #0072bc;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-top: 1px solid #000;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #fff; font-size: 11px; font-weight: normal;
    padding: 1px 1px;
    margin: 1px 1px;
    text-decoration: none;
    cursor: pointer; cursor: hand;
    }

.button:hover, .button:focus {
    background: #000;
    }

