body {
	margin: 0px 0px 0px 0px;
	background: #C6C2C1 url(/images/back.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}

/***********************************
	Containers
***********************************/

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	border-width: 1px 0px 0px 0px;
	border-color: #000;
	border-style: solid;
	background-color: #fff;
}

#header img {
	border: 0;
}

#graphic {
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	height: 314px;
	border-width: 2px 0px 0px 0px;
	border-color: #000;
	border-style: solid;
	background-color: #800010;
}

#graphic img {
	border: 0;
}

#graphic_2 {
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	border-width: 2px 0px 0px 0px;
	border-color: #000;
	border-style: solid;
	background-color: #800010;
}

#graphic_2 img {
	border: 0;
}

#quote {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 75%;
	font-style: italic;
	font-weight: 200;
	color: #800010;
	/* padding: Tpx Rpx Bpx Lpx; */
	padding: 5px;
	text-align: center;
	border-width: 0px 0px 0px 0px;
	border-color: #000;
	border-style: solid;
	background-color: inherit;
}

#quote h2 {
	color: #fff;
	font-size: 200%;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 15px 0px;
	padding: 2px 2px 0px 0px;
	border-width: none;
}

#topnav {
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 84%;
	font-weight: bold;
	font-weight: 900;     /* bold */
	color: #fff;
	padding: 10px 10px 10px 10px;
	text-align: center;
	letter-spacing: 0.7em;
	/* text-transform:uppercase; */
	border-width: 2px 0px 0px 0px;
	border-color: #000;
	border-style: solid;
	background-color: #800010
}

#topnav strong {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 84%;
	font-weight: bold;
	font-weight: 800;     /* bold */
	color: #fff;
	padding: 10px 10px 10px 10px;
	text-align: right;
	border-width: 2px 0px 0px 0px;
	border-color: #000;
	border-style: solid;
	background-color: #800010;
}

#topnav a {
	/* color: #e8dfae; */
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

#topnav a:visited {
	/* color: #e8dfae; */
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

#topnav a:hover {
	color: #E5A72E;
	background-color: transparent;
	text-decoration: underline;
}

#topnav a.float_lhs {
	float: left;
	/* text-align: left;  */
}

#topnav a.float_rhs {
	float: right;
	/* text-align: right;  */
}

#subnav {
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #fff;
	padding: 5px 0px 5px 60px;
	text-align: left;
	border-width: 1px 0px 0px 0px;
	border-color: #333;
	border-style: solid;
	background-color: #800010;
}

#content {
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	text-align: left;
	padding: 15px 45px 15px 45px;
	background-color: #800010;
	border-width: 4px 0px 0px 0px;
	border-color: #E5A72E; 
	border-style: solid;
}

#styledtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #fff;
	text-align: left;
}

img.styledtable  {
	border-width: 6px 6px 6px 6px;
	border-color: #fff;
	border-style: solid;
}

#footer {
	/* width: 760px; */
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #fff;
	padding: 10px 0px 10px 0px;
	text-align: center;
	/* clear: both; */
	border-width: 4px 0px 0px 0px;
	border-color: #E5A72E; 
	border-style: solid;
	background-color: #505050;
}

#top {
	float: right; 
	margin: 10px;
}

/***********************************
	Links
***********************************/
a, a:link, a:visited, a:hover, a:active {
		color: #999;
		font-weight: bold; 
		letter-spacing: 0.04em;
		background: inherit;
		text-decoration: underline;
		}
		a:link {}
		a:visited {}
		a:hover {
		color: #F90;
		text-decoration: none;}
		a:active {
}

a.content {
	/* color: #9CC; */
	color: #E5A72E;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
}

a.content:visited {
	/* color: #9CC; */
	color: #E5A72E;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
}

a.content:hover {
	/* color: #9CC; */
	color: #D2F174;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}


a.footer {
	color: #999;
	background-color: transparent;
	text-decoration: none;
}

a.footer:visited {
	color: #999;
	background-color: transparent;
	text-decoration: none;
}

a.footer:hover {
	color: #999;
	background-color: transparent;
	text-decoration: underline;
}

/***********************************
	Miscellaneous
***********************************/

hr {
	width: 100%;
	height: 0px;
	text-align: center;
	border-color: #CCCCCC;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}

h1 {
	/* color: #E5A72E; */
	color: #f90;
	font-size: 180%;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 15px 0px;
	font-weight: normal;
	padding: 2px 50px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #FF9900;
}

h2 {
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 15px 0px;
	padding: 2px 2px 0px 0px;
}

h3 {
	/* color: #E5A72E; */
	color: #f90;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

p {
	padding: 0px 0px 10px 0px;
	margin-top: 10px;
}

ul {
	color: #fff;
}

.boxleft {
	padding-left: 20px; 
	background:   url(/images/block.gif) no-repeat 0px 4px;
}
.highlight {
	color: #E5A72E;
	font-weight: bold;
}
.ctr {
		text-align: center;
}

.ghosttext_fix_IE6 {
	width: 100%; 
}

#scroll {
	/* border : solid 1px #FF9900; */
	/* background : #000000;  */
	padding: 4px 4px 4px 4px;
	color : #ffffff; 
	height : 250px; 
	overflow : auto;
}
/* resume form */
	#resume fieldset {
		margin-bottom: 1em;
	}
	#resume legend {
		font-size: 1.4em;
		font-weight: bold;
		border-bottom: 1px solid #f90;
	}
	#resume label {
		display: block;
		padding: 0.66em 0.66em 0.33em ;
		font-size: 1.2em;
	}
	#resume label input, #resume label textarea {
		border: 1px solid #f90;
	}
	#resume #submitbuttons {
		text-align: right;
	}

/***********************************
	Staff Page CSS
***********************************/
#staff_thmbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	text-align: left;
	padding: 5px;
	background-color: #800010;
	width: 650px;
	height:190px; 
	overflow: auto;
}
#people {
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	text-align: left;
	padding: 0;
	padding-top: 15px;
	background-color: #800010;
	width: 650px;
	height:480px; 
	overflow: auto;
}
.staff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: 400;
	line-height: 150%;
	color: #fff;
	text-align: left;
}
.staff strong {
	font-size: 85%;
	font-weight: 600;
	color: #FF9900;
}

.clearing {
	clear: both;
	}