body
{
	color: #333;
	background-color: #FFF;
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-image: url(../images/webboy/background_presentation.gif);
}

h1, h2, h3, h4, h5, h6 { color: #210452; }

h1
{
	font-size: 120%;
	font-weight: normal;
}

h2 { font-size: 100%; }
h3, h4, h5, h6 { font-size: 80%; }
acronym, abbr, dfn { border-bottom: 1px dotted #000; }

hr
{
	color: #210452;
	background: #210451;
	border: 0;
	height: 1px;
	clear: both;
}

code
{
	color: #660;
	font-family: georgia, times, "Times New Roman", serif;
}

a:link, a:visited { color: #210452; }
a:active, a:hover { color: #993; }

.copyright
{
	color: #210452;
	font-size: 70%;
	margin-top: 30px;
}

.newshead { color: #FFF; }

.navhead
{
	color: #993;
	font-size: 13px;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.navlist
{
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
}

.navlist a:link, .navlist a:visited
{
	color: #FFF;
	text-decoration: none;
}

.navlist a:active, .navlist a:hover { color: #993; }

.splashfooter
{
	clear: both;
	margin-top: 30px;
}

.headlight
{
	color: #993;
	font-weight: bold;
}

.geourl
{
	color: #fff;
	background-color: #993;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	border-left: 1px solid #CC9;
	border-top: 1px solid #CC9;
	border-right: 1px solid #663;
	border-bottom: 1px solid #663;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}

.geo a:link { text-decoration: none; }
.geo a:visited { text-decoration: none; }
.geo a:active { text-decoration: none; }
.geo a:hover { text-decoration: none; }

.newsbit
{
	color: #666;
	font-size: 11px;
	font-style: italic;
}

.tiny { font-size: 10px; }
.tiny a:link { font-weight: normal; }
.tiny a:visited { font-weight: normal; }
.tiny a:active { font-weight: normal; }
.tiny a:hover { font-weight: normal; }

#nav
{
	position: absolute;
	left: 590px;
	top: 85px;
	width: 145px;
	padding: 0;
}

#header
{
	color: #003;
	background-color: #210452;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 67px;
	border-bottom: 6px solid #993;
}

#content
{
	margin-left: 35px;
	padding-top: 85px;
	width: 500px;
	line-height: 140%;
}

#content img { margin-top: 15px; }

#content blockquote
{
	margin: 1em 0;
	padding: .5em;
	background: #eee;
	border: 1px dotted #ddd;
}

#sites { display: none; }

/* next/previous buttons */
.previous
{
	float: left;
	font-size: 12px;
}

.next
{
	float: right;
	font-size: 12px;
}

#next
{
	width: 70px;
	padding: 0;
	margin: 0 20px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#next a
{
	color: #FFF;
	background-color: #29003d;
	display: block;
	padding: 1px;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
	border: 1px solid #7A661F;
}

html>body #next a { width: auto; }

#next a:hover
{
	color: #29003d;
	background-color: #663;
}

#previous
{
	width: 90px;
	padding: 0;
	margin: 0 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#previous a
{
	color: #FFF;
	background-color: #29003d;
	display: block;
	padding: 1px;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
	border: 1px solid #7A661F;
}

html>body #previous a { width: auto; }

#previous a:hover
{
	color: #29003d;
	background-color: #663;
}

td.foo { font-weight: bold; }

td
{
	font-size: 75%;
	background-color: #eee;
}

th
{
	color: #333;
	font-size: 75%;
	text-align: left;
	background-color: #ccc;
}

caption
{
	color: #333;
	font-style: italic;
	font-weight: normal;
	font-size: 80%;
	text-align: left;
}

blockquote cite
{
	display: block;
	color: #666;
	margin: 1em 0 0 0;
	font-size: .8em;
	font-style: normal;
	text-align: right;
}

