@charset "UTF-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 290px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#215994;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	font-size: 90%;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*****************************************************************************************************************************************/
/*****************************************************************************************************************************************/


/************* #globalNav styles **************/

.oneColFixCtrHdr #globalNav{
	color: #333333;
	background-color: #FFFFFF;
	padding: 2px 10px 0;
	float: right;
	height: 35px;
	width: 200px;
	top: 10px;
}

.oneColFixCtrHdr #globalNav img{
 display: block;
}

.oneColFixCtrHdr #globalNav p {
	font-size: 80%;
	color: #333333;
	font-weight: bold;
	margin-right: 0px;
}

.oneColFixCtrHdr #globalNav a {
	color: #333;
	font-weight: bold;
	margin-right: 0px;
}

.oneColFixCtrHdr #globalNav h3 {
	font-size: 50%;
	color: #E9E2C5;
	font-weight: bold;
	margin-right: 0px;
}

.oneColFixCtrHdr a.globalNav:link{
	color: #376B3E;
	text-decoration: none;
}

.oneColFixCtrHdr a.globalNav:visited{
	color: #376B3E;
	text-decoration: none;
}

.oneColFixCtrHdr a.globalNav:hover{
	color: #376B3E;
	text-decoration: underline;
}

/************* #Navbar styles **************/
.oneColFixCtrHdr #navBar {
	margin: 0;
	padding: 0 10px;
	height: 33px;
	background-image: url(../images/navbar_bg.jpg);
	background-repeat: repeat-x;
}
/************* #Navbar styles **************/
.oneColFixCtrHdr #SubNavBar {
	padding: 2px 10px 0;
	height: 28px;
	background-image: url(../images/subNavBar_bg.jpg);
	background-repeat: repeat-x;
	font-size: 75%;
	color: #333333;
	font-weight: bold;
	margin-right: 0px;
}	

/************* #mainContent styles **************/

.oneColFixCtrHdr #mainContent img{
 display: block;
}

.oneColFixCtrHdr #mainContent p {
	font-size: 90%;
	color: #333333;
	font-weight: normal;
	margin-right: 0px;
}

.oneColFixCtrHdr #mainContent a {
	margin-right: 0px;
	text-decoration: underline;
	color: inherit
}

.oneColFixCtrHdr #mainContent h3 {
	color: #215994;
	font-weight: normal;
	margin-right: 0px;
}

.oneColFixCtrHdr a.mainContent:link{
	color: #376B3E;
	text-decoration: none;
}

.oneColFixCtrHdr a.mainContent:visited{
	text-decoration: none;
}

.oneColFixCtrHdr a.mainContent:hover{
	text-decoration: underline;
}


/************* Misc Styles ****************/

.white {color: #FFFFFF}
.blue {
	color: #215994
}

.table_border_left{
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #E6E6E6;
}

.table_border_bottom{
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #006EC6;
}

.center_table{
	border-top: medium solid #CCC;
	border-bottom: medium solid #CCC;
}
.warning {
font-weight:bold;
color:#FF0000;
}

