html, body
{
height: 100%;
}
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, dl, dt, dd, form, a, fieldset, th, td
{
margin: 0; padding: 0; border: 0; outline: none;
}
body
{
line-height: 1;
font-size: 88%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #C3D9FF;
}
h1, h2, h3, h4, h5, h6
{
padding: .6em 0;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: orange;
	text-decoration: underline;
}
#Container
{
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -115px;
	background-image: url(../Global/site_Bg.jpg);
	background-color: #366BA1;
	background-repeat: repeat-x;
	position: relative;
	border: solid 1px #666;
	border-top: none;
	border-bottom: none;
}
#Logo
{
	width: 772px;
	margin: 0 auto;
}
#Navigation
{
	/* width: 772px; */
	width: 838px;
	margin: 0 auto;
	height: 46px;
	background-image: url(../Global/nav_Bg.jpg);
	background-repeat: repeat-x;
	padding-left: 123px;
}
#Navigation ul
{
	position: relative;
	left: 50px;
	display: inline;
	list-style: none;
}
#Navigation ul li
{
	float: left;
	padding: 16px;
}
#Navigation .menu
{
	font-weight: bold;
	font-size: 14px;
	padding-right: 5px;
	text-decoration: none;
	color: #fff;
}
#Navigation ul li:hover
{
	background-image: url(../Global/nav_Bg_Over.jpg);
}
#MainContent
{
	position: relative;
	width: 772px;
	margin: 0 auto;
	padding: 5px;
	padding-bottom: 20px;
}
#push
{
	height: 100px;
}
#Footer
{
	width: 960px;
	background-color: #366BA1;
	margin: 0 auto;
	height: 115px;
	position: relative;
}
#FooterNavigation
{
	width: 772px;
	margin: 0 auto;
}
#FooterNavigation .footer
{
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
}
#FooterNavigation .footer:hover
{
	color: #9ac3d9;
	text-decoration: underline;
}
#Footer #by
{
	padding: 10px 0;
	width: 215px;
	margin-left: 10px;;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#Footer #by span
{
	color:#FF9900;
	text-transform: uppercase;
	font-weight: bold;
}
#Footer #by img {
	margin-top: 5px;
}
#Footer #by span#tel {
	font-size: 14px;
	color: #fff;
	font-family: Arial;
}
#bili {
	position: absolute;
	right: 10px;
	bottom: 0;
}
#bili img {
	padding: 5px;
	background: #fff;
	border: 1px solid #2e3436;
}
#bili img.nostyle {
	padding: 0;
	background: none;
	border: none;
}
#Copyright
{
	padding-left: 10px;
	font-size: 9px;
	color: #fff;
}
#Copyright a:link, #Copyright a:visited
{
	color: #fff;
}
#showheredis {
	display: none;
}
#contactustable tr td {
	padding: 5px;
}