/* CSS Document */

/*Essential_Tags*/

body {
margin:0;
background-image: url(Images/bkgd.jpg);
font-family:Verdana, Arial, Helvetica, sans-serif;}

p {
text-indent: 0px}

h2 {
font-size:14px; font-weight:bold;
margin: 0 0 0 0}

/*Layout DIV IDs*/

#container {
margin: auto;
width:741px;
background-image:url(Images/content.jpg);
background-repeat:repeat-y;}

#header {
background-image:url(Images/header_new.jpg);
background-repeat:no-repeat;
height: 164px;
width: 741px}

/*CHANGES BY SETH*/

#nav {
	padding-top: 101px;
	margin-left: 15px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	height: 32px;
	width: 100%;
	}

#nav ul {
	margin:0;
	padding:0;
	line-height: 32px;
	white-space:nowrap;
	}
	
#nav ul li {
	list-style-type: none;
	display: inline;
	}

#nav li a {
	color: white; 
	text-decoration: none;
	padding: 8px 10px 10px 10px;
	}

#nav li a:hover {
	color: white;
	text-decoration: none;
	background: #3b79b4;
	}
	
/* END CHANGES */

#content {
padding: 0 10px 20px 10px;
min-height:400px;
font-size:10px}

#contentside {
width:210px;
padding-right:10px;
min-height:400px;
float:left;
overflow:hidden}

#contentside p{
padding-left:6px;}

#contentright {
width:460px;
margin-left:227px;
min-height:400px;
padding:10px 5px 0 0;
line-height:14px;}


#contentheader {
margin-bottom:10px;
float:right}

#footer {
padding: 15px 15px 0 0;
background-image:url(Images/footer.jpg);
background-repeat:no-repeat;
height:89px;
width:741px;
text-align:right;
font-size:10px;
color:#FFFFFF;
clear: both;}

/*INLINE CLASSES*/

.footerleft {
margin-left:15px;
width:741px;
float:left;
text-align:left;
}

.footerleft a:link{
text-decoration:none;
color:#FFFFFF}

.footerleft a:visited{
text-decoration:none;
color:#FFFFFF}

.footerleft a:hover{
border-bottom:thin solid #FFFFFF;
padding-bottom:2px}


.floatimg {
float:right;
border:thin solid #000000}


li.cap {
	margin-left:20px;}
ul.cap {
	margin-top:0px;
	}

.red {
	color:red}



.text {
	font-size: 11px;
	font-family: Verdana, serif;
	}











