* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/a_background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
p {
	font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #666666;
}
img {
	border:0;
}
.text {
	font-family: Palatino, "Palatino Linotype", "book antiqua", serif;
	font-size: 13px;
	line-height: 24px;
	color: #666666;
}
.text a:link {
	text-decoration: none;
	color: #666666;
}
.text a:hover {
	color: #FF4018;
	text-decoration: none;
	font-weight: bold;
}
.textLink {
	font-family: "Arial Black", sans-serif;
	font-size: 13px;
	color: #008E7F;
	text-decoration: none;
	line-height: 1.5em;
	display: inline-block;
	border: 1px solid #008E7F;
	white-space: pre;
	text-align: center;
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
}
.textLink a:link {
	font-family: "Arial Black", sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
.textLink a:vlink {
	color: #666666;
}
.textLink a:hover {
	color: #008E7F;
}
#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 800px;
	text-align: left;
}
#navSidebar {
	background-color: #008e7f;
	height: 300px;
	width: 123px;
	margin-left: 50px;
	padding-top: 27px;
	padding-left: 20px;
	float: left;
}
* html #navSidebar {
	margin-left: 25px;
	} /* overrides the above style and changes margin-left to 25px
in IE 6 and below */

/*----------end menu styles --------*/
#navWave {
	width: 143px;
	margin-left: 50px;
	float: left;
	top: auto;
}
* html #navWave {
	margin-left: 25px;
} /* overrides the above style and changes margin-left to 25px
in IE 6 and below */
#mainContent {
	width: 557px;
	background-image: url(images/a_navshadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	text-align: left;
	position: relative;
	left: 0px;
	float: right;
	vertical-align: top;
	padding-top: 30px;
}
.subhead {
	font-family: "Arial Black", sans-serif;
	font-size: 12px;
	line-height: 1em;
	color: #008E7F;
	font-weight: normal;
	line-height: 1.75em;
}
.subhead_gray {
	font-family: "Arial Black", sans-serif;
	font-size: 12px;
	line-height: 1em;
	color: #666666;
	font-weight: normal;
	line-height: 1.75em;
}
.subhead_gray a:link {
	color: #666666;
	text-decoration: none;
}
.subhead_gray a:vlink {
	color: #666666
}
.subhead_gray  a:visited {
	color: #666666;
	text-decoration: none;
}
.subhead_gray a:hover {
	color: #008e7f
}
.subhead_gray a:active {
	color: #008e7f
}
/* ------ begin menu styles ------ */
.menu, .menu ul {
	margin:0;
	padding:0;
	list-style:none;
}.main_menu {
	width: 117px;
	color: #FFF;
	font-family: "Arial Black", sans-serif;
	font-size: 12px;
	line-height: 2em;
}
.main_menu_off  {
	color: #c2c2c2;
	width: 117px;
	font-family: "Arial Black", sans-serif;
	font-size: 12px;
	line-height: 2em;
	font-weight: normal;
}
.menu a {
	color:#FFF;
	text-decoration:none;
}
.menu_gray {
	width: 117px;
	color: #c2c2c2;
	font-family: "Arial Black", sans-serif;
	font-size: 12px;
	line-height: 2em;
}
.menu_gray a {
	color:#c2c2c2;
	text-decoration:none;
}
.menu a:hover {
	color:#c2c2c2;
}
/*-----fancy wrapping from kevinfreitas.net-------*/
div.wrap_area {
	position: relative;
	float: left;
	width: 557px;
}
div.wrap_area img { position: absolute; right: 0px; top: 0px; }
div.wrap_area p { position: relative; }

div.shape_wrap div { float: right; clear: right; height: 20px; }
/*------------end of fancy wrapping--------------*/
.subheadLight {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.75em;
	color: #008E7F;
}
.linespace_10pt {
	line-height: 10px;
}
