
html,body{
	margin: 0;
	padding: 0;
}
body{
	font: normal 10pt Arial, sans-serif;
	color: #000000;
	background: url(/newsite/images/body_bg.png);
	background-position: -125px 0px;
}
p{
	margin: 0px 10px 10px;
	color: #333333;
}
a{
	color: green;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

html,body {
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
}
div#header {
	width: 100%;
	height: 88px;
	background: url(/newsite/images/header_bg.gif) repeat-x;
	padding: 0px;
	border-bottom: 1px solid #000000;
}

div#header_top_menu {
	float: right;
	margin:0px;
	padding-right: 10px;
	font: bold 8pt;
	text-align: right;
}
div#header_top_menu a {
	font-size: 8pt;
	font-weight: bold;
}
div#header_menu {
	clear: both;
	margin-left: 20px;
	height: 20px;
}
div#header_menu_left {
	float: left;
	background: url(/newsite/images/header_menu_left_bg.gif) bottom left no-repeat;
	width: 6px;
	height: 20px;
	border-top: 1px solid #000000;
}
div#header_menu_body {
	float: left;
	height: 20px;
	background: url(/newsite/images/header_menu_bg.gif) bottom repeat-x;
	border-top: 1px solid #000000;
}
div#header_menu_body a {
	margin: 0px 10px 0px 10px;
	padding: 1px 5px 1px 5px;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}
div#header_menu_right {
	float: left;
	background: url(/newsite/images/header_menu_right_bg.gif) bottom left no-repeat;
	width: 6px;
	height: 20px;
	border-top: 1px solid #000000;
}

/* active menu items */
div#header_menu_left_active {
	float: left;
	margin-top: -1px;
	background: url(/newsite/images/header_menu_left_bg_active.gif) bottom left no-repeat;
	width: 8px;
	height: 20px;
	border-top: 1px solid #000000;
}
div#header_menu_body_active {
	float: left;
	margin-top: -1px;
	height: 20px;
	background: url(/newsite/images/header_menu_bg_active.gif) bottom repeat-x;
	border-top: 1px solid #000000;
	color: white;
	font-size: 9pt;
	font-weight: bold;
}
div#header_menu_body_active a {
	margin: 0px 2px 0px 2px;
	padding: 1px 5px 1px 5px;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}
div#header_menu_right_active {
	float: left;
	margin-top: -1px;
	background: url(/newsite/images/header_menu_right_bg_active.gif) bottom left no-repeat;
	width: 8px;
	height: 20px;
	border-top: 1px solid #000000;
}


div#content {
	text-align: left;
	padding: 20px;
}

div#wrapper{
	float: right;
	width: 100%;
	margin-left: -200px;
}
div#content{
	position: absolute;
	width: 800px;
	margin-left: 55px;
	padding: 15px 15px 15px 15px;
}

div#footer{
	color: #333333;
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 5px;
	font-size: 8pt;
	border-top: 1px dashed #CCCCCC;
	text-align: left;
}
