@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #030b5b;
	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;
	font-size: 70%;
}
.clearer {
	clear: both;
}
h1 { 
	color:#030b5b;
	font-size:1.5em;
	}
H2 {font-size:1.25em}
H3 {font-size:1em}
H4 {font-size:0.8em}
.oneColFixCtrHdr #container {
	width: 760px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #030b5b; 
	padding: 0px;  /* 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. */
}
.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 */
}
.headercentered{
	text-align: center;
	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: 17px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*margin-top:-19px;*/
	background: #FFFFFF;
	background-image: url(../images/gradient1.png);
	background-repeat: repeat-x;
	background-position: top;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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 */
}
.centered {
	text-align:center;
}
#footer { 
	font-size: .9em;
	background:#333399;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	margin:8px;
	text-decoration: none;
}
#footer a:link, #footer a:visited { 
	background:#030b5b;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
#footer a:hover, #footer a:active { 
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #551aeb;
	border-bottom: 1px solid #551aeb;
	color: #000000;
	text-decoration: none;
	background:#33FFFF;
}
#nav { 
	font-size: 1.2em;
	background-color: #030b5b;
	border: none;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	margin:auto;
}
#nav li { 
	display: inline;
}
#nav a:link, #nav a:visited { 
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 4px;
	text-decoration: none;
/*	border-left:1px solid #551aeb;
	border-right:1px solid #551aeb;
*/}
#nav a:hover, #nav a:active { 
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 3px solid #551aeb;
	border-bottom: 3px solid #551aeb;
	color: #ffff00;
	text-decoration: none;
	background-image:url(../images/nav_gradient1.png);
}

.select {
	border-bottom: 3px ridge #FFFF00;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: .85em;
}
.validation_error_label {
	color: #FFFF00;
	background-color: #FF0000;
}
ul.yellowBlocks {
	list-style-type: square;
}
ul.yellowBlocks li { 
	color:yellow;
}
ul.yellowBlocks li span {
	color:#030b5b;
}
h3.blockheader {
	background-color: #030b5b;
	color: white;
}
	
#flagBorder {
	background-image: url(../images/flag_border.png);
	background-repeat: repeat;
	width: 800px;
	margin: auto;
}
.ltblue {
	background-color:#B7C2FF;
}
.yellow {
	background-color:yellow;
}
.gradhr {
	clear:both;
	width:760px;
	height:25px;
	background-image:url(../images/gradient_hr.png);
	background-repeat:repeat-x;
	margin-left:-20px;
}
#contractTop {
	height:125px;
}
#pageTop {
	height:195px;
}
#pageTopPic {
	float:left; 
	margin-top:5px;
}
#pageTopText {
	float:right;
	margin-top:50px;
	margin-left:20px;
	margin-right:5px;
	width:55%;
}
.pageTopTitle {
	font-size:1.5em;
	color:#030b5b;
}
.pageTopWords {
	font-size:1.2em;
	color: black;
}
div.vspacer {
	height:10px;
}
	.left {
	float: left;
}
