@charset "utf-8";

body {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	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: #666666;

	background-color: #FFFFFF;

}

.oneColFixCtrHdr #container {

	width: 780px;

	margin: 0 auto;

	text-align: left; /* this overrides the text-align: center on the body element. */

	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.oneColFixCtrHdr #header {

	padding: 0;  /* 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: 150px;

	background-image: url(../imgs/bkg_top.jpg);

}

.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;

}

.oneColFixCtrHdr #flashContent {

	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	background: #FFFFFF;

	border: 0px;

}

.oneColFixCtrHdr #mainContenthome {

	padding: 0px;

	font-size: 10px;

	background-color: #FFFFFF;

}





.oneColFixCtrHdr #mainContent {

	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	background: #ffffff;

	font-size: 12px;

	border: solid #CCC 1px;

	margin-top: 1px;

	background-image: url(../imgs/bkg_box.jpg);

	background-repeat: repeat-x;

}

.oneColFixCtrHdr #mainContent h1 {

	font-size: 12px;

	color: #003B62;

}

.oneColFixCtrHdr #mainContent h2 {

	font-size: 11px;

	color: #003B62;

}

.oneColFixCtrHdr #mainContent h3 {

	font-size: 13px;

	color: #003B62;

}





.oneColFixCtrHdr #box {

	padding: 10px;

	width: 497px;

	float: left;

	height: 410px;

	overflow: auto;

	background-color: #FFFFFF;

	color: #000000;

	background-repeat: repeat-x;

	border: solid #CCC 1px;

	background-image: url(../imgs/bkg_box.jpg);

	margin-top: 1px;

}

.oneColFixCtrHdr  #box2 {

	padding: 10px;

	width: 238px;

	float: left;

	height: 410px;

	overflow: auto;

	background-color: #0D4A76;

	color: #000000;

	background-repeat: repeat-x;

	border: solid #003B62 1px;

	background-image: url(../imgs/bkg_box2.jpg);

	margin-top: 1px;

}





.oneColFixCtrHdr #box h1 {

	font-size: 12px;

	color: #000000;



}

.oneColFixCtrHdr #box h2 {

	font-size: 11px;

	color: #000000;

}





.oneColFixCtrHdr #footer {

	text-align: center;

	background-color: #006634;

	border-top: solid #FFF 1px;

	height: 24px;

}

.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: 5px 0;

	font-size: 9px;

	color: #FFFFFF;

}

.oneColFixCtrHdr #footer a {

	color: #FFFFFF;

}





.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

a:visited{

	color:#003B62;

	text-decoration:none;

	font-weight:bold;

}



a:link{

	color:#003B62;

	text-decoration:none;

	font-weight:bold;

}



a:hover{color:#E30916; text-decoration:underline; font-weight:bold;}

