*{margin:0; padding:0;
}
body {
	background-color: #666666;
	background-image: url(./images/bkg1.gif);
	background-repeat: repeat;	
}
#content {
	width: 800px;
	height: 100%;
	background-color: #F7EDC5;
	background-image: url(./images/mainbkg.gif);
	background-repeat: repeat-y;
}
#outer {
	width: 600px;
	position: relative;
	z-index: 1;
	height: 100%;
	background-color: #F7EDC5;
}
#wrap {
	display: inline;
	float: left;
	width: 600px;
	height: 100%;
}
#main {
	display: inline;
	float: right;
	width: 600px;
	background-color: #FFFFFF;
	height: 100%;
}
#sidebar {
	display: inline;
	float: left;
	width: 200px;
	margin-right: -200px;
	position: relative;
	background-color: #f7edc5;
}
#sidetextbox {
	display: block;
	margin: 10px;
	width: 180px;

}
#sidetextbox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
	text-align: left;
}
#sidetextbox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #A08000;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 8px;
}
#textbox {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
}
#textbox p, .bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}
#textbox a {
	text-decoration: underline;
	color: #000000;
}
#textbox a:hover {
	color: #666666;
	text-decoration: underline;
}
#textbox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #a08000;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: transparent;
	background-image: url(./images/h1_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	text-indent: 24px;
}
#textbox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	background-image: url(./images/h2_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0;
	text-indent: 18px;
}
.insetbox {
	background-color: #fcf8e9;
	display: block;
	width: 385px;
	border: 4px solid #A08000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 160px;
	position: relative;
	margin-bottom: 20px;
}
#textbox .insetbox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
#textbox .insetbox .photobox {
	width: 130px;
	top: 15px;
	display: block;
	position: absolute;
	margin-left: -150px;
}
#textbox .insetbox .insetboxmini {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}
#textbox .insetbox .photobox ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #A08000;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
}
#textbox .insetbox .photobox li {
	margin-bottom: 10px;
}
#center {
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9D7E15;
	border-left-color: #9D7E15;
}
#header {
	background-image: url(./images/USP_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 155px;
	width: 800px;
}
.clear {
	clear: both;
}
#footer {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	text-align: center;
	display: block;
}
