body {
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3F6E80;
	font: 12px Arial, helvetica, sans-serif;
}
h1 {
	color: #91A1AE;
	font: 22px Arial;
	margin: 3px;
	padding: 3px;
}
h2 {
	color: #3F6E80;
	font: 18px Arial;
	margin: 3px;
	padding: 3px;
}
a, a:link, a:visited { 
	color: #6D95DA;
 	text-decoration: none;
}
a:hover, a:active { 
	color: #FF6600;
	text-decoration: underline; 
}
.siteWrap {
	width: 1014px;
	margin: 0 auto;
	background: url(images/pageBG.png) repeat-y 0 0;
}
.menuLeft {
	width: 245px;
	vertical-align: top;
	background: url(images/MenuBGMiddle.jpg);
	color: white;
	font: 12px Arial, helvetica, sans-serif;
}
.siteContent {
	width: 725px;
	vertical-align: top;
	font: 12px Arial, helvetica, sans-serif;
}

.menuLINKS a {
	font-family: "Century Gothic", Arial;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menuLINKS a:hover {
	color: #999999;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFF00;
}
.menuSideLINKS li {
	list-style-type: none;
}
.menuSideLINKS a {
	list-style-type: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADB9C2;
	display: block;
	font-family: "Century Gothic", Arial;
	color: #FFFFFF;
	width: 180px;
	padding: 5px;
	font-size: 12px;
	text-decoration: none;
}
.menuSideLINKS a:hover {
	color: #FFFFFF;
	background-color: #3F6E80;
}.pageCONTENT {
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #666666;
}
.h1header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}
.pageCONTENT h1 {
	font-size: 14px;
	color: #3F6E80;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
}
.pageCONTENT a {
	color: #3F6E80;
}
.pageCONTENT a:hover {
	color: #000000;
}
