body  {
	font: 100% 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: #2d3e83;
	background-repeat: repeat-x;
}
 

#container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: 0px 0px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	height: 210px;
	width: 900px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	z-index: 9;
	background-color:  #28467F;
} 
 #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 */
	display: none;
	
}
#menu {
	margin: 0;
	background-color:  #212C60;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 900px;
	height: 22px;
	text-align: center;
	font-size: 1em;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom:0px;
	padding-left: 10px;
	font-size: .8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 a {
	color: #A90A0C;
	text-decoration: none;
	}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	font-size: .8em;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#sidebar2 a {
	color: #A90A0C;
	text-decoration: none;
	}
	
#mainContent {
	margin-top: 0;
	margin-right: 170px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	font-size: 1em;
} 
#mainContent table{
	margin-top:0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 10px;
	color: #666;
	}
#mainContent h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top:10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	font: italic 20px Arial, Helvetica, sans-serif;
	color: #131E8E;
	text-align: center;
}

h2 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	font: italic 16px Arial, Helvetica, sans-serif;
	color: #131F93;
}



h3 {
	padding-top:10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	font: italic 14px Arial, Helvetica, sans-serif;
	color: #131F93;
}

h6{
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	font: italic normal 12px Arial, Helvetica, sans-serif;
	color: #A0A0A0;
}


#mainContent p {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #003;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContent a {
	margin-top: 0;
	
	font: 1em Arial, Helvetica, sans-serif;
	color: #A90A0C;
	text-decoration: none;
}



#footer {
	background-image: url(../imag_sit/bg-footer.gif);
	background-repeat: repeat-x;
	height: 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font: 8px "Times New Roman", Times, serif;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-decoration: none;	
}

#footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font: 8px "Times New Roman", Times, serif;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-decoration: none;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.tablep {
	font: normal 11px "Times New Roman", Times, serif;
	color: #000;
}
