body {
	margin:0 auto;
	padding:0px;
	color:#333333;
	background-color: white;
	font:76% Verdana;
}

#wrap {
	width:757px;
	margin:0 auto;
	padding:0px;
	background-color: white;
	border: 1px #336699 solid;

}

#wrap_content {
	width:747px;
	margin:0 auto;
	padding:0px;
	background-color: white;
	
}

#header {
	height:25px;
	line-height:22px;
	width:747px;
	overflow:hidden;
	text-align:right;
}

#menu_strip {
	height:51px;
	width:747px;
	margin:2px 0px;
	padding:0px;
	background: url("menu_bg.jpg") repeat-x;
	overflow:hidden;
}

#banner {
	height:198px;
	width:747px;
	margin:0px 0px 0px 0px;
	padding:0px;
	overflow:hidden;
}

#top_strip {
	height: 30px;
	line-height:30px;
	width:934px;
	margin:0px;
	padding:0px 0px 0px 90px;
	font-weight:bold;
	font-size:15px;
	color:#000000;
	background: #E8E0E0;
	overflow:hidden;
}

#top_menu {
	width:100%;
	height:46px;
	float:right;
	margin:0px 0px 1px 0px;
	padding:0px;
	overflow:hidden;
	
}

#top_menu div{
	height:46px;
	line-height: 46px;
	border-left:1px #616161 solid;
	float:left;
	text-align:center;
	overflow:hidden;
}

#top_menu a {
	
	margin:0px 14px 0px 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#top_menu a:hover {
	
	margin:0px 14px 0px 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	
}

#top_menu a:visited {
	
	margin:0px 14px 0px 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#main_body {
	width: 747px;
	border-top: 2px #A0A6A2 solid;
	border-bottom: 2px #A0A6A2 solid;
	margin: 1px 0px 3px 0px;
	float:left;
	clear:both;
}

#body_left {
	margin: 1px 5px 1px 0px;
	width: 200px;
	float:left;
	background:#FFFFFF;
	padding:10px;
	clear:left;
}

#body_right {
	margin: 1px 0px 1px 5px;
	width: 497px;
	float:right;
	background:#F1F2F4;
	padding:10px;
	clear:right;
	
}

#footer {
	height:115px;
	width:747px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#footer_left {
	float:left;
	height:105px;
	width:260px;
	text-align:left;
	line-height:15px;
	font-size: 10px;
	margin:0px;
	padding:25px 5px 25px 30px;
	background: #F1F2F4;
	overflow:hidden;
}

#footer_right {
	float:right;
	height:105px;
	width:442px;
	text-align:center;
	line-height:15px;
	font-size: 10px;
	margin:0px;
	padding:6px 0px;
	overflow:hidden;
}

img {
	border:0px;
}

#footer a, #footer a:visited {
	margin:0px 3px;
	padding: 0px;
	color: #333333;
	text-decoration:none;
}

#footer a:hover {
	margin:0px 3px;
	padding: 0px;
	color: #333333;
	text-decoration:underline;

}

p {
	margin:5px 0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}

h2 {
	font-size: 11pt;
}
h3 {
	font-size: 10pt;
}

a {
	text-decoration:none;
	color:#333333;
}

a:hover {
	text-decoration:underline;
	color:#333333;
}

