body {
	font-size: 62.5%;
	font-family: verdana, arial;
	background: url('img/body_bg.jpg') no-repeat left top;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0;
}
h1 {
	font-family: times new roman;
	color: #00427c;
	font-weight: bold;
	font-size: 2em;
	margin-top: 0px;
}
h2 {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0px;
}
h3 {
	font-size: 1em;
	color: #00427c;
	font-weight: bold;
}
a { 
	color: #00427c;
}
a:hover {
	color: #000000;
}
input {
	border: 1px solid #00427c;
}
#header {
	width: 1022px;
	padding-left: 14px;
	margin: 0px auto;
}
#page {
	margin: 0px auto 0px auto;
	width: 982px;
	padding: 0px 20px;
	background: url('img/bg_page.png') repeat-y;
}
#footer {
		background: url('img/bg_footer.png') no-repeat left bottom;
		height: 94px;
}
#footer_content {
	color: #ffffff;
	padding: 60px 20px 0px 0px;
	text-align: right;
}
#footer_content a {
	color: #ffffff;
	text-decoration: none;
}
#footer_content a:hover {
text-decoration: underline;
}
#wrapper {
	width: 788px;
	float: left;
}
#content_content {
	float: right;
	width: 564px;
	font-size: 1.2em;
	padding: 15px 15px 0px 15px;
}
#sidebar_content {
	width: 175px;
	float: right;
	font-size: 1.1em;
	color: #00427c;
}
#sidebar_content h1 {
	font-size: 1.1em;
	padding: 5px;
	font-family: verdana;
	display: block;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background: #00427c;
}
#sidebar_content div {
	padding: 5px;
}
#search {
	padding: 0px 10px 5px 5px;
	margin-bottom: 15px;
}
#search form {
	margin: 0px;
	padding: 0px;
}
#search .search_input {
	width: 130px;
}
#search .search_button {
	text-indent: -9999px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background: url('img/searchbutton.gif') no-repeat 0 -1px;
	width: 16px;
}
#navigation {
	float: left;
	width: 175px;
}
#navigation_content {
	position: relative;
	width: 100%;
	background: url('img/bg_navigation_content.png') no-repeat;
	height: 417px;
}
#navigation_container {
	z-index: 9;
	position: absolute;
	bottom: 5px;
}
#navtree {
	font-size: 0.9em;
	padding-bottom: 15px;
}
#bottom {
	margin: 0px auto;
	width: 1022px;
	height: 20px;
	background: url('img/bottom.png') no-repeat left top;
}
#contactFrame {
	position: relative;
}