@charset "utf-8";
body {
	font: 100% "Times New Roman", Times, serif;;
	background: #005a96;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-top: 50px;
	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: #FFFFFF;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #006dbd;
	scrollbar-darkshadow-color: #005a96;
	scrollbar-highlight-color: #005a96;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #005a96;
	scrollbar-3dlight-color: #ffffff;
}
.oneColFixCtrHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #005a96;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
}
.oneColFixCtrHdr #header {
	background: #005a96; 
	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. */
	text-align:center;
	position:relative;
}
.oneColFixCtrHdr #header table{
	text-align:center;
}

.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #005a96;
	width:763px;
}
a:link, a:visited{
	text-decoration:none;
	color:#f7eb00;
}
a:hover{
	text-decoration:underline;
	color: #f7eb00;	
}
.TEXTnormal {
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 12px;
	text-align:left;
}
.TEXThighlight {
	FONT-FAMILY: "Times New Roman", Times, serif;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
}
.TEXTtiny {
	FONT-FAMILY: "Times New Roman", Times, serif;
	COLOR: #ffffff;
	FONT-SIZE: 11px;
}
.oneColFixCtrHdr #mainContent table {
	margin:0;
	padding:0;
	
	}
.oneColFixCtrHdr #mainContent td.leftedge{
	background:url(images/leftbgshadow.gif) no-repeat top right;
	}
.oneColFixCtrHdr #mainContent td.rightedge{
	background:url(images/rightbgshadow.gif) no-repeat top left;
	}
.oneColFixCtrHdr #mainContent td.leftside{
	background:url(images/logo_bottom_welcome.gif) no-repeat top left #006dbd;
	}
.oneColFixCtrHdr #mainContent td.rightside{
	background: url(images/tagline.gif) bottom right no-repeat #006dbd ;
	}
#Layer1 {
	Z-INDEX: 1;
	POSITION: relative;
	WIDTH: 377px;
	HEIGHT: 159px;
	OVERFLOW: auto;
	TOP: -10px;
	LEFT: 10px;
	}
#Layer1 a:link, #Layer1 a:visited{
	text-decoration:none;
	color:#f7eb00;
}
#Layer1 a:hover{
	text-decoration:underline;
	color: #f7eb00;	
}
#Layer2 {
	Z-INDEX: 1;
	POSITION: relative;
	WIDTH: 325px; 
	HEIGHT: 135px; 
	OVERFLOW: auto; 
	TOP: 10px; 
	LEFT: 10px;
}
#Layer2 a:link, #Layer2 a:visited{
	text-decoration:none;
	color:#f7eb00;
}
#Layer2 a:hover{
	text-decoration:underline;
	color: #f7eb00;	
}
#Layer3 a:link, #Layer3 a:visited{
	text-decoration:none;
	color:#f7eb00;
}
#Layer3 a:hover{
	text-decoration:underline;
	color: #f7eb00;	
}
	
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#005a96 url(images/footer3.gif) top no-repeat;
	text-align:center;
	font-size:small;
}
.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 */
	
}
#footer a:link, a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover{
	text-decoration:none;
	color: #f7eb00;
	
}
