body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images2/background-fade.jpg);
	background-repeat: no-repeat;
	background-position: 35 144px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: fixed;
}

.subbody {
	display: block;
	background-image: url(images2/black-bar.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.header {
	display: block;
	height: 65px;
	background-color: #E1E1E1;
	background-image: url(images2/header-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.header img {
	border: none;
}
#subheader {
	position:absolute;
	right:0px;
	top:3px;
	width:99px;
	height:59px;
	z-index:10;
}
#subheader img{
	border: none;
	margin-right: 3px;
}
.menu {
	display: block;
	height: 34px;
	width: 100%;
	background-color: #E1E1E1;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	padding-right: 200px;
}
.menu a {
	font-weight: bold;
	display: block;
	padding-right: 10px;
	padding-left: 50px;
	/* padding-top: 2px; */
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-decoration: none;
	color: #333333;
	/* width: auto;
	height: 34px; */
	float: right;
	line-height: 34px;
}
.menu a:hover {
	color: #FF9900;
}

.mainbody {
	padding-top: 0px;
	padding-right: 210px;
	padding-left: 40px;
	padding-bottom: 25px;
}
.mainbody h1 {
	font-size: 18pt;
	margin: 0px;
	margin-top: 15px;
}
.mainbody h2 {
	font-size: 16pt;
	margin-top: 25px;
	margin-bottom: 0px;
}
.mainbody h3 {
	font-size: 14pt;
	margin-top: 25px;
	margin-bottom: 0px;
}
.mainbody p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mainbody ul {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mainbody2 {
	padding-top: 0px;
	padding-right: 60px;
	padding-left: 40px;
	padding-bottom: 25px;
}
.mainbody2 h1 {
	font-size: 18pt;
	margin: 0px;
	margin-top: 15px;
}
.mainbody2 h2 {
	font-size: 16pt;
	margin-top: 25px;
	margin-bottom: 0px;
}
.mainbody2 h3 {
	font-size: 14pt;
	margin-top: 25px;
	margin-bottom: 0px;
	font-weight: normal;
}
.mainbody2 p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mainbody2 ul {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.subunit {
	height: 206px;
}
.subunit img {
	margin-right: 20px;
}
.subunit2 {
	height: 329px;
}
.subunit3 {
	height: 121px;
	/* margin-bottom: 25px; */
	margin-right: 25px;
	margin-left: 25px;
	padding: 5px;
	padding-bottom: 15px;
	background-image: url(images2/filters/ccc.gif);
}
.subunit3 img {
	margin: 10px;
	float: left;
}
.subunit3b {
	float: right;
	height: 100%;
	width: 191px;
	text-align: center;
	background-image: url(images2/black-bar.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.subunit3b p {
	font-weight: bold;

}
.subunit3b img {
	margin: 10px;
	float: none;
}
.subunit3c {
	float: left;
	width: 33%;
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.subunit3c img {
	border: none;
	margin-bottom: 5px;
	float: none;	
}


.ulpadding {
	padding-top: 10px;
	/* margin-top: 20px; */
}
.sidebody {
	display: block;
	width: 200px;
	height: auto;
	float: right;
	text-align: center;
	background-color: #676767;
}
.sidebody img {
	border: none;
	margin-top: 10px;
}

.footer {
	display: block;
	height: 24px;
	text-align: left;
	vertical-align: bottom;
	padding-left: 5px;
	padding-top: 10px;
}
.footer a, .footer a:active, .footer a:visited {
	text-decoration: none;
	color: #999999;
	font-size: 9px;
}
.footer a:hover {
	color: #FF9900;
}

#nomargin {
	margin-top: 0px;
	margin-bottom: 0px;
}
#googlemap {
	border: 1px solid #000000;
}