﻿body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: small;
	margin: 0px;
	padding: 10px;
	background-image: url('images/BackgroundImage.png');
	background-repeat: repeat-x;
	background-position: center top;
}
h1 {
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: large;
	color: #126E00;
}
h2 {
	font-size: 20pt;
	font-weight: normal;
}
h3 {
	font-size: 25pt;
	font-weight: normal;
	color: #999999;
}
h4 {
	font-size: 9pt;
	font-weight: bold;
	color: black;
	margin-bottom:0px;
}
p {
	padding: 0px;
	margin: 5px 0px 10px 0px;
}
img {
	border-style:none;
}
.page {
	min-width: 900px;
	max-width: 1200px;
	margin: auto;
}
.page_head {
	width: 100%;
	clear: both;
	clear: both;
}
.page_body {
	width: 100%;
	clear: both;
}
.section {
	padding: 20px 50px 20px 50px;
	border-image: url('images/line.png') 1 0 0 0 stretch;
	border-top: 1px #D5DFE5 solid;
	clear:both;
}
.section_title {
	margin: 0px;
	padding: 0px;
}
.page_foot {
	padding: 0px 50px 0px 50px;
	border-image: url('images/line.png') 1 0 0 0 stretch;
	border-top: 1px #D5DFE5 solid;
}
.foot_menu {
	font-size: x-small;
	float: left;
}
.foot_menu a {
	color: #A0A0A0;
}
.foot_menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#site_name {
	float: left;
	padding: 0px;
	margin: 0px 50px 0px 0px;
}
#page_title {
	width: 100%;
	float: left;
	margin: 0px;
}
.mainmenu {
	margin: 0px 20px 0px 0px;
	list-style-type: none;
	font-size: large;
}
.mainmenu a {
	text-decoration: none;
	color: black;
}
.mainmenu a:hover {
	text-decoration: underline;
}
.mainmenu li {
	font-size: small;
	float: left;
	margin: 0px 20px 0px 20px;
}
.right-img-box {
	width:250px;
	height:250px;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.left-ico-box {
	margin-bottom:20px;
	float:left;
}
#search_field {
	float:right;
}
#foot_r
{
	float:right;
	margin: 0px 0px 0px 0px;
}
#foot_r li
{
	float:right;
	margin: 0px 0px 0px 20px;
}
#foot_l li {
	float: left;
	margin: 0px 20px 0px 0px;
}

