/* CSS Document */
div #container{
	display: block;
	position: relative;
	margin: 0px;
}
div #header {
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	text-align: left;
	background-color: #000033;
	width: auto;
	border-bottom-style: solid;
	display: block;
	float: left;
}
div#header a:link, div#header a:visited, div#header a:active, div#header a:focus 
{
	background-color: #000033;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 2px 2px 3px;
	text-decoration: none;
	width: 75px;
	margin: 0px;
	float: left;
	text-align: center;
	white-space: nowrap;
	border-top: 1px #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px #FFFFFF;
	border-left: 1px #FFFFFF;
	height: auto;
}

div#header a:hover
{
	text-decoration: underline;
	background-color: #336699;
}
div #content {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	text-align: left;
	clear: left;
}
div #main {
	background-color: #FFFFFF;
	height: 400px;
	width: 700px;
	border: 1px solid #CCCCCC;
}
div #SideImage {
	display: block;
	width: auto;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-style: solid;
}
div #mainText {
	display: block;
	float: left;
	width: 279px;
	clear: left;
	background-color: #999999;
	margin: 0px;
	height: 280px;
}
div #footer {
	display: block;
	clear: left;
	background-color: #000033;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: solid;
}
div #header ul li {
	display: inline;
	list-style-type: none;
}
div #header ul {
	display: inline;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px;
}
.mainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.legalFooter {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
div #header img {
	clear: right;
	float: left;
}
div #scrollText {
	height: 300px;
	overflow: auto;
	width: 316px;
	float: left;
	background-color: #999999;
}
.mainText ul li a:link, .mainText ul li a:visited, .mainText ul li a:active, .mainText ul li a:focus{
	color: #FFFFFF;
	text-decoration: none;
}
.mainText ul li a:hover{
	text-decoration:underline;
	color: #000033;
}
div#contentRight {
	display: block;
	float: left;
	background-color: #666666;
	width: 380px;
	height: 280px;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #FFFFFF;
}
div#miniNav{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	background-color: #000033;
}
div#miniNav a:link, div#miniNav a:visited, div#miniNav a:active, div#miniNav a:focus 
{
	background-color: #336699;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 2px 2px 3px;
	text-decoration: none;
	width: 90px;
	margin: 0px;
	float: left;
	text-align: center;
	white-space: nowrap;
	border-top: 1px #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px #FFFFFF;
	border-left: 1px #FFFFFF;
	height: auto;
}
div#miniNav a:hover
{
	text-decoration: underline;
	background-color: #99CCFF;
}
div #miniNav ul li {
	display: inline;
	list-style-type: none;
}
div #miniNav ul {
	display: inline;
}
dix#contentRightSmall {
	display: block;
	float: left;
	background-color: #666666;
	width: 360px;
	height: 280px;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #FFFFFF;
}
