/* CSS Document */
*{
	margin:0;
	padding:0;
}/*global reset*/
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{
	margin: 10px 0 5px 0;
}
li,dd{
	margin-left:2em;
	margin-bottom: 5px;
	line-height: 2em;
}
fieldset{
padding:.5em;
}
select {
	min-width:1.5em;
	font-size: 12px;
}/* hiding the drop-down arrow of a select form widget in Firefox*/
img {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	MARGIN: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	padding: 0px;
}
UL {
	LIST-STYLE-TYPE: disc
}
.cf {
	clear: both;
}
.fl	{
	float:left;
}
.fr	{
	float:right;
}
.tr	{
	text-align: right;
}
a.l {
	text-decoration : none;
	color: #FFFFFF;
}
a.l:hover {
	text-decoration : underline;
}
a.blue {
	color: #17337C;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.blue:hover {
	text-decoration : underline;
}
a.f	{
	text-decoration : none;
	color: #FFFFFF;
}
a.f:hover {
	text-decoration: underline;
}
#left_content A {
	FONT-WEIGHT: normal; COLOR: #005E91; TEXT-DECORATION: none
}
#left_content A:hover {
	text-decoration: underline;
}
#right_content A {
	FONT-WEIGHT: normal; COLOR: #005E91; TEXT-DECORATION: none
}
#right_content A:hover {
	text-decoration: underline;
}
#whole_content A {
	FONT-WEIGHT: normal; COLOR: #005E91; TEXT-DECORATION: none
}
#whole_content A:hover {
	text-decoration: underline;
}
/* layout */
BODY {
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size:76%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding: 0;
	background-color: #333B62;
	color: #000000;
	background-image: url(i/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrap{
	width: 810px;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#top_nav {
	width: 810px;
	height: 220px;
	text-align: left;
}

#top_banner {
	height: 70px;
	width: 810px;
}
#big_but {
	height: 30px;
	width: 810px;
}
#middle {
	width: 810px;
	text-align: left;
	float: left;
	background-image: url(i/bg2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#left {
	width: 550px;
	float: left;
}
#left_content {
	padding: 10px 60px;
}
#whole_content {
	padding: 27px 50px;
}
#right {
	width: 240px;
	float: right;
}
#footer {
	width: 810px;
	background-image: url(i/bg_footer.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 36px;
}
#right_content {
	padding: 27px 40px 0 14px;
}
#right_ad {
	margin-top: 8px;
}
#footer p{
	font-size: 10px;
	color: #FFFFFF;
}
#title {
	text-align: center;
	color: #000000;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	margin: 15px 0 10px 0;
}
#left_content p {
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
}
h3 {
	font-size: 1.4em;
	line-height: 2em;
	font-weight: bold;
	margin: 15px 0;
	color: #233E8F;
}
#left_content h4 {
	font-size: 1.2em;
}
h4.sc {
	font-variant: small-caps;
}
ul.list {
	list-style-type: none;
}
ul.big_list li {
	font-size: 16px;
}
#right_content_1 {
	padding-bottom: 30px;
	padding-left: 20px;
}
#footer2 {
	background-image: url(i/bg2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 12px;
	width: 810px;
}
#copyright {
	margin-right: 10px;
}
#content_bg {
	background-image: url(i/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.img_padding{
	padding: 0 10px 0 10px;
}

