/* www.sapphire-light.com CSS style: Blue Night Sky 1.0 */

body{
	text-align: center;
	font-family: Verdana, Sans-Serif;
	background-color:#000;
	background-image:url(images/bodyBG.png);
	background-position:bottom;
	background-attachment:fixed;
	background-repeat: repeat-x;
	padding: 20px 0;
	color: #99f;
}
a:link
{ text-decoration: none; color: #3FF; }
a:visited
{ text-decoration: none; color: #3FF; }
a:active
{ text-decoration: none; color: #FFF; }
a:hover
{ text-decoration: none; color: #FFF; }
#page{
	margin: 0 auto;
	border: 1px solid #009;
	background-color: #003;
	background-image: url(images/siteBG.jpg);
	width: 760px;
	text-align: center;
}
#content
{
	padding:10px;
	width: 718px;
	margin: 10px auto;
	background-color: #336;
	text-align:left;
	border: 1px solid #669;
}
.post h2
{
	margin:0;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#39f;
}
.post p{
	margin:0 0 1em 0;
}
.post h3{
	padding:2px;
	margin:0;
	font-weight:normal;
	background-color:#225;
}
.post table{
	border: 1px solid #669;
}
.post th, td{
	background-color:#225;
	vertical-align:top;
}
.post th{
	width:10em;
}
.post ul{
	padding:0;
	margin:0 0 1em 0;
}
.post li{
	list-style:none;
}
.dots li{
	list-style:disc;
	margin:0 0 0 20px;
}
#header
{
	margin: 10px auto;
	text-align: center;
	width: 738px;
	height: 88px;
	background-color: #000;
	border:1px solid #009;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1{
	display:none;
	position:absolute;
	left: -9000px;
}
#navBar
{
	width: 738px;
	margin: 0px 10px;
	color: #99f;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}
ul#navlist{
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	text-align:center;
	color:#C9F;
	background:#000;
	border:1px solid #009;
}
ul#navlist li{ 
	display: inline; 
}
ul#navlist li a{
	float: left;
	color: #36F;
	padding: 0.2em 1em;
	text-decoration:none;
	border-right: 1px solid #009;
}
ul#navlist li a:hover{
	background-color: #03F;
	color: #000;
}
.clear {
	clear:both;
	margin: 0;
	padding: 0;
}
#footer{
	clear: both;
	margin: 10px auto;
	text-align: center;
	width: 738px;
	/*height: 3em;*/
	color: #99F;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
	border:1px solid #009;
}
#footer a{
	color: #36F;
}
#footer a:hover{
	color: #FFF;
}
