body {
	font-family: Verdana, Tahoma, sans-serif, Arial, Times;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	background: #e1e1e1;
	}
#logo_container {
	position: relative;
	width: 900px;
	z-index: 30;
	text-align: left;
}
.logo_text {
	text-align: left;
	position: absolute;
	left: 100px;
	top: -20px;
	width: 300px;;
	font-size: 20px;
	color: #0076a3;
	}
#logo {
	position: absolute;
	top: -44px;
	left: -15px;
	height: 141px;
	width: 97px;
	background: url('images/logo.png') top left no-repeat;
	}
.container_corner_top_left {
	width: 10px;
	height: 10px;
	position: absolute;
	left: -10px;
	background: url('images/shade_corner_top_left.gif') no-repeat;
	}
.container_tile_top {
	width: 900px;
	height: 10px;
	position: relative;
	background: url('images/shade_tile_top.gif') repeat-x;
	}
.container_corner_top_right {
	width: 10px;
	height: 10px;
	position: absolute;
	right: -10px;
	background: url('images/shade_corner_top_right.gif') no-repeat;
	}
#container_main {
	position: relative;
	top: 45px;
	}
#container {
	position: relative;
	width: 880px;
	border: 10px solid #448ccb;
	text-align: left;
	}
.topmenu {
	width: 100%;
	height: 50px;
	background: #448ccb url('images/tile_menu.png') left bottom repeat-x;
	text-align: left;
	text-indent: 95px;
	}
.topmenu a{
	cursor: pointer;
	position: relative;
	top: 26px;
	vertical-align: bottom;
	color: white;
	font-size: 14px;
	font-weight: normal;
	border-left: 1px dotted white;
	padding: 5px 1em 6px 0.5em;
	z-index: 30;
	}
.topmenu form{
	position: relative;
	float: right;
	margin-right: 1em;
	}
.topmenu form .searchtext{
	border: 2px solid #448ccb;
	background: white;
	color: #448ccb;
	position: relative;
	top: -2px;
	}
.topmenu .searchimage {
	position: relative;
	top: 5px;
	width: 24px;
	height: 24px;
	}
.content {
	background: url('images/bg_content.jpg') repeat;
	padding: 40px 2em;
	}
img {
	border: none;
	}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	}
a {
	color: #448ccb;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.footer {
	background: #448ccb url('images/tile_footer.png') top left repeat-x;
	padding: 0.1px 0em 0em 2em;
	font-size: 12px;
}
.footer a {
	color: #00204e;
	}
.copyrights {
	font-size: 1.2em;
	color: white;
	font-weight: lighter;
	}
.container_corner_bottom_left {
	width: 10px;
	height: 10px;
	position: absolute;
	left: -10px;
	background: url('images/shade_corner_bottom_left.gif') no-repeat;
	}
.container_tile_bottom {
	width: 900px;
	height: 10px;
	position: relative;
	background: url('images/shade_tile_bottom.gif') repeat-x;
	}
.container_corner_bottom_right {
	width: 10px;
	height: 10px;
	position: absolute;
	right: -10px;
	background: url('images/shade_corner_bottom_right.gif') no-repeat;
	}
.searchresults li {
	font-size: 1.2em;
	padding: 0.2em;
	list-style-image: url('images/list.gif');
	}