/* CSS Document */

body {
	margin-top: 15px;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #acc892;
	background-image: url(../images/web-bkgd2.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapper-bkgd.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

/* Header */

#header {
width: inherit;
height: 300px;
background-color: #transparent;
position:relative;
border: 1px solid #4A6A2A;
padding:0;
font-family: Georgia, Times New Roman, Times, serif;
font-size: .85em;
font-style: italic;
color: #663333;
}

#nav {
margin-top: 6px;
width: 750px;
text-align: center;
}

#contentleft {
float: left;
width: 200px;
margin-top: 6px;
padding: 10px;
border: 1px solid #999;
margin-bottom: 6px;
background-color: #f3f6a4;
font-size: .80em;
color: #00693f;
text-align: right;
}

#usc {
	margin: 8px;
	border: 1px solid #999;
	background-color:#FFF;
	padding: 8px;
	text-align:left;
	font-size: .85em;
	color: #333;
	line-height: 140%;
}

#contentleft a {
color: #336600;
text-decoration: underline;
}

#contentleft a:hover {
color: #333;
text-decoration: none;
}

#contentright {
float: right;
padding: 10px;
width: 499px;
margin-top: 6px;
margin-bottom: 6px;
border: 1px solid #999;
font-size: .85em;
line-height: 130%;
font-family: Georgia, Times New Roman, Times, serif;
color: #666;
background-color: #fff;
}

#contentright a {
color: #336600;
text-decoration: underline;
}

#contentright a:hover {
color: #333;
text-decoration: none;
}

#contentright h2 {
color: #e67001;
font-weight: normal;
}

#contentright h3 {
color: #663300;
font-weight: normal;
font-style: italic;
}

#footer {
clear: both;
text-align: right;
border: 1px solid #666;
margin-top: 6px;
background-color: #718e56;
padding-top: 7px;
padding-bottom: 7px;
padding-right: 11px;
color: #f5f3e6;
font-size: .75em;
}

#footer a {
color: #fcb738;
text-decoration: none;
}

#footer a:hover {
color: #fff;
text-decoration: underline;
}





