body {
	background-color: #D7DFE2;
	margin: 0px;
	padding: 0px;
	font: 12px  verdana, arial, helvetica;
	color: #000;
}
h1 {
	padding: 5px 0 5px 0;
	margin: 0px;
	font-size: 18px;
	color: #FFFFFF;
}
h2 {
	padding: 5px 0 5px 0;
	margin: 0px;
	font-size: 18px;
	color: #f7951e;
}
h3 {
	padding: 0 0 5px 0;
	margin: 0px;
	font-size: 12px;
	color: #59cef9;
}
h4 {
	padding: 0 0 10px 0;
	margin: 0px;
	font-size: 14px;
	color: #7ea743;
}
p {
	text-align: justify;
	padding: 2px 0 2px 0;
	margin: 0px;
	line-height: 15px;
}
p.white {
	color: #FFFFFF;
}
p.green {
	color: #d4f0ba;
}
p.clear {
	clear: both;
	padding: 10px 0 0 0;
}
img.left_img {
	border: 1px #cae6c6 solid;
	float: left;
	margin: 0 10px 0 0;
}
img.box_img {
	float: left;
	padding: 0 20px 0 0;
}
#main_container {
	width: 100%;
	height: auto;
	margin: auto;
	background-color: #FFFFFF;
}
#header {
	width: 100%;
	height: 115px;
	margin: auto;
}
#logo {
	padding: 5px 0 0 20px;
	float: left;
}
a {
  color: #4096EE;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*----------------------menu-------------------------*/
#menu {
	width: 100%;
	height: 42px;
	padding: 0px;
	clear: both;
	background-color: #3fb9f7;
}
#menu ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: auto;
	display: block;
}
#menu ul li {
	list-style: none;
	display: inline;
	float: left;
	width: auto;
	height: 42px;
	padding: 0px;
	line-height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#menu ul li a {
	height: 42px;
	width: auto;
	float: left;
	text-decoration: none;
	padding: 0 0 0 25px;
	margin: 0px 3px 0px 3px;
	color: #fff;
	text-align: center;
}
#menu ul li a:hover {
	height: 42px;
	width: auto;
	text-decoration: none;
	color: #fff;
	padding: 0 0 0 25px;
	text-decoration: underline;
}
/*--------------------------main_content-------------------*/
#main_content {
	width: 100%;
	clear: both;
	text-align: left;
	min-height: 400px;
	background: url(images/head_top.gif) repeat-x top;
}

#main_content h1{
	text-align: left;
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #5b8397;
	border-bottom: 1px solid #000;
	margin-left: 15px;
	margin-right: 15px;
	width: auto;
	padding-top: 20px;
	clear: both;
}

#main_content p{
	width: auto;
	height: auto;
	clear: both;
	text-align: left;
	color: #000;
	margin-left: 15px;
	font-size: 12px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding-top: 20px;
}

#main_content p.infobox{
	width: 94%;
	height: auto;
	clear: both;
	text-align: left;
	color: #000;
	margin-left: 15px;
	font-size: 12px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #ccc;
}
th {
	color: #000000; 
	font-size: 11px; 
	font-weight: bold;
	background: #f3f3f3;
	white-space: nowrap;
	padding: 0;
	text-align: center;
	height: 26px;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #E0E0E0;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #E0E0E0;
}
/*-----------------------------footer------------------*/
#footer {
	clear: both;
	width: auto;
	height: 37px;
	color: #fff;
	border-top:1px solid #cccccc;
	background-color: #eeeeee;
}
.copyright {
	float: left;
	padding-left: 10px;
	padding-top: 13px;
}
.copyright a{
	color: #000;
	text-decoration: none;
}
.copyright a:hover{
	text-decoration: underline;
}
.footer_links {
	float: right;
	padding-right: 15px;
	padding-top: 13px;
}
.footer_links a {
	text-decoration: none;
	color: #4096EE;
	padding-left: 10px;
}
.footer_links a:hover {
	text-decoration: underline;
	color: #4096EE;
}
