@charset "UTF-8";
/* CSS Document */


body {
	font: 100% 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;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-position:top;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #ffffff;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003366;
	text-align: left; /* this overrides the text-align: center on the body element. */


}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding-top: 10px;  /* 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. */
	border-bottom:#003366 thin solid;
}
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 15px 170px;
	background-color: #ffffff;
border: #003366 thin solid;
	background-position:top;
	background-repeat: repeat-x;
	
	
	
	
	
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #016dab;
	border-top: #003366 thin solid;

}
.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 */
}

#barright {
width: 150px;
float: right;

background: #ffffff;

border: #003366 thin solid;
margin: 10px;
}

#barleft {
width: 150px;
float: left;
margin: 10px;
background: #fff;
border: none;
}
 
 #lefttop {
 width: 150px;
 background-color: #fff;
border: #028050 thin solid;
 }
 
 #leftbottom {
 width:130px;
 background-color: #fff;


 padding: 10px 10px 10px 10px;

 }
 
 #image {
width: 470px;
height: 344px;
 border: #003366 thin solid;
 background-color: #003366;
 margin: 0 auto;
 
 }
body,td,th {
	font-size: small;
	font-family: Times New Roman, Times, serif;
}
h3 {
	font-size: small;
	color: #006699;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
#topper {
background-color: #ebf6fd;


}
.style10 {
	font-size: 16px;
	color: #003366;
}
.style3 {color: #FFFFFF; font-size: x-small; }
.style6 {font-size: medium}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #006699;
}
.style9 {font-size: small}


