html. body {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
#bluetop {
	background-image:url(/cms/upload/template/bluetop.png);
	background-color:#0f426d;
	height:100px;
	width:100%;
	background-repeat:repeat-x;
	clear:both;
}
html>body #bluetop {
	background-image:url(/cms/upload/template/bluetop.png);
	background-color:#0f426d;
	height:100px;
	width:100%;
	background-repeat:repeat-x;
	float:left;
}
#Logo {
	background-image:url(/cms/upload/template/Logo.png);
	width:272px;
	height:35px;
	margin-top:15px;
	margin-left:19px;
}
#lightblue {
	background-color:#6f8ea7;
	height:130px;
	width:100%;
	clear:both;
	border-bottom:1px solid white;
	text-align:left;
}
#bottom {
	background-image:url(/cms/upload/template/bottom.png);
	background-repeat:repeat-x;
	width:100%;
	clear:both;
}
#maincontent {
	width:720px;
	padding-left:270px;
	float:left;
}
/***** NAVIGATION *****/
#left {	
	position:absolute;
	background:white;
	width:212px;
	border:1px solid #0f426d;
	left:19px;
	top:80px;
	clear:both;
}
#left p {
	padding:10px;
	padding-top:0px;
}
.navigationheader {
	background-image:url(/cms/upload/template/navheader.png);
	height:25px;
	color:#0f426d;;
	font-weight:bold;
	line-height:25px;
	text-indent:5px;
}
#navigation {
	margin:0px;
	padding:0px;
	width:210px;
}
#navigation ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#navigation ul li {
	margin:0px;
	padding:0px;
}
#navigation ul li a {
	margin:0;
	padding:0;
	background-image:url(/cms/upload/template/menubg.png);
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	height:20px;
	line-height:20px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	text-decoration:none;
	color:#0f426d;
	display:block;
}
#navigation ul li a:hover {
	margin:0;
	padding:0;
	background-image:url(/cms/upload/template/menubghover.png);
	padding-top:2px;
	padding-bottom:2px;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	padding-left:6px;
	text-decoration:none;
	color:#FFFFFF;
}
#navigation ul li .active {
	background:url(/cms/upload/template/menubgactive.png);
	color:white;

}
/***** CONTENT *****/
#content {
	width:475px;
	
	margin-top:10px;
	float:left;
}
#content h1 {
	color:#0f426d;
	font-size:1.2em;
}
#content h1 {
	color:#0f426d;
	font-size:1.1em;
}
#content h3 {
	color:#0f426d;
	font-size:1.0em;
}
#content a {
	color:#0f426d;
}
#content a:hover {
	color:white;
	background-color:#0f426d;
}
/***** CONTENT RIGHT *****/
#content_right {
	width:216px;
	float:right;
	margin-top:40px;
}
#content_right p {
	margin:0;
}
#content_right h1  {
	font-size:1.2em;
	color:#0f426d;
	margin:0;
}
#content_right h2  {
	font-size:1.1em;
	color:#69c32d;
}
#content_right a  {
	color:#69c32d;
}
#content_right a:hover  {
	color:white;
	background-color:#0f426d;
}
.content_right_top {
	background-image:url(/cms/upload/template/content_right_top.png);
	height:15px;
	width:216px;
}
.content_right_bg {
	background-image:url(/cms/upload/template/content_right_bg.png);
	padding-left:10px;
	padding-right:10px;
	width:196px;
}
.content_right_bottom {
	background-image:url(/cms/upload/template/content_right_end.png);
	height:20px;
	width:216px;
}


.searchResult h1 span strong,
.searchResult p strong {
color: #2A952A;
} 

#search input {
	background: #fff; 
	color: #3e3e3e;
	font-size: 0.85em;
	width: 165px;
	height: 15px;
	padding: 2px 0 0 2px;
	border: 1px solid #0f426d;
}

#search input.searchButton {
	border: 0;
	width: 16px;
	height: 16px;
	vertical-align: top;
	padding: 0;
	margin:1px 0 0 0;
 }