body {
	margin: 0px;
}


/* Main Menu */

#menu {
	position: relative;
	width: 758px;
	text-align:left; 
	background: url(img/top_menu_bg.gif) repeat-x left bottom;
	font-size:12px;
	font-weight: bold;
}

#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 0;
}

#menu ul li {
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu ul li img {
	border:medium none;
	float: left;
}

#menu ul li a {
	display: block;
	float: left;
	background: url(img/top_menu_bg.gif) repeat-x left bottom;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	text-decoration:none;
}

#menu ul li a:hover {
	color: #cccccc; 
	text-decoration:none;
}

#menu ul:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* end menu */

#main_banner{
	padding-top:1px;
	padding-bottom:0px; 
	margin:0px;
}

.menuBg {
	background: url(img/top_menu_bg.gif) repeat-x left bottom;
}
.bgColor1 {
	background: #131551;
}
.bgSearch {
	background: url(img/txt_field_bg.gif) no-repeat center center;
	height: 16px;
	width: 130px;
	text-align: center;
	vertical-align: middle;
}
.formSearchField {
	height: 14px;
	width: 120px;
	border: none;
	font: 9px Tahoma, Arial, Verdana, Helvetica;
	color: #555555;
	margin: 0px;

}
form {
	margin: 0px;
}
td {
	font: 12px Tahoma, Arial, Verdana, Helvetica;
	color: #555555;
}
.newsBg {
	background: #f3f7f9;
	line-height: 1.5em;
	text-align: justify;
}
.newsHeader {
	font-weight: bold;
	color: #131551;
	vertical-align: top;
}
.content {
	line-height: 1.5em;
	text-align: justify;

}
a {
	color: #b66845;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.lColTxt {
	padding: 15px;
	line-height: 1.3em;

}
.lColLink {
	padding-right: 15px;
}
.footerCopy {
	font-size: 9px;
	color: #999999;
	padding-left: 15px;
	border-top: 1px solid #b2cbd2;
	height: 40px;
	vertical-align: middle;


}
.lColBg {
	background: #fafafa;
}
.imgBorder {
	border: 1px solid #999999;
}
li {
	list-style: url(img/li.gif);
}
.headerMain {
	height: 34px;
	vertical-align: bottom;
}
.menuLink {
	text-align: center;
}
.menuLink a {
	text-align: center;
	display: block;
}
.font11px {
	font-size: 11px;
}
.contentLeftMenu {

	line-height: 1.3em;
	text-align: justify;
}
.searchResult {

	color: #b66845;
	text-decoration: none;
}

/* --- ERROR PAGE */
div#errorPage {
	padding-top: 200px;
	text-align: center;
	color: #2a2f65;
	font-size: 18px;
	font-weight: lighter;
}
