/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 72%;
	margin-top: 10px;
	background-color: #DCDDDE;
}

.logo-img {
	border: solid 1px #FFFFFF;
	padding-top: 1px;
	float: left;
}

#h1 {
	margin: 20px 40px 0px 40px;
	padding-top: 18px;
	float: left;
	font-size: 11px;
}

#h1 a:link {
	color: #666666
}

#h1 a:visited {
	color: #808080;
}

.h2 {
	color: #C09E2B;
	font-size: 16px;
	font-weight: 500;
}

.gold {
	color: #C09E2B;
	font-weight: bolder;
}

/* =WRAPPER */
#wrapper {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: solid 1px #999999;
	border-bottom: none;
}	

/* =HEADER */
#header {
	padding: 30px 40px 20px 40px;
	height: 90px;
	background-color: #271D3C;
	border-bottom: solid 3px #FFFFFF;
}

/* =NAVIGATION*/
#mainnav {
	float: right;
	color: #CCCCCC;
	font-size: 9px;
	display: block;
	padding: 0px 0px 5px 10px;
	list-style-type: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul a {
	display: block;
	width: 120px;
	height: 20px;
	line-height: 20px;
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: solid 1px #DCDDDE;
}

li {
	display: inline: /* Removes large gaps in IE/Win*/
}

.img {
	align: center;
	border-bottom: solid 1px #CCCCCC;
}
/* =CONTENT*/
#content {
	padding: 40px 70px 30px 60px;
	width: 450px;
	float: right;
	color: #271D3C;
	background-color: #FFFFFF;
	border-left: solid 1px #DCDDDE;
	line-height: 20px;
}

#content a:link {
	color: #C09E2B;
	text-decoration: none;
	font-weight: bold;
}

#content a:active, a:hover, a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#content ol {
	list-style-image: url(../Images/square.gif);
	vertical-align: baseline;
} 

/* =FOOTER */
#spacer {
	clear: both;
	border-bottom: solid 1px #999999;
}

#footer {
	padding: 10px 0px 0px 492px;
	text-align: left;
	font-size: 9px;
	color: #333333;
	background-color: #DCDDDE;
}

#footer a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#footer a:active, a:hover, a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
