@charset "UTF-8";
/* CSS Document */

/***************** Layout **************/

body{
	background-color:#000000;
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin: auto;
	margin-top: 0px;
	padding-top: 10px;	
	color: #ffffff;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
 	position: relative;
}

#bgleft{
	background-position: right;
	background-position: top;
	background-image:url(images/background.gif);
	background-attachment: scroll;
	background-repeat:no-repeat;
}



/******* hyperlink and anchor tag styles *******/

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

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

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

/************** header tag styles **************/

h1{
	font: bold 130% Arial,sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

h2{
 	font: bold 114% Arial,sans-serif;
 	color: #ffffff;
 	margin: 0px;
	margin-left:10px;
 	padding: 0px;
}

#menu{
	text-align:center;
	color:#FFF;
	font-size:17px;
}

/*this changes the color of menu text that are links*/
#menu a:link, #menu a:visited{
	color:#FFF;
	text-decoration:none;
} 

#menu a:hover{color:#9C3;}

#menu a.now{color:#999;}

.title{
        font: italic 16.5px, Arial, Helvetica, sans-serif;
        color:#669999;
        margin-bottom:3px;
        margin-top:3px;
        font-weight: normal;
}

.home p{
	margin-left:0px;
	margin-top:0;
	color: #ffffff;
	font-size:12px;
}

.subpage p{
	color:#FFF;
	font-size:12px;
	text-indent:10px;
}

.subpage ol{
        color:#FFF;
        font-size:16px;
        margin-bottom: 10px;
}

.subpage li{
        margin-bottom:25px;

}

.footertable {
	float: inherit;
	width:800px;
	margin-left:0px;
	text-align:left;
}

.footertable th{
        font-size:16px;
        margin-bottom:0px;
        padding-bottom:0px;
        text-align:left;
}

.footertable tr td {font-size: 14px;}

.footertable td {padding:-5px 10px 10px 10px; vertical-align:bottom;}

.footertable a:link, .footertable a:visited{color:#ffffff;text-decoration:none;}

.footertable a:hover{color:#99CC33;text-decoration:none;}
  

