﻿body
{
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	background-color:#e5eaf0;
}

a
{
	text-decoration: none;
	color: #005896;
	font-size: 1em;
	font-weight: 600;
}
.contentPro a
{
	text-decoration: none;
	font-size: 0.9em;
	color:#333333;
	font-weight: 600;
}
.contentPro a p
{
	text-decoration: none;
	color: #ff7b03;
	font-size: 0.8em;
	font-weight: 500;
}
.txtSearch
{
	width: 99px;
	height: 14px;
}
#main
{
	text-align: center;
	width:799px;
	height: 100%;
	background-color:White;
}
#header
{
	height: 200px;
}
#menu
{
	/*height:47px;*/
	width: 100%;
	margin-bottom: 2px;
}
#header #logo
{
	width: 200px;
	height: 200px;
	float: left;
}
#header img
{
	border: none;
}

#header #banner
{
	width: 800px;
	height: 200px;
	float: left;
}
#content
{
	min-height: 500px;
	float: left;
	width: 100%;
}
#left
{
	width: 205px;
	text-align: center;
	height: 100%;
	float: left;
	margin-left: -799px;
	margin-top:2px;
}
#center
{
	margin:0 0 0 215px ;
	/*min-height: 650px; border-left: 1px solid #FACCDE; 	border-right: 1px solid #FACCDE; 	*/
}
#right
{
	width:0px;
	margin-left: -0px;
	float: left;
	margin-top:2px;
}
#footer
{
    clear: left;
	width: 100%;
	/*height: 38px;c*/
}


