@charset "utf-8";
/* CSS Screen Document */

body{
	background-color: #663300;
	color: #663300;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;	
	color: #FFFFCC;
}

a:link {
	text-decoration: none;
	color: #FFFFCC;
}

a:visited {
	text-decoration: none;
	color: #FFCC66;
}

a:hover {
	text-decoration: none;
	color: #FF9933;
}

#wrapper {
	width: 60em;
	margin-left: auto;
	margin-right: auto;
}

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	padding: .5em;
	height: 3.3em;
	position: relative;
	background: #963 url(/images/headersmall.jpg) repeat-y right top;	
}

#headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: right;
	background-color: #630;
	color: #FFFFCC;
	padding: .5em;
}

#navigation {
	background-color: #CC6600;
	color: #FFFFCC;
	height: 3.75em;
	padding-top: .5em;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	font-weight: 700;
	line-height: 1.6;
}
#subnav {
	width:10em;
	float:left;
	padding-right:.5em;
	padding-left: .5em;
	
}
#subnav a {
	color: #630;
	text-decoration: underline;
}

#subnav a:link {
	color: #630;
}

#subnav a:visited {
	color: #663300;
}

#subnav a:hover {
	text-decoration: none;
	color: #FF9933;
}

#center {
	background-color: #FFFFCC;
	overflow: auto;
}

#leftcol {
	width: 50em;
	float: left;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 1em;
}

#leftcol a {
	color: #630;
	text-decoration: underline;
}

#leftcol a:link {
	color: #630;
}

#leftcol a:visited {
	color: #663300;
}

#leftcol a:hover {
	text-decoration: none;
	color: #FF9933;
}

#footer {
	font-size: small;
	background-color: #663300;
	color: #FFFFCC;
	padding: .5em;
	padding-top: 2em;
	text-align: center;
}

a:link .colophon {
	text-decoration: underline;
	color: #FFFFCC;
}
a:visited .colophon {
	text-decoration: underline;
	color: #FFCC66;
}
a:hover .colophon {
	text-decoration: underline;
	color: #FF9933;
}

.clear {
	height: 0;
	clear: both;
}

.article {
	color: #660000;
	text-decoration: underline;
}

a:link .article {
	color: #660000;
}

a:visited .article {
	color: #660000;
}

a:hover .article {
	text-decoration: none;
	color: #FF9933;
}


.item {
	color: #666633;
	text-decoration: none;
}

a:link .item {
	color: #666633;
}

a:visited .item {
	color: #660000;
}

a:hover .item {
	text-decoration: none;
	color: #FF9933;
}


.name {
	font-weight: bold;
}

#thanks {
	text-align: center;
	font-size: larger;
}

#hometext {
	text-align: center;
}


.testname {
	font-style: italic;
	font-weight: bold;
}

.contact{
	text-align:center;
}

.policyitem{
	font-size: larger;
}

th {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 2em;
	border-bottom: solid ;

}
#hostpic {
	float: left;
	padding-right: 1em;
}
#map {
	padding-left: 10em;		
}

td {
	padding-left: 2em;
}