body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.01%;
	color: #0073AE;
	background-color: #00002F;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #68C8C6;
	margin-bottom: 10px;
}
h2 {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
p {
	font-size: 0.75em;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	font-weight: bold;
	color: #68C8C6;
}
a:visited {
	font-weight: bold;
	color: #68C8C6;
}
a:hover {
	font-weight: bold;
	color: #0073AE;
}
a:active {
	font-weight: bold;
	color: #999;
}
#wrapper {
	background-color: #FFF;
	height: 700px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
}
#header {
	float: left;
	height: 165px;
	width: 880px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #68C8C6;
	padding-left: 20px;
}
#header #cwLogo {
	float: left;
	height: 100px;
	width: 165px;
	margin-top: 30px;
	background-image: url(../_images/cwLogo.gif);
	margin-right: 14px;
}
#header #cwLogo a {
	display: block;
	width: 100%;
	height: 100%;
}
#header #navbar  {
	float: left;
	height: 100px;
	margin-top: 55px;
	text-align: center;
	font-size: 0.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#header #navbar a:link {
	color: #FFF;
	display: block;
	height: 100px;
	width: 100px;
	font-weight: normal;
}
#header #navbar a:visited {
	color: #FFF;
	display: block;
	height: 100px;
	width: 100px;
	font-weight: normal;
}
#header #navbar a:hover {
	color: #999;
	display: block;
	height: 100px;
	width: 100px;
	background-image: url(../_images/navBGglow.jpg);
	margin-top: -7px;
	font-weight: normal;
}
#header #navbar a:active {
	color: #666;
	display: block;
	height: 100px;
	width: 100px;
	font-weight: normal;
}
#header #navbar #nav1, #nav2, #nav3, #nav4, #nav5, #nav6 {
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 16px;
}
#header #contact {
	height: 30px;
	width: 120px;
	position: absolute;
	top: 0px;
	right: 50px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	font-size: 11px;
	letter-spacing: 0.2em;
}
#header #contact a:link {
	height: 30px;
	width: 120px;
	background-image: url(../_images/contact_button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #FFF;
}
#header #contact a:visited {
	height: 30px;
	width: 120px;
	background-image: url(../_images/contact_button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #FFF;
}
#header #contact a:hover {
	height: 30px;
	width: 120px;
	background-image: url(../_images/contact_button.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	color: #FFF;
}
#header #contact a:active {
	height: 30px;
	width: 120px;
	background-image: url(../_images/contact_button.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	color: #FFF;
}
#mainContent {
	float: left;
	width: 900px;
	margin-top: 15px;
	height: 519px;
}
#mainContent #leftContent {
	float: left;
	height: 485px;
	width: 298px;
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #68C8C6;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#mainContent #rightContent {
	float: left;
	height: 485px;
	width: 510px;
	margin-top: 15px;
	padding-left: 30px;
}
#mainContent #rightContent #mainImage {
	float: left;
	height: 350px;
	width: 510px;
	background-color: #CCC;
}
#mainContent #rightContent #mainImage #slideshow1 {
	height: 350px;
	width: 510px;
	overflow: hidden;
	float: left;
}
#mainContent #rightContent #mainCaption {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #0073AE;
	letter-spacing: 0.2em;
	text-align: center;
	margin-top: 10px;
	float: left;
	width: 510px;
}
#bottomRound {
	background-image: url(../_images/mainBottom.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 10px;
	width: 960px;
}
#footer {
	line-height: 30px;
	color: #CCC;
	text-align: center;
	height: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.7em;
}
#footer a:link {
	color: #CCC;
	font-weight: normal;
}
#footer a:visited {
	color: #CCC;
	font-weight: normal;
}
#footer a:hover {
	color: #FFF;
}
#footer a:active {
	color: #FFF;
}
