/* DEFAULT STYLES (BODY, P, A, ETC. */
body {
text-align:center; /*center hack*/
}

#wrap {
width:800px; /*IE6 hack*/
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
font-size:13px;
font-family:arial;

}

#header{
float:left;
width:800px;
height:135px;
}

#topNav{
float:left;
width:800px;
color:#ffa243;
font:bold 11px/0.69em Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-align:center;
margin:10px 0 10px 0;
display:inline;
}

#topNav ul{
margin:0px;
}

#topNav li{
display:inline;
list-style-type:none;
padding:0 5px 0 0;
}

a:link, a:visited{
text-decoration:none;
color:#2f5e84;
}

a:hover, a.currentPage{
text-decoration:none;
color:#e83e96;
}

/*#homeBox{  this is for the 3 homepage boxes. it's been commmented out so we can temporarily use the same style for the temporary homepage
width:258px;
float:left;
padding:10px 13px 0 0;
}*/
#homeBox{
width:760px;
float:left;
padding:10px 10px 0 30px;
}
#homeBox h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #3c6;
}

#footer{
float:left;
width:800px;
color:#2f5e84;
font:bold 12px/0.75em Arial, Helvetica, sans-serif;
text-align:center;
margin:10px 0 20px 0;
display:inline;
border-bottom: 2px solid #ffa243;
}

#footer .orange{
color:#ffa243;
}

#footer ul{
margin:10px 0 20px 0;
}

#footer li{
display:inline;
list-style-type:none;
padding:0 17px 0 0;
}


