@charset "UTF-8";
/* CSS Document */

body {margin:0;padding:0;background:url(siteback.jpg);}
p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:1.3em;
}
p2 {font-size:11px;font-family:Arial, Helvetica, sans-serif;font-weight:bold;color:#ffffff;}
h1 {font-size:14px;font-family:Arial, Helvetica, sans-serif;color:#0074a5;}
h2 {font-size:12px;font-family:Arial, Helvetica, sans-serif;color:#666666;}
ul {font-size:11px;font-family:Arial, Helvetica, sans-serif;color:#191377;}
ol {font-size:15px;font-family:Arial, Helvetica, sans-serif;color:#ffffff;}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}

#container {width:950px;margin:0 auto;}
#header {height:119px;width:950px;float:left;background:url(header.jpg);}
#menu {position:absolute;margin-top:30px;margin-left:200px;width:530px;}
.nav {position:absolute;margin-top:98px;margin-left:20px;width:949px;}
#title {float:right;margin-top:90;height:auto;width:700px;}
#title h1 {margin-right:120px;}
.pack {float:right;margin-top:0;height:200px;width:350px;}
.right {float:right;margin-left:6px;}
.left {float:left;margin-right:6px;}

.clear {clear:both;display:none;}

#content {width:940px;float:left;background:url(bodyback.jpg) repeat;padding:0 5px;}
#content2 {width:940px;float:left;background:url(bodyback2.jpg) repeat;padding:0 5px;}
#content3 {width:940px;float:left;background:url(bodyback3.jpg) repeat;padding:0 5px;}
#footer {clear:both;background:url(footerback.jpg);width:950px;height:36px;padding-top:5px;}
#footer p,a {color:000000;}
#footer-about {clear:both;background:url(footer_about.jpg);width:950px;height:237px;}
#footer-black {clear:both;background:url(footer-black.jpg);width:950px;height:237px;}
#footer-grad {clear:both;background:url(footer-grad.jpg);width:950px;height:237px;}

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: white;
padding: 6px 4px 4px 4px; /*top padding is 6px, bottom padding is 4px*/
margin-right:20px; /*spacing between each menu link*/
text-decoration: none;
/*border-bottom: 3px solid gray; bottom border is 3px*/
border-bottom:#333 1pt dotted;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
/*border-bottom-color: black;*/
background:#3eb6d2;
border-bottom:1pt dotted white;
}

