@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #e5e5e4;
	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: #2e3092;
	background-image: url(images/body_back.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(images/header.gif) no-repeat;  /* 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. */
	height: 226px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #eceded;
	font-size: 0.7em;
}
.oneColFixCtrHdr #mainmenu {
	background-image: url(images/menuback.gif);
	background-repeat: repeat-x;
	height: 21px;
	padding-top: 3px;
	color:#fff;
}
.oneColFixCtrHdr #submenu {
	height: 21px;
	padding-top: 3px;
	padding-left: 20px;
	background-color: #dfe3e3;
}
.oneColFixCtrHdr #submenu a {
	font-weight: bold;
	text-decoration: none;
	font-size:0.8em;
	color:#000;
}
.oneColFixCtrHdr #submenu a:hover {
	color:#293696;
}


.oneColFixCtrHdr #mainmenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size:0.9em;
}

.oneColFixCtrHdr #mainmenu a:hover {
text-decoration:underline;
}


.oneColFixCtrHdr #footer {
	padding: 5px 10px; 
	background:#DDDDDD;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 122px;
	width:930px;
font-size:0.7em;
}

#footer_text {float:right; margin-top:40px;;margin-left:500px}

.oneColFixCtrHdr #footer a {text-decoration:none}
.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 */
}

.oneColFixCtrHdr #mainContent #leftcol {float:left;width:445px;margin-right:10px;}
.oneColFixCtrHdr #mainContent #rightcol {float:left;width:445px;margin-left:10px;}

.clearall {clear:both}

h1, h2, h3,h4, h5 {font-size:1.5em; margin-bottom:5px;}

p{margin-top:0}

#rightcol #fp_buttons table #btn1 {
	padding-right: 20px;
	padding-bottom: 20px;
}
#fp_buttons #btn2 {
	padding-bottom: 20px;
}

img {border:0}

.news-latest-container {margin-top:10px;background:#293696;width:420px;margin-left:3px;min-height:150px;}
.news-latest-container h2, .news-latest-item, .news-latest-item a {background:#293696;border:0;color:#d1df42;text-decoration:none;}
.news-latest-container h3 {font-size:1em; margin:0; margin-bottom:3px}
.news-latest-item img {float:right}
.news-list-container {background:none;border:0}
.news-list-item h3 {background:#293696;margin:0}
.news-list-item {background:none;border:0}
.news-list-date {color:#293696;background:#ededed}
.news-single-item {background:none;width:440px;border:0px;}
.news-single-item h2 {color:#293696}
.news-single-item a img {border:0}

#breadc {;height:20px;background: #eceded;font-size:0.7em;padding-top:3px;padding-left:5px}

#flash {padding-top:21px;margin-left:25px;}

label {display:block}

#footl1 {width:150px;height:50px;float:right}
#footl2 {width:130px;height:50px;float:right}
#footl3 {width:200px;height:50px;float:right}
#footl1 a img {height:50px;width:150px;}
#footl2 a img {height:50px;width:130px;}
#footl3 a img {height:50px;width:200px;}

#counter_flash { margin-top:20px;}
