/* CSS Document */

body {
	margin: 0px;
	background-image: url(http://www.wpsic.com/images/background2.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x; 
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 11px;
	/* border: 5px solid #dddddd; */
	}

	
/* NONbold blue link styles with gold hover and underline hover */
a:link    {color:#002f5d; font-weight:normal; text-decoration:underline; }
a:visited {color:#002f5d; font-weight:normal; text-decoration:underline;}
a:hover   {color:#b47020; font-weight:normal; text-decoration:underline;}
a:active  {color:#002f5d; font-weight:normal; text-decoration:underline;}



/* TOP BANNER */

/* TOP BANNER BACKGROUND - GENERIC */
#topbannerbox {
	background-image: url(../images/navback.gif); 
	/* Note: this is the blue line in the top banner box */
	background-repeat:repeat-x;
	}
		
#topbannerboxwide {
	background-image: url(../images/navback.gif); 
	background-repeat: repeat-x;
	}

div#topnav {
float: left; width:100%; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold; /*text-align: center;*/
}

/* TOP BANNER - IMAGE (LOGO)  */
div#topnav img{
float: left; width: 143px; height: 40px; margin-top:3px;
}


/* TOP BANNER - POSITION/STYLES LINKS ON RIGHT */

div#topnav p {
margin-top:5px; margin-right:3px; float:right; font-weight:400; text-align:right; 
}


/* Footer, css version */

#footer {clear:both; background: #ffffff; border-bottom: 1px solid #b99c6b; border-top: 1px solid #b99c6b; padding-top:3px; padding-bottom:3px; text-align:center; height:1%;}

#copyright {clear:both; background: #ffffff; padding-top:3px; padding-bottom:3px; text-align:center; font-size: 10px;}


/* See navigation.css for top banner with tabs or EPIC agent postlogin top banner */
