body {
	text-align: center;
	background: #FFFFFF;
	margin: auto;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
img { margin: 5px; }
#pagecontainer {
	text-align: left;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#header {
	background: #034167 url(bg.jpg) repeat-x;
	height: 80px;
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
	padding-top: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#content {
	position: relative;
	width: 580px;
	background: #FFFFFF;
	margin: 0px;
	padding: 10px 5px 10px 10px;
	float: left;
}
#titlebar {
	position: relative;
	width: 400px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	height: 20px;
}
#titlebar2 {
	position: relative;
	width: 400px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	height: 20px;
}
#footer {
	background-color: #034167;
	width: 100%;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	clear: both;
}
#footer	a { color: #FFFFFF; }
#navBox {
	width: 180px;
	float: left;
	margin-right: 10px;
}
#navBox a { text-decoration: none; }
#navSubBox UL {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 15px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	}
#navBox #navSubBox UL LI {
	DISPLAY: block;
	PADDING-LEFT: 0px;
	FONT-SIZE: 13px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #e6eef0 1px solid;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 10px;
}