body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
  margin: 0px;
}

div.page_container {
	background-color: #ffffff;
	width: 980px;
	margin: 0px auto;
}

/* Header Elements */
#header {
	width: 980px;
	height: 150px;
}
#logo {
	width: 297px; 
	height: 88px; 
	float: left; 
	position: 
	relative; 
	top: 40px; 
	left: 47px;
}
#logo img {
	border: none;
}
#search {
	width: 152px; 
	height: 75px; 
	position: relative; 
	top: 25px; 
	left: 450px; 
	text-align: right;
}
#search2 {
	width: 152px; 
	height: 75px; 
	position: relative; 
	top: 25px; 
	left: 450px; 
	text-align: right;
}
#search form {
	margin: 0px;
}
input.searchbox {
	width: 150px; 
	height: 20px; 
	border: 1px solid #00b8bb;
}
input.button {
	 background-color: #ffffff; 
	 border: none; 
	 font-size: 16px; 
	 color: #00b8bb; 
	 margin: 0px; 
	 padding: 0px; 
	 cursor: pointer;
}
/* END: Header Elements */

/* Home Copy */
#home_copy_box {
	 width: 400px;
	 height: 629px; 
	 float: right; 
	 background-image: url(/images/backgrounds/home_copy.jpg);
}
#home_copy {
	 padding: 90px 20px 20px 27px;
}
#home_copy p {
	 line-height: 18px;
}
/* END: Home Copy */

table.main {
	width: 980px;
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table.main td {
	padding: 0px;
	vertical-align: top;
}
td.content_column {
	width: 664px;
	background-repeat: no-repeat; 
	background-color: #e0e0cd;
	padding: 0px;
	vertical-align: top;
}

/* Left Nav */
td.menu_column {
	width: 316px;
	background-image: url(/images/backgrounds/nav_column.jpg); 
	background-repeat: no-repeat; 
	background-color: #858585;
	padding: 0px;
	vertical-align: top;
}
#left_nav {
	width: 252px; 
	height: 248px; 
	background-image: url(/images/backgrounds/left_nav8.gif); 
	background-repeat: no-repeat;
	position: relative; 
	top: 62px; 
	left: 46px;
	padding-top: 4px;
}
#left_nav p {
	margin: 0px 0px 0px 7px;
}
#left_nav a {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}
div.menu_button {
	height: 25px; 
	margin: 0px 0px 7px 7px;
}
/* END: Left Nav */

/* Footer */
#footer {
	width: 980px; 
	height: 98px; 
	background-image: url(/images/backgrounds/footer.jpg);
	text-align: center;
	color: #00b8bb;
	font-size: 11px;
}
#footer a {
	color: #00b8bb;
}
#footer a:hover {
	text-decoration: none;
}
p.copyright {
	font-size: 10px;
	color: #808080;
	margin: 10px 0px 0px 0px;
}
/* END: Footer */

div.content {
	padding: 0px 40px 20px 59px;
	line-height: 22px;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	margin: 0px 0px 15px 0px;
	color: #828277;
	font-weight: normal;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	margin: 0px 0px 15px 0px;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	margin: 15px 0px 0px 0px;
}

p {
	margin: 0px 0px 15px 0px;
}

p.quote {
	font-family: times new roman, times, serif;
	font-style: italic;
	color: #00b8bb;
	padding: 40px 40px 0px 40px;
}

ul.tbullet {
	color: #00b8bb;
}
ul.tbullet span {
	color: #000000;
}

div.number_boxes {
	width: 18px; 
	float: left;
	margin-right: 5px;
	border-width: 1px 2px 2px 1px; 
	border-style: solid; 
	border-color: #26a5ab; 
	text-align: center; 
	padding: 0px;
	color: #26a5ab;
}
div.number_boxes:hover {
	background-color: #26a5ab; 
	color: #ffffff;
}
div.number_boxes:hover a {
	color: #ffffff;
}
div.number_boxes a {
	color: #26a5ab;
	text-decoration: none;
}
div.number_boxes a:hover {
	color: #ffffff;
}

.small_text {
	font-size: 10px;
}

.red {
	color: #ff0000;
}

.turquoise {
	color: #00b8bb;
}

.gray {
	color: #666666;
}

.bg_lt_gray {
	background-color: #cccccc;
}

table.ruled {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table.ruled td {
	border: 1px solid #000000;
	padding: 4px;
}

div.popup {
	background-color: #ffffff;
	margin: 10px auto 0px auto;
	border: 1px solid #000000;
}

a {
	color: #17bdc4;
}
a:hover {
	color: #92c360;
	text-decoration: none;
}

a.small_link {
	font-size: 10px;
}