/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

.center_place {
	margin:auto;
	text-align:center;
	width: 920px;
}

.adlink {
	display:none;
}

/***  left margin  ***/
.left_main_margin {
	width:10px;
	background-image: url(images/left_border.gif);
	background-repeat: repeat-y;
}

/***  right border  ***/
.right_main_margin {
	width:10px;
	background-image: url(images/right_border.gif);
	background-repeat: repeat-y;
}

/***  Center area  ***/
.main_container {

}

.header_logo {
	background-image: url(images/hat.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
	width: 900px;
}

.content_place {
	width: 900px;
	text-align: left;
}

.content_place .left_menu {
	width: 181px;
	background-color: #ECF7FF;
	height:100%;
	vertical-align:top;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3C3C77;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3C3C77;
}
.content_place .left_menu td {
	width: 181px;
	padding:0;
	margin:0;
	list-style:none;
	height: 30px;
	font-size: 12px;
	text-align:center;
	
}
.content_place .left_menu .nav_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C3C77;
}

.content_place .left_menu td a, .content_place .left_menu td a:link, .content_place .left_menu td a:visited, .content_place .left_menu td a:active {
	color:#38386D;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
}
.content_place .left_menu td a:hover {
	text-decoration:underline;
}


.content_place .content {
	width:719px;
}

.path {
	clear:both;
	width: 900px;
	color: #FFFFFF;
	background-color: #5453a4;
	font-weight:bold;
	font-size:xx-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
}

.path h1 {
	padding-left: 190px;
}

.content_place .content .text {
	float:right;
	width:700px;
}

.content_place .footer {
	clear:both;
	width:900px;
	line-height:17px;	
	color: #FFFFFF;
	background-color: #5453a4;
	font-weight:bold;
	font-size:xx-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}