body {
	margin-top: 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13pt;
	background-color: #45484f;
	color: #666666;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color:#000000;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	color:#000000;
}

h3,h4 {
	font-weight: normal;
	color:#000000;
}

img {
	border: 0;
}

a { color:#666666; }
a:hover { text-decoration:none; }

.clear {
	clear: both;
}

#wrapper {
	margin: 10px auto;
	text-align: left;
	width: 976px;
}

#header {
	width: 976px;
	height: 165px;
	background:url(header_bg.png) left top no-repeat;
}
#page {
	width: 976px;
	background:url(content_bg.png) left repeat-y;
}

table.vmenu_subs { width:100%; }
div.vmenu_main_on,
div.vmenu_sub_on {
	display:block;
	color:#000000;
}
div.vmenu_main_off,
div.vmenu_sub_off {
	display:block;
	color:#666666;
}
div.vmenu_sub_on a {
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 14px;
	color:#000000;
	background:url(submenu_item_bg.gif) left top no-repeat;
}
div.vmenu_main_on a {
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 5px;
	color:#000000;
}
div.vmenu_main_off a {
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 5px;
	color:#666666;
}
div.vmenu_sub_off a {
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 14px;
	color:#666666;
	background:url(submenu_item_bg.gif) left top no-repeat;
}
div.vmenu_main_on a:hover,
div.vmenu_main_off a:hover {
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 5px;
	background-color:#3a3b3f;
	color:#666666;
}
div.vmenu_sub_on a:hover,
div.vmenu_sub_off a:hover {
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 14px;
	background-color:#3a3b3f;
	color:#666666;
}

#menu {
	width:200px;
	float:left;
	text-align:left;
	padding:15px 17px 0px 17px;
	 font-weight:bold;
}
#content {
	width:690px;
	float:left;
	padding:28px 0px;
}
#footer {
	width:976px;
	height:45px;
	background-image:url(footer_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	font-size:11px;
	text-align: left;
	clear: both;
}

#footer a {
	padding: 0 0 0 0;
	text-decoration: none;
	color: #cccccc;
}

#footer a:hover {
	color: #cccccc;
}
.boxContent1, .boxTitle1, .boxReadMore1 { background-color:white; }