@charset "UTF-8";
body {
	background-color:#999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #689dd6;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #d57579;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
a { outline:none; }
a:Link { color: #689dd6; text-decoration: none; }
a:Visited { color: #689dd6; text-decoration: none; }
a:Active { color: #689dd6; text-decoration: none; }
a:Hover { color: #d57579; text-decoration: none; }

.wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
}
.header {
	width: 970px;
	background-image: url(../images/Header-WITS.gif);
	height: 115px;
}
.menu {
	float: right;
	width: 650px;
	padding-bottom: 10px;
	padding-right: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	text-align: right;
	top: 90px;
	position: relative;
}
.menu a { outline:none; }
.menu a:link {
	color: #999;
	text-decoration: none;
}
.menu a:visited{
	color: #999;
	text-decoration: none;
}
.menu a:active{
	color: #999;
	text-decoration: none;
}
.menu a:hover{
	color: #d57579;
}
.contentPanel {
	width: 970px;
	background-image: url(../images/Content-Background.gif);
	background-repeat: repeat;
	height: auto;
	overflow: hidden;
	}
.leftPanel {
	width: 290px;
	float: left;
}
.rightPanel {
	width: 680px;
	float: left;
}
.aboutFeature {
	width: 260px;
	height: 234px;
	background-image:url(../images/Left-Panel-Top.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 15px;
}
.contactFeature {
	width: 290px;
}
.pageFeature {
	width: 680px;
}
.pageText {
	padding: 15px;	
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-image: url(../images/Content-Background.gif);
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 305px;
}

