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

body {
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
}

.footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:right;
}

.navheads {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#000000;
	height:30px;
}

.sidebarnotes {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#999;
}
	
.bannergray {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:44px;
	color:#909090;
	text-align:center;
}

.bannergreen {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:44px;
	color:#66CC00;
	text-align:center;
}

#wrapper {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
}

#header {
	margin: 0 0 0 0;
	background: #FFFFFF;
	width:900px;
	height:100px;
	background-color:#FFFFFF;
}

#nav {
	float: left;
	width: 150px;
	height:inherit;
	text-align:left;
	background-color:#FFFFFF;
}

#content { 
	margin: 0;
	float:right;
	position:relative;
	width: 750px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-size:12px;
	text-align:left;
	background-color:#FFFFFF;

}

#footer {
	clear: both;
	background-color:#FFFFFF;
	width:900px;
}

#twitter {
	width:250;
	float:right;
}

/*link classes*/

a.headerlink:link {color:none;text-decoration:none;}
a.headerlink:visited {text-decoration:none;color:none;}
a.headerlink:hover {text-decoration:underline;color:none;}
a.headerlink:active {text-decoration:none;}

a.contentlink:link {color:#66CC00;text-decoration:none; }
a.contentlink:visited {text-decoration:none;color:#66CC00;}
a.contentlink:hover {text-decoration:underline;color:#000000;}
a.contentlink:active {text-decoration:none;}

a.indexlink:link {color:#000000;text-decoration:none;}
a.indexlink:visited {text-decoration:none;color:#000000;}
a.indexlink:hover {text-decoration:none;color:#000000;}
a.indexlink:active {text-decoration:none;color:#000000;}

