﻿/* CSS layout */
html {
overflow-y: scroll;
}

body {
	padding: 0;
	width: 950px;
	margin: auto;
	color: #50646C;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	text-align: center;
}

#top_nav {
	margin: 0px 0px 15px 177px;
	padding: 0px;
	text-align: center;
	/*border-left-width: 1px;
	border-left-color: #666666;
	border-left-style: solid;*/
}

#container {
	min-width: 600px;
}

#left_col {
	width: 170px;
	float: left;
}

#right_col {
	width: 465px;
	float: right;
}

#page_content {
	margin-left: 170px;
	margin-right: 480px;
	height: 445px;
}

#footer {
	clear: both;
	padding: 0px;
	margin: 5px 0px 0px 112px;
	text-align: left;
	font-size: 10pt;
	color: #50646c;
}

#footernav {
	clear: both;
	padding: 0px;
	margin: 10px 0px 0px 177px;
	text-align: left;
	font-size: 10pt;
	color: #50646c;
	background-color: #7B7C80;
	height: 25px;
}

#copyright {
	padding: 0px;
	margin: 10px 0px 0px 177px;
	text-align: left;
	font-size: 8pt;
	color: #506159;
}

#bluebox {
	padding: 5px 10px 5px 10px;
	margin: 0px;
	background-color: #7F9FAC;
	height: 95px;
	text-align: left;
	color: #eeeeee;
	width: 400px;
	float: left;
	clear: both;
}
#brownbox {
	margin: 5px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #906E53;
	height: 95px;
	text-align: left;
	color: #eeeeee;
	float: left;
	clear: both;
	width: 400px;
}
#greenbox {
	padding: 5px 10px 5px 10px;
	margin: 5px 0px 0px 0px;
	background-color: #85A193;
	height: 95px;
	text-align: left;
	color: #eeeeee;
	width: 400px;
	float: left;
	clear: both;
}
#graybox {
	padding: 5px 10px 5px 10px;
	margin: 5px 0px 0px 0px;
	background-color: #7B7C80;
	height: 100px;
	text-align: left;
	color: #eeeeee;
	float: left;
	clear: both;
	width: 400px;
}

a:link {
	color: #EEEEEE;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #F5F986;
	text-decoration: none;
}
a:active{
	color: #932214;
	text-decoration: none;
}

.mindentmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.mindentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #666666; /*dark gray border*/
border-width: 1px 0;
background: #7B7C80 url("../images/indentbggray.gif") center center repeat-x;
}

.mindentmenu ul li{
display: inline;
}

.mindentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 9px;
text-decoration: none;
border-right: 1px solid #666666; /*dark gray divider between menu items*/
}

.mindentmenu ul li a:visited{
color: white;
}

.mindentmenu ul li a:hover, .mindentmenu ul li .current{
color: white; !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #7B7C80 url("../images/indentbggray2.gif") center center repeat-x;
}
#blueboxlg {
	padding: 5px 10px 5px 10px;
	margin: 0px;
	background-color: #7F9FAC;
	height: 425px;
	text-align: center;
	color: #eeeeee;
	width: 400px;
	float: left;
	clear: both;
}
#noticebox {
	border: thick solid #CC3300;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	background-color: #FFFFFF;
	height: 415px;
	text-align: left;
	color: #333333;
	width: 390px;
	float: left;
	clear: both;
}
#links {
	padding: 10px;
	margin-left: 176px;
	height: 445px;
	text-align: left;
	background-color: #7F9FAC;
	line-height: normal;
}
#brownboxmed {
	margin: 5px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #906E53;
	height: 310px;
	text-align: left;
	color: #eeeeee;
	float: left;
	clear: both;
	width: 400px;
}
#blueboxmed {
	margin: 5px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #7F9FAC;
	height: 310px;
	text-align: left;
	color: #eeeeee;
	float: left;
	clear: both;
	width: 400px;
}
#bluebox195 {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	background-color: #7F9FAC;
	height: 195px;
	text-align: left;
	color: #eeeeee;
	float: left;
	clear: both;
	width: 400px;
}

