* { margin: 0px; padding: 0px; }
body {
background: #1ea3dc;
background-image: url(/images/bg.jpg);
background-repeat: no-repeat;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}
a { color: #000000; text-decoration: underline; }
a:hover { color: #1ea3dc; }

#maintable { width: 750px; margin: 0 auto; background: #fff; border: solid 20px #fff;}

.topbar { background: url(/images/topbar.jpg) top left no-repeat; height: 97px; width: 750px; }
h1{ color:#1ea3dc; font-family:Arial, Helvetica, sans-serif; font-size:18px; margin:0; padding:0;}
/*h1 { 
font-family: Georgia, "Times New Roman", Times, serif; 
color: #000; 
font-size: 18px; 
font-weight: normal;
padding-left: 50px;
padding-bottom: 30px;
text-align: left;
}*/
h2{
font-size: 12px;
padding-bottom: 5px;
}
p {
padding-bottom: 10px;
}

ul.nav { width: 750px; padding-bottom: 2px;}
.nav li {
display: inline;
padding-left: 39px;
padding-right: 40px;
border-right: 1px solid #fff;
}
.nav li.last { border: 0px; }


td.spacer { height: 10px; }
td.sidenav { background-color: #ededec; width: 220px; padding-top: 30px;}
td.sidenav a { color: #000; font-size: 11px; padding-left: 20px;}
td.sidenav a:hover { color: #003366; border-left: 4px solid #2f457f;}
td.sidenav a.currentsublink { color: #000; border-left: 4px solid #2f457f;}
td.sidenav ul { width: 220px;}
td.sidenav li { list-style: none;  padding-bottom: 10px;}
td.content {  padding-top: 30px; padding-left: 30px; }

.pullout {
width: 158px;
height: 128px;
background: url(/images/box.jpg);
font-size: 11px;
}
.pullout p {
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
.pullout a { color: #000; } .pullout a:hover { color: #003366; }

.associations{
	margin:0; padding:0;
	list-style:none;
	font-size:11px;
}
.associations li{margin:0; padding:6px 0; border-bottom:1px #CCC dashed; clear:left; height:auto;}
.associations li img{ clear:left;}
.associations li span{margin-left:250px; color:#000; display:block;}
.associations li h1{ color:#1ea3dc; font-family:Arial, Helvetica, sans-serif; font-size:18px; margin:0; padding:0;}

.associations li a{color:#000;}
.associations li a:hover{text-decoration:underline;}


.footer { background: url(/images/footer.jpg); height: 106px; width: 750px; color: #fff;}
.footp { padding-left: 30px; padding-top: 5px; }

.clear{
	clear:both;
	height:0;
	line-height:0;
}
