@charset "utf-8";
body {
	background: url(../images/bg.gif) repeat;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003D59;
	margin: 0px;
}
#container {
	width: 1000px;
	margin: 0px auto;
	background: #FFFFFF;
}
#navigation {
	background: #1F638A;
	line-height: 30px;
	font-weight: 700;
	border-bottom: 3px solid #FFD940;
	text-align: center;
}
#navigation a { color: #CDE8F8; text-decoration: none; padding-right: 32px; padding-left: 32px; margin-top: 10px; margin-bottom: 10px; border-right: 1px solid #76B9E0; 
}
#navigation .last-nav {
	border-right-width: 0px;
	border-right-style: none;
}
#navigation a:hover {
	text-decoration: underline;
	color: #FFD940;
}
#banner {
	padding: 10px;
}
#content {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content h1 {
	font-size: 14px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #1F638A;
	background: #DEEFF3;
	padding: 5px 5px 5px 7px;
	border-left: 3px solid #1F638A;
}
#content h2 {
	font-size: 12px;
	color: #006699;
	border-bottom: 1px dotted #FF6600;
	padding-bottom: 6px;
}

#content p {
	line-height: 18px;
	text-align: justify;
}
#content li {
	line-height: 20px;
}

#content .more {
	color: #FF6600;
	text-decoration: none;
	text-align: right;
}
#left-panel {
	float: left;
	width: 252px;
}
#main-content {
	float: left;
	width: 445px;
	padding-right: 15px;
	padding-left: 15px;
}
#sub-content {
	float: left;
	width: 700px;
	padding-right: 5px;
	padding-left: 12px;
	margin-left: 10px;
	border-left: 1px solid #CCCCCC;
}
#container #content .pro-page {
	width: 950px;
	margin: 0px auto;
	float: none;
	border-width: 0px;
	border-style: none;
	padding: 0px;
}


#right-panel {
	float: left;
	width: 252px;
}

#footer {
	padding: 10px;
	border-top: 4px solid #474747;
}
#footer a {
	color: #333333;
	text-decoration: none;
}

#footer #copy {
	display: block;
	float: left;
	width: 480px;
}
#footer #design {
	float: left;
	text-align: right;
	width: 480px;
}

.clr {
	clear: both;
}
