body {
	background-color: #908873;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
}
#container #border_main #content #header1 {
	background-color: #99CCFF;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 90px;
	width: 400px;
}
#container #border_main #content #header2 {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 90px;
	width: 210px;
	text-align: left;
}
#container #border_main #content #subpagecontents {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 720px;
	height: auto;
}
#container #border_main #content #subpagecontents h2 {
	width: 700px;
}
#container #border_main #content #subpagecontents h3 {
	width: 700px;
}
#container #border_main #content #subpagecontents p {
	width: 700px;
}
#container #border_main #content #subpagecontents ul {
	float: left;
	font-size: small;
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #border_main #content #subpagecontents li {
	width: 400px;
	text-align: left;
	list-style-position: outside;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#container {
	text-align: center;
	padding: 0px;
	float: none;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

#container #margin_top {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 100%;
	top: 0px;
	position: relative;
	float: none;
}
#container #border_top {
	background-image: url(../graphics/border_top.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 6px;
	width: 740px;
	background-position: center bottom;
	text-align: left;
	margin: 0px;
	float: left;
}
#container #border_main {
	background-image: url(../graphics/border_main.gif);
	background-repeat: repeat-y;
	padding: 0px;
	width: 740px;
	background-position: center;
	height: auto;
	text-align: left;
	margin: 0px;
	float: left;
}
#container #border_main #content {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 740px;
	z-index: 5;
	height: auto;
	text-align: left;
}
#container #border_bottom {
	background-image: url(../graphics/border_bottom.gif);
	background-repeat: no-repeat;
	padding: 0px;
	width: 740px;
	top: 0px;
	height: 6px;
	background-position: center top;
	text-align: left;
	margin: 0px;
	float: left;
}
#container #footer {
	padding: 0px;
	height: auto;
	width: 740px;
	z-index: 1;
	font-size: 0px;
	margin: 0px;
	float: left;
}
#container #footer p {
	text-align: right;
	vertical-align: top;
	position: relative;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 {
	font-size: large;
	float: left;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	text-align: left;
}
h3 {
	font-size: large;
	float: left;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	font-weight: lighter;
	text-align: left;
}
p {
	font-size: small;
	text-align: left;
	float: left;
	padding-top: 1em;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
