@charset "UTF-8";
/* CSS Document */
html, body, div {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #001233;
	font-family: "Lucida Grande", "Myriad Pro", Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #FFE6A4;
}
#header {
	border-bottom: 5px solid #ffc20e;
	margin: 0px;
	padding: 10px 0px 10px 40px;
}
#content {
	width: 600px;
	float: left;
	margin: 15px 10px 15px 40px;
}
#content ul {
	list-style-type: none;
}
#content li {
	padding-top: 7px;
	padding-bottom: 7px;
}
#form {
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #ffc20e;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 13px;
	font-weight: normal;
}
div#maincontent p {
	padding: 5px 25px;
	line-height: 1.4em;
}
div#wrapper {
	position: relative;
}

/*no border for images that are links*/
a:visited img, a:hover img, a:link img, a:active img {
	border-width: 0px;
	border-style: none;
}
a:link {
	color: #00a4e6;
	text-decoration: underline;
}
a:visited {
	color: #00BDB7;
	text-decoration: underline;
}
a:hover {
	color: #cd5a21;
	text-decoration: none;
}
a:active {
	color: #70EDFF;
	text-decoration: none;
}
/*Class Styles*/
.red {
	color: #FF0000;
}

