* {
	margin: 0;
	padding: 0;
}

BODY {
	background: url(img/background.jpg) repeat-x #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}

A:link {
	text-decoration: none;
	color: #333333;
}

A:visited {
	text-decoration: none;
	color: #333333;
}

A:hover {
	text-decoration: none;
	color: #0a5180;
	font-weight: bold;
}

DIV#header {
	width: 897px;
	height: 122px;
	background-image: url(img/header.jpg);
	padding: 8px 0 0 0;
}

UL#topmenu {
	margin: 0 0 0 676px;
	padding: 0;
	list-style-type: none;
	display: block;
}

DIV#banner {
	width: 468px;
	height: 60px;
	padding: 38px 0 0 410px;
	clear: both;
}

UL#topmenu LI {
	float: left;
}

DIV#wrapper {
	width: 897px;
	background: url(img/content_bg.jpg) repeat-y;
}

DIV#lft {
	width: 200px;
	float: left;
	padding: 0 0 0 3px;
}

DIV#rgt {
	width: 691px;
	float: left;
	padding: 0 3px 0 0;
}

DIV.contentbox {
	width: 684px;
	margin: 7px 0 0 0;
	padding-bottom: 4px;
}

DIV.contentbox H1 {
	width: 672px;
	height: 24px;
	border: 1px solid #d8d3cc;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/content_top.jpg);
	text-align: left;
	padding: 8px 0 0 10px;	
}

DIV.content {
	width: 100%;
	text-align: left;
}

DIV.content H2 {
	width: 668px;
	height: 18px;
	font-size: 9pt;
	color: #0a5180;
	font-weight: bold;
	margin: 3px 0 0 8px;
	padding: 0;
	border-bottom: 1px dashed #333333;
}

DIV.content SPAN {
	color: #333333;
	font-weight: normal;
}

DIV.content P {
	width: 668px;
	margin: 4px 0 12px 8px;
}

DIV.navibox {
	width: 193px;
	margin: 7px 0 0 2px;
	padding-bottom: 4px;
}

DIV.navibox H1 {
	width: 181px;
	height: 24px;
	border: 1px solid #d8d3cc;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/menu_top.jpg);
	text-align: left;
	padding: 8px 0 0 10px;
}

UL.menu {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

UL.menu LI {
	text-align: left;
	margin: 3px 0 2px 0;
}	

DIV#footer {
	width: 897px;
	height: 28px;
	background-image: url(img/footer.jpg);
	font-size: 8pt;
}