/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #044274;
	font-weight: normal;
	text-align: justify;
	background-color: #f2f3f6;
	}
a {
	color: #044274;
	text-decoration: underline;
		}
a:hover {
	text-decoration: none;
	}
.clear {
	clear: both;
	}
.container {
	width: 1000px;
	background-color: ##f2f3f6;
	text-align: center;
	margin: auto;
			}
.header {
	width: 1000px;
	height: 113px;
	float: left;
	background: url(top_bg.gif) repeat-y #FFFFFF;
	text-align: left;
		}
#logo {
	width: 304px;
	height: 113px;
	padding-left: 10px;
	float: left;
	}
#icon {
	float: right;
	padding: 40px 25px 0px 0px;	
	
	}
#wraper {
	width: 1000px;
	text-align: left;
	float: left;
	}
#left_col {
	width: 235px;
	background: url(nav_bg.gif) repeat-y;
	padding-left: 10px;
	float: left;
	}
#nav {
	width: 175px;
	margin-left: 25px;
	}
#nav ul {
	margin: 0px;
	padding: 0px;
	}
#nav li {
	list-style-type: none;
	height: 31px;
	background: url(nava_bg.gif) no-repeat;
	width: 188px;
	padding-top: 10px;
					}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #044274;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 5px 50px;	
		}
#nav a:hover {
	text-decoration: underline;
	color: #044274;
	}
#side_left {
	width: 175px;
	text-align: justify;
	line-height: 20px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	}
.side_head {
	font-weight: bold;
	}
#banner {
	width: 755px;
	float: right;
		}
#wel {
	width: 428px;
	padding: 10px 20px;
	background: url(content_bg.gif) repeat-x top left;
	text-align: justify;
	line-height: 20px;
	float: left;
	}
#right_col {
	width: 250px;
	background: url(right_bg.gif) repeat-y #ffffff;
	padding: 10px 18px;
	/*line-height: 20px; */
	float: left;
	height: 348px;
	}
#right ul {
	margin: 0px;
	padding: 0px;
		}
#right li {
	list-style-type: none;
	/*list-style-image: url(right_arr.gif);*/
	background: url(right_arr.gif) no-repeat top left;
	margin-left: 20px;
	padding: 8px 0px 8px 18px;
				}
#right a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #044274;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	
		}
#right a:hover {
	text-decoration: none;
	color: #044274;
	}
#footer {
	width: 1000px;
	float: left;
	text-align: center;
	background: url(footer_bg.gif) repeat-x;
	height: 46px;
	}
#inner {
	width: 715px;
	padding: 10px 20px;
	background: url(content_bg.gif) repeat-x top left #ffffff;
	text-align: justify;
	line-height: 20px;
	float: left;
	}
	
.pad {
	padding-bottom: 50px;
	}