/* margin and padding for all elements */
* { 
	margin: 0;
	padding: 0;
}

body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: url(../imagefiles/body_bkgrd.gif) repeat-y 50%;
}

.bodyrule {
	border-bottom: 1px solid #000000;
	margin: 3px 0 3px 0;
}

#bkgrdcontain {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}

#pagecontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 200%;
	color: #666666;
	position: relative;
	height: 100%;
	width: 850px;
	padding: 0px;
	margin: 0 auto;

}

#sidepanel {
	height: auto;
	width: 190px;
	left: 20px;
	top: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
}

#sidepanel h1 {
	height: auto;
	width: 190px;
	margin: 25px 0 0 0;
	position: relative;
	text-align: center;
}

#sidepanel h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: normal;
	font-style: italic;
	line-height: 180%;
	margin: 55px 15px 0 15px;
	position: relative;
}

#sidepanel h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	line-height: 150%;
	margin: 10px 0 0 0;
	position: relative;
}

#sidepanel h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
	margin: 55px 25px 0 25px;
	position: relative;
}

#sidepanel p {
	font-size: 100%;
	line-height: 160%;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
	color: #7C6240;
}

#sidepanel p.devlogo {
	text-align: center;
	margin: 15px 0 0 0;
}

#sidepanel p.boldcenter {
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0;
	color: #666666;
}

#sidepanel ul {
	list-style-type: none;
	text-align: left;
	margin: 45px 0 0 10px;
	padding: 0;
	width: 160px;
	line-height: 150%;
}

#sidepanel ul li {
	list-style-type: none;
	display: inline;
}

#sidepanel ul li p {
	list-style-type: none;
	display: inline;
}

#sidepanel ul li a {
	background: url(../imagefiles/chevronoff.gif) no-repeat left center;
	margin: 0;
	padding: 0 0 0 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
	text-decoration: underline;
	color: #666666;
	display: block;
	width: 160px;
}

#sidepanel ul li a:hover {
	background: url(../imagefiles/chevronon.gif) no-repeat left center;
	color: #999999;
}

#sidepanel ul li a:active {
	background: url(../imagefiles/liston.gif) no-repeat left center;
	color: #991217;
}

#selected {
	background: url(../imagefiles/chevronon.gif) no-repeat left center;
	color: #991217;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 15px;
}










#contentwrapper {
	height: auto;
	width: 850px;
	top: 115px;
	margin: 0px;
	text-align: left;
	position: absolute;
	left:0px;
}

#breadtrailbar {
	position: relative;
	height: 25px;
	width: 625px;
	margin: 0px;
	text-align: left;
	background: url(../imagefiles/chevron.gif) #EDE4C6 no-repeat left center;
	padding: 0;
}

#breadtrail {
	position: relative;
	float: left;
	font-size: 105%;
	line-height: 105%;
	color: #666666;
	margin: 6px 0 0 0;
	padding: 0 0 0 25px
}

#mainimage {
	position: relative;
	left: 0px;
	top: 0px;
	height: 250px;
	width: 625px;
	margin: 0px;
	overflow:hidden;
}

#smallimage {
	position: relative;
	float: left;
	height: 300px;
	width: 150px;
	margin: 6px 0 0 0;
	font-weight: bold;
	color: #7C6240;
	overflow:hidden;
}

#smallimage img {
	margin: 0 0 10px 0;
}

#maintext {
	position: relative;
	float: right;
	width: 450px;
	margin: 0px;
	text-align:left;
}

#maintext p {
	font-size: 105%;
	padding: 0 25px 0 0;
	margin: 0 0 15px 0;
}

#maintext h1 {
	font-size: 250%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #65756A;
	margin: 10px 0 15px 0;
}

#maintext h2 {
	font-size: 125%;
	font-weight: bold;
	color: #991217;
	margin: 0 0 6px 0;
}

#maintext h3 {
	font-size: 125%;
	font-weight: bold;
	color: #329540;
	margin: 6px 25px 0 0;
}

#maintext h4 {
	font-size: 105%;
	font-weight: bold;
	color: #7C6240;
	margin: 0;
}

#footer {
	clear: both;
	width: 625px;
	background-color: #FFFFFF;
	padding: 10px 0 0 125px;
}

#footer .billboard {
	float: left;
}

#footer .disclaimer {
	padding: 10px 0 0 0;
	float: left;
	line-height: 12px;
}
#footer .logos {
	float: right;
	text-align: right;
	margin: 0;
	vertical-align: 90%;
}

.green {
	color: #329540;
}

.greenbold {
	color: #329540;
	font-weight: bold;
}

.tan {
	color: #7C6240;
}

.tanbold {
	color: #7C6240;
	font-weight: bold;
}

.red {
	color: #991217;
}

.redbold {
	color: #991217;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}
.extraspacebefore {
	margin: 10px 0 0 0;
}
.extraspaceafter {
	margin: 0 0 10px 0;
}
div.shadow {
	display:block;
	height: 22px;
	background-image: url(../imagefiles/shadowbit.gif);
	background-repeat: repeat-x;
}
div#flashbox {
	padding:0 0 50px 50px;
}