@charset "utf-8";
/* CSS Document */


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: #000000;
	background-color: #003366;
	background-image: none;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(images1/mainimage4.jpg);
	height: 202px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #menu {
	background-color: #6699CC;
	height: 26px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #CCCCCC;
	background-image: url(images1/footergl.gif);
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	background-repeat: repeat-x;
}
.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;
}

img.right
{
	float:right;
	padding-left: 10px;
}

img.left{
	float: left;
	padding-right: 10px;

}

</style>

<style type="text/css">

p {
	color: #484848;
	font-size: 12px;
}

h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #003366;
	font-size: 18px;
}

h2 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #003366;
	font-size: 14px;
}

.text {
	font-weight: normal;
	font-size: 11px;
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #E6F2FF;
	padding: 5px;
}

.tabletext {
	font-weight: normal;
	font-size: 12px;
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.boldtext {

	font-weight: bold; 

	font-size: 12px;  

	color: #000000; 

	font-family: Arial, Helvetica, sans-serif;

	margin-bottom:15px;

	padding-right:5px;}
	
.titletext {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-right:5px;
	text-align: center;
	padding-bottom: 10px;
}

A:link {
	color: #CD5801;
	text-decoration: none;
}
A:visited {
	text-decoration: none;
	color: #CD5801;
}
A:active {text-decoration: none}
A:hover {
	color: #FE8B36;
	text-decoration: underline;
}

p {
	color: #484848;
	font-size: 12px;
}

h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #003366;
	font-size: 18px;
}

h2 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #003366;
	font-size: 14px;
}
