@charset "utf-8";
/* CSS Document */

body {
	height: 100%;
	width: 100%;
	background: #000000 url(images/background.jpg) repeat-x;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	
}

a:link {
	color: #0099FF;
	text-decoration: underline;
}
a:hover, a:link:hover, a:active:hover, a:visited:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	color: #0099FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0099FF;
}

#header {
	height: 150px;
	width: 75%;
	background: #000000 url(images/header.jpg) right no-repeat;
}

.blueFont {
	font-size: 12px;;
	color: #0099FF;

}

.bigBlue 
{
	font-size: 16px;
	color: #0099FF;
}
.redFont 
{
	color: #FF0000;
	font-weight: bold;
}

#headerText {
	padding-left: 40px;
	padding-top: 30px;
	color: #FFFFFF;
	font-size: 2em;
	text-align: left;
}

#middle {
	height: 100%;
	width: 75%;
	min-height: 400px;
	background: #000000;	
}

#content {
	padding: 10px;
	font-size: 12px;
	text-align: left;
	width: 100%;
}

.rightBox {
	text-align: left;
	border: #999999 1px solid;
	padding: 10px;
	margin: 10px;
}

.startLetter {
	font-size: 28px;
}

.rightBox a {
	color: #CCCCCC;
}

#footer {
	width: 75%;
	height: 20px;
	font-size: 9px;
	color:#999999;
	text-align: center;
	bottom: 0px;
	padding: 5px;
	line-height: 1.4em;
}
	


