body {
	background-color: #FFFFFF;
	background-image: url(images/sec_bg.gif);
	background-attachment: fixed;
	background-position: left;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.bodytext {
	line-height: 17px;
	font-size: 11px;
}
#container {
	position: relative;
}
#header {
	position: relative;
}
#toplogo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#topcontact {
	text-align: right;
}
#topbar {
	position: absolute;
	left: 0px;
	top: 74px;
	background-color: #BEAD8C;
	background-image: url(images/sec_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	border-top: 1px solid #000000;
	border-bottom: 5px solid #cccccc;
	height: 76px;
	width: 100%;
}
#topbarpic {
	position: relative;
	MARGIN-left: 132px;
}
#menubar {
	position: absolute;
	left: 0px;
	top: 80px;

	width: 132px;
	z-index: 99;
}
#menubarmenu {
	position: relative;
	top: 71px;
	z-index: 101;
}
#contentbox {
	position: relative;
	top: 0px;
	left: 132px;
	width: 617px;
	border-right: 1px dotted #000000;
	padding: 85px 0px;
	z-index: 100;
	
}
#content {
	padding: 0px 10px;
}
#footer {
	position: relative;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 25px;
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
}
a {
	color: #005073;
}
#footer .sep {
	color: #999999;
	line-height: 15px;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

