#container
{
	width: 100%;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
}

#top
{
	padding: 0.5em;
	border-bottom: 1px solid gray;
	background-color: #2A5E8A;
	width: 100%;
}

#top h1
{
padding: 0;
margin: 0;
}


#leftnav
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
}

#content
{
	margin-left: 200px;
	border-left: 1px solid gray;
	padding: 1em;
	max-width: 100%;
	background-image: url(/images/oa-bkgd.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 100% 100%;
	height: auto;
	width: auto;
}

#footer
{
	clear: both;
	color: #FFFFFF;
	height: 50px;
	border: 1px solid gray;
	background-color: #2A5E8A;
	margin: 0;
	padding: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
.HeaderTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.NormalText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4A4A4A;
}
.FooterLinkWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.FooterLinkCyan {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00FFFF;
	text-decoration: underline;
}
.ContentHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #2A5E8A;
}
.ContentSubHeader {

	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #079FE9;
}
