body {
	position: relative;
	top: 0px;
	border: 0px;
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #777777;
	background-color: #1a1a19;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

img {
  border: none;
}

/* TYPE */
a:link { color: #3366cc; text-decoration: none; }
a:visited { color: #b85b5a; text-decoration: none; }
a:active { color: #666666; }
a:hover { color: #fe851c; text-decoration: none; }

.intro {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
.byline {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 15px;
	line-height: 1.6;
	font-weight: normal;
	color: black;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}	
.disclaimer a:link { color: #FFFFFF; text-decoration: none; }
.disclaimer a:visited { color: #FFFFFF; text-decoration: none; }
.disclaimer a:active { color: #666666; }
.disclaimer a:hover { color: #66CCFF; }

.lighttext {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 2;
	color: #CCCCCC;
}
.darktext {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 2;
	list-style: square;
	color: #333333;
}
.boxtext {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 2;
	color: #333333;
}
.boxtext a:link { color: #666666; text-decoration: none; }
.boxtext a:visited { color: #666666; text-decoration: none; }
.boxtext a:active { color: #666666; }
.boxtext a:hover { color: #9646FF ;
}

.endnote {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 1.6;
	color: #999999;
}
.smalltext {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 10px;
	line-height: 1.4;
	color: #999999;
}
.help {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	color: #464646;
}	
.help a:link { color: #666666; }
.help a:visited { color: #666666; }
.help a:active { color: #666666 }
.help a:hover { color: #3231ca }

.index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	color: #464646;
}	
.index a:link { color: #666666; }
.index a:visited { color: #666666; }
.index a:active { color: #666666 }
.index a:hover { color: #9646FF }

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	color: white;
}
.subhead a:link {
	color: #FFFF66;
}
.subhead a:visited {
	color: #FFFF66;
}
.subhead a:active {
	color: #FFFFFF
}
.subhead a:hover {
	color: #FF9900
}

.date {
	color: #108BD8;
	font-size: 12px;
}
.alignLeft { float:left; margin-right: 2em; margin-bottom: 1em;}
.alignRight { float:right; margin-left: 2em; margin-bottom: 1em;}

tr.d0 td {
	background-color: #BBBBBB;
}
tr.d1 td {
	background-color: #CCCCCC;
}
tr.d2 td {
	background-color: #FFCC00;
}


/* LAYOUT */	
#container {
	margin: auto;
	left: 50px;
	top: 50px;
	right: 50px;
	width: 882px;
	height: auto;
	background-color: black;
}
#header {
	position: relative;
	clear: both;
	width: 882px;
	height: 45px;
	background-color: #333333;
}
#blackcontent {
	margin: auto;
	width: 882px;
	height: auto;
	background-color: black;
}
#content {
	margin: auto;
	width: 882px;
	background-color: white;
}


/* MAINNAV */
#mainnav {
	top: 10px;
	width: 154px;
	height: 34px;
	position: relative;
	float: left;
	z-index: 50;
}
#mainnav #nav { margin: 50; padding: 20; }
#mainnav #nav li { display: inline; }
#mainnav #nav li a { float: left; width: 154px; height: 0; padding-top: 34px; overflow: hidden; }
#mainnav #nav li a { background-image: url(images/links.png); background-repeat: no-repeat; } 

/* BUTTONS */
#mainnav #nav li#one a { background-position: 0 0; }
#mainnav #nav li#two a { background-position: 0 -34px; }
#mainnav #nav li#three a { background-position: 0 -68px; }
#mainnav #nav li#four a { background-position: 0 -102px; }
#mainnav #nav li#five a { background-position: 0 -136px; }
#mainnav #nav li#six a { background-position: 0 -170px; }
#mainnav #nav li#seven a { background-position: 0 -204px; }
#mainnav #nav li#eight a { background-position: 0 -238px; }

/* OVER STATES */
#mainnav #nav li#one a:hover { background-position: -154px 0; }
#mainnav #nav li#two a:hover { background-position: -154px -34px; }
#mainnav #nav li#three a:hover { background-position: -154px -68px; }
#mainnav #nav li#four a:hover { background-position: -154px -102px; }
#mainnav #nav li#five a:hover { background-position: -154px -136px; }
#mainnav #nav li#six a:hover { background-position: -154px -170px; }
#mainnav #nav li#seven a:hover { background-position: -154px -204px; }
#mainnav #nav li#eight a:hover { background-position: -154px -238px; }

/* PRESSED STATES */
#mainnav #nav li#one a:active { background-position: -308px 0; }
#mainnav #nav li#two a:active { background-position: -308px -34px; }
#mainnav #nav li#three a:active { background-position: -308px -68px; }
#mainnav #nav li#four a:active { background-position: -308px -102px; }
#mainnav #nav li#five a:active { background-position: -308px -136px; }
#mainnav #nav li#six a:active { background-position: -308px -170px; }
#mainnav #nav li#seven a:active { background-position: -308px -204px; }
#mainnav #nav li#eight a:active { background-position: -308px -238px; }

/* ON STATES */
#mainnav.one #nav li#one a { background-position: -462px 0; cursor: default; }
#mainnav.two #nav li#two a { background-position: -462px -34px; cursor: default; }
#mainnav.three #nav li#three a { background-position: -462px -68px; cursor: default; }
#mainnav.four #nav li#four a { background-position: -462px -102px; cursor: default; }
#mainnav.five #nav li#five a { background-position: -462px -136px; cursor: default; }
#mainnav.six #nav li#six a { background-position: -462px -170px; cursor: default; }
#mainnav.seven #nav li#seven a { background-position: -462px -204px; cursor: default; }
#mainnav.eight #nav li#eight a { background-position: -462px -238px; cursor: default; }


#headline {
	float: left;
	width: 882px;
	height: 262px;
}
#top {
	float: left;
	width: 882px;
	height: 200px;
}
.gap {
	clear: both;
	width: 882px;
	height: 1px;
}
.greygap {
	clear: both;
	width: 882px;
	height: 10px;
}
.divider {
	width: 550px;
	height: auto;
	border-top: 1px solid grey;
}
#images {
	clear: both;
	float: left;
	position:relative;
	width: 882px;
	height: 145px;
}
#bottom {
	float: left;
	position:relative;
	width: 882px;
	height: auto;
}
#info {
	float: left;
	margin: 30px 0px 0px 50px;
	position:relative;
	width: 260px;
	height: auto;
}
#widetext {
	position:relative;
	float: right;
	text-align: right;
	margin: 20px;
	width: 640px;
	height: auto;
	overflow: hidden;
	background-color: white; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border: 0px solid gray; padding: 5px;
}
#narrowtext {
	position:relative;
	float: left;
	text-align: right;
	margin: 5px 0px 0px 50px;
	width: 456px;
	height: auto;
	background-color: black;
	overflow: hidden;
}
#view {
	position:relative;
	float: left;
	text-align: center;
	margin: 50px 0px 0px 0px;
	width: 500px;
	height: auto;
}
#search {
	position:relative;
	float: right;
	top: -50px;
	right: 30px;
	width: 300px;
	height: 35px;
	background-color: #FFFFFF;
}
#image {
	position:relative;
	float: right;
	width: 222px;
	height: auto;
}
#image a span { display: none; }
#image a:hover span { display: block; position: absolute; top: 160px; left: 0px; width: 170px; 
	padding: 5px; margin: 10px; z-index: 100;
   	color: white; background: black; filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid gray;
   	font: 12px Arial, Helvetica, sans-serif; text-align: center;
}
#map {
	position:relative;
	float: left;
	top: 20px; right: 20px;
	width: 20px;
	height: auto;
	background-color: #FFFFFF;
}
.logo {
	float: left;
	margin: 30px 0px 0px 50px;
	position:relative;
	width: 120px;
	height: auto;
}
.logohome {
	float: left;
	margin: 0px 0px 0px 50px;
	position:relative;
	width: 120px;
	height: auto;
}
.picture {
	float: left;
	margin: 0px 6px 6px 0px;
	position:relative;
	width: 180px;
	height: auto;
}
.box {
	position:relative;
	margin: 0px;
	text-align: left;
	width: 545px;
	height: auto;
	background-color: #E9E9E9;
	border: 1px dashed gray;
	padding: 10px;
}
#infobar {
	margin: auto;
	clear: both;
	position: relative;
	text-align: right;
	width: 852px;
	height: 80px;
	background-color: black;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 10px 30px 10px 0;
}
#previous {
	float: left;
	text-align: left;
	width: 340px;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 25px;
}
#next {
	float: right;
	text-align: right;
	width: 422px;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 25px;
}
#footer {
	clear: both;
	margin: auto;
	position:relative;
	width: 882px;
	height: 25px;
	padding-top: 0px;
	background-color: #1a1a19;
}
#copyright {
	float: left;
	text-align: left;
	width: 340px;
	height: 25px;
	padding: 5px 0 0 0px;
}
#disclaimer {
	float: right;
	text-align: right;
	width: 422px;
	height: 25px;
	padding: 5px 0px 0 0;
}

a.stbar.chicklet img {border:0;height:16px;width:16px;margin-right:3px;vertical-align:middle;}
a.stbar.chicklet {height:16px;line-height:16px;}

/* PRINT */
@media print {
body { background-color: white; }
#container { background-color: white; }
#mainnav { display: none; width: 100px; }
#top { display: none; }
#images { display: none; }
#widetext { width: 882px; }
.box { background-color: white; }
#footer { background-color: #FFFFFF; }
.noprint { display: none; }
tr.d0 td { background-color: #DDDDDD; }
tr.d1 td { background-color: #F0F0F0; }
tr.d2 td { background-color: #FFCC00; }
.disclaimer { color: #CCCCCC; }
.disclaimer a:link { color: #CCCCCC; text-decoration: none; }
.disclaimer a:visited { color: #CCCCCC; text-decoration: none; } }