/* CSS Document */

/* -----Main Stuff----- */

body {
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
}

body, a, div, span, p, td {
	font-style: normal;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	color: #000000;
	line-height: 13px;
}

/* -----Link Stuff----- */
a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}     
a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}  
a:hover {
	color:#006600;
	text-decoration: none;
}   
a:active {
	color: #ffffff;
}

a:link.sheriff {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a:hover.sheriff {
	color:#ffffff;
	text-decoration: none;
}

a:visited.sheriff {
	color: #000000;
	text-decoration: none;
} 

/* -----Psuedo Classes----- */
span.header {
	color: #008000; 
	font: 28px Georgia, Times, serif;
	font-weight: bold;
	letter-spacing:.2em;
	line-height: 30px;
}

div.subheader {
	color:#FFFFFF;
	font: 16px Geneva, Times, serif;
	font-weight: bold;
}

span.italic {
	line-height: 11px;
	font-style:italic;
	letter-spacing:.1em;
}

img.thumb {
	border:1px solid #FFFFFF;
}

/* -----Contents----- */
#header_ {
	background-color:#FFFFFF;
}

#subhead_ {
	vertical-align:top;
	width:550px;
	position:relative;
	background-color: #090;
	border:1px solid #ffffff;
	color:#FFFFFF;
	height: 24px;
	font: 16px Georgia, Times, serif;
	font-weight: bold;
	letter-spacing:.1em;
}

#navTable_ {
	background-color:#BBBBBB;
	width:110px;
	position:relative;
	padding-bottom:14px;
}

#navCell_ {
	font-weight:bold;
	background-color:#060;
	border:#CCCCCC solid 1px;
	position:relative;
}

#main_ {
	vertical-align:top;
	width:550px;
	position:relative;
}

#galtop_ {
	vertical-align:text-top;
	width:550px;
	position:relative;
	overflow:auto;
}

#galmain_ {
	vertical-align:text-top;
	width:550px;
	position:relative;
}
