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

body {
	background-color: #080c27;
	margin: 0px;
	padding: 0px;
	}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	}

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

a {
	color:#61a0d5;
	text-decoration:none;
	}

#container {
	margin: 0 auto;
	width: 822px;
	}
	
#header {
	background-image: url(../images/headerBlue.jpg);
	background-repeat: no-repeat;
	height: 123px;
	margin: 0px 0px 0px 0px;
	padding: 22px 23px 0px 36px;
	width: 743px;
}

#header h1 {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	width: 324px;
	height: 116px;
	float: left;
	}

#header h1 a {
	display: block;
	overflow: hidden;
	width: 324px;
	padding: 116px 0px 0px 0px;
	height: 0px;
	margin: 0px 0px 0px 0px;
	}
	

#header p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin: 0px 0px 7px 0px;
	line-height: 11px;
	}
	
.clearLeft {
	width: 0px;
	height: 0px;
	clear: left;
	}
	
#content {
	width: 732px;
	background-image:url(../images/backgroundBlue.gif);
	margin: 0px;
	padding: 20px 45px;
	}
	
#content h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #ffffff;
	font-size: 26px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
#content h3 {
	background-color: #242D3E;
	border: 1px solid #94A4B8;
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
	width: 97%;
	}
	
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	}
	
#content img.left {
	margin-right: 10px;
}

#content img.right {
	margin-left: 10px;
}
	
#footer {
	background-image:url(../images/footerBlue.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 822px;
	margin: 0px;
	padding: 22px 0px 12px 0px;
	text-align: center;
	}
	
.yellow {
	color: #FFFF00;
}

.lightBlue {
	color: #a5d2ff;
}
	
.small {
	font-size: 10px;
	}
	
.smallCenter {
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
	}
	
.moonButton {
	padding: 3px 10px 0px 0px;
	}
	
.columnSpan {
	width: 550px;
	display: block;
	float: left;
	}

