body {
	background-color: #00B1AE;
	background-image:url(../images/bkgrd.jpg);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	text-decoration: none;
	padding: 0px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 800px;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #826AA9;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #E2B322; 
	font-size: small;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #00B1AE;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #826AA9;
	font-size: x-small;
}
ul li {
	padding-left: 3px;
	padding-bottom: 5px;
	padding-right: 5px;
	list-style-position: outside;
	list-style-type: circle;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #826AA9;
	font-size: large;
	font-weight: bold;
}
.breadcrumb {
	font-size: small;
	color: #ADA4A0;
}
.Highlight {
	font-weight: bold;
	color: #00B1AE;
}
.proud_italic {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #00B1AE;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-size: x-small;
	font-style: italic;
	color: #00B1AE;
	padding: 0px;
	margin: 0px;
}
#masthead {
	background-color: #00B1AE;
	position:absolute;
	top: 0px;
	margin-top: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
#nav {
	background-color: #00B1AE;
	position:absolute;
	top: 350px;
	margin-top: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	z-index: 2;
	background-image:url(../images/shdw_nav.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
fieldset {
	border: thin solid #431307;
}
.floatright {
	padding: 2px 10px;
	float: right;
	width: auto;
}
.floatleft {
	padding: 2px 5px;
	float: left;
	width: auto;
}
/* .floatleft a {
	text-decoration: none;
	color: #FFFFFF;
}
.floatleft a:hover {
	text-decoration: none;
	color: #F6550F;
}
.floatleft a:link, .floatleft a:visited {
	text-decoration: none;
	color: #FFFFFF;
} */
.clear {
	padding: 2px;
	clear: both;
	width: auto;
}
#content {
	top: 371px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background: #FFFFFF;
	z-index: 1;
	background-image:url(../images/shdw.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#footer {
	background-image:url(../images/shdw_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
	height: 50px;
	width: 100%;
	color: #00B1AE;
	font-size: smaller;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color: #00B1AE;
	font-size: x-small;
	text-decoration: none;
}
#tour_btn {
	top: 30px;
	position: absolute;
	left: 5px;
	z-index: 2;
}
#text_layout {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 185px;
}
#text_layout_wide {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#left_pane {
	position: absolute;
	top: 10px;
	width: 130px;
	text-align: center;
	left: 10px;
	z-index: 2;
}
.error_text {
	color: #FF0000;
}
.inline_highlight {
	color: #826AA9;
	font-size: medium;
	font-weight: bold;
}
.bullet {
	list-style-image:url(../images/bullet.gif);
}
.red_text {
	color: #FF0000;
}
.tablecell_odd {
	background-color: #EEEEEE;
}
.tablecell_even {
	background-color: #CCCCCC;
}
.table_header_row {
	background-color: #00B1AE;
	color: #FFFFFF;
}
.table_border {
	border: medium double #00B1AE;
}
.callout {
	background-color: #EEEEEE;
	border: medium double #00B1AE;
	text-align: center;
	vertical-align: middle;
}
.cellred {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
}
.cellblue {
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: bold;
}
.cellsilver {
	background-color: #C0C0C0;
	color: #000000;
	font-weight: bold;
}
.cellgold {
	background-color: #E2B322;
	color: #FFFFFF;
	font-weight: bold;
}
.bw_format {
	padding: 0px;
	margin: 0px;
	float: right;
}