body {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #332222;
	border-bottom: 1px solid #5577BB;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5577BB;
}

#wrap {
    position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #5577BB;
}

#header {
	padding: 10px;
	background-color: #FFFFFF;
}

#top {
	height: 45px;
	background-image: url(../images/pageTop.jpg);
	border-bottom: 1px solid #332222;
}

#main {
	background-image: url(../images/pageBackground.jpg);
	background-repeat: repeat-y;
}

#navigation {
	padding: 10px;
	float: right;
	width: 180px;
}

#navigation ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0;
}

#navigation li {
	font-size: 14px;
	border-bottom: 1px solid #5577BB;
	margin-bottom: 0.3em;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #EEDDCC;
	background-color: transparent;
}

#navigation a:hover, #navigation a:active {
	color: #5577BB;
}

#navigation h2 {
	color: #EEDDCC;
	background-color: transparent;
	margin-left: 10px;
	padding: 0;
}

#content {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	width: 680px;
}

#bottom {
	clear: both;
	height: 45px;
	background-image: url(../images/pageBottom.jpg);
	border-top: 1px solid #332222;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

a:link, a:visited {
	text-decoration: underline;
	color: blue;
}

a:hover, a:active {
	text-decoration: none;
	color: blue;
}

a.white:link, a.white:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

a.white:hover, a.white:active {
	text-decoration: none;
	color: #FFFFFF;
}

.lightBlue {
	color: #77aaff;
}

.mediumBlue1 {
	color: #5588DD;
}

.mediumBlue2 {
	color: #4477CC;
}

.darkBlue {
	color: #5577BB;
}

.maroon {
	color: #332222;
}

.tan {
	color: #EEDDCC;
}

.green {
	color: #555533;
}