@charset "utf-8";
body  {
	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: #002040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-color: #FFF;
	padding: 0px;
} 
.thrColFixHdr #header h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	width: 183px;
	margin-left: 7px;
	float: left;
	padding: 0px;
	background-color: #FFF;
	margin-bottom: 10px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	margin-right: 7px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFDFDF;
}
.thrColFixHdr #mainContent {
	background-color: #FFF;
	margin-right: 212px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-left: 203px;
	line-height: 140%;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	border-bottom-width: 1px;
} 
.thrColFixHdr #footer {
	background-color: #036;
	padding-top: 10;
	padding-right: 7px;
	padding-left: 7px;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
} 
.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;
}
#bottomMenue {
	background-color: #ECF1F9;
	font-weight: normal;
	height: 123px;
	line-height: 130%;
}
#bulletin4a {
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
}
