/* Original CSS by Alex Miller, http://www.pixul.net/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/3.0/  */
/* All associated graphics copyright 2007, Arcadia Sim*/


body {
	background-color: #999999;
	font-family: tahoma, verdana, arial, serif;
	font-size: 11px;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 12px;
	color: #ffffff;
}

#container {
	width: 800px;
	margin: auto;
	border-top: 0px solid #000;
	background-image: url(background.jpg);
	text-align: left;
	padding: 0 0 0 0px;
	position: relative;
	top: -1px;
}
#pageHeader {
	background-image: url(mast.jpg);
	width: 800px;
	height: 164px;
	margin-top: 0;
	}


#pageHeader h1, h2 {
	display: none;
	}
	
#currentNews, #supportingText, #general {
	margin: 0 0 0 100px;
	width: 389px;
}

#currentNews h3, #supportingText h3, #general h3 {
 	margin-top: 0;
	}
	
#currentNews p, #supportingText p, #general p {
	margin: 10px 15px 10px 15px;
}

#linkList {
	position: absolute;
	left: 625px;
	width: 200px;
	}	
	
#linkList {
	top: 175px;
}


#footer {
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
	}
	



#currentNews h3 span {
	display: none;
}

#general h3 {
	font-size: 18px;
	line-height: 24px;
	font-face: tahoma, verdana, arial, serif;
	text-align: right;
	font-variant: small-caps;
	color: #FFFFFF;
	border-bottom: solid #cccccc 1px;
	border-top: solid #cccccc 1px;
	background-color: #fbc15f;
	}
	
h4 {
	font-size: 13px;
	line-height: 15px;
	font-face: tahoma, verdana, arial, serif;
	text-align: right;
	font-variant: small-caps;
	color: #ffffff;
	border-bottom: solid #cccccc 1px;
	border-top: solid #cccccc 1px;
	background-color: #fbc15f;
	}



li {
 	padding: 0 0 6px 0;
 	text-transform: capitalize;
 	line-height: 8px;
 	list-style-type: square;
}

#gettingStarted li {
	font-size: 10px;
	line-height: 10px;
	text-transform: none;
	color: #FFFFFF;
	}

table, td, tr {
	font-face: tahoma, verdana, arial, serif;
	font-size: 10px;
	text-align: left;
	}

th {
	font-size: 12px;
	background-color: #fbc15f;
	border: 1px black solid;
	text-align: center;
	}

br {
	background-image: url(divider.gif);
	width: 389px;
	height: 32px;
}

input, textarea {
	font-face: tahoma, verdana, arial, serif;
	font-size: 10px;
	background-color: #ffffcc;
	border: 1px solid black;
	}
	
blockquote {
	border: 2px solid black;
	background-color: #fbc15f;
	color: #FFFFFF;
	font-size: 10px;
	font-face: tahoma, verdana, arial, serif;
	padding: 7px;
	}
	
a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
	
a:visited {
	text-decoration: none;
	color: gray;
	}
	
a:hover {
	text-decoration: underline;
	color: gray
	}
	
#footer {
	border-top: 1px solid #999;
	padding: 6px 0 6px 0;
	background-color: #FFF;
}
#footer a {
	font-weight: bold;
	}
