@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #333;
	background-attachment: scroll;
}
#background {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
	width: 1680px;
}
#container {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 2;
}
#left {
	float: left;
	width: 748px;
}

#right {
	float: left;
	width: 152px;
}

#topnav {
	height: 30px;
	margin-left: 173px;
	width: 560px;
}
#topnav /* -- main navigation styles --*/
 ul {
	height: 30px;
	list-style: none;
}
#topnav ul li {
	float: left;
}
#topnav ul a {
	font-size:13px;
	text-decoration:none;
	color:#FFF;
	display:block;
	line-height: 2em;
	font-family: Georgia;
	font-weight: normal;
	text-transform: lowercase;
	padding-left: 10px;
	padding-right: 10px;
}
#topnav ul a:hover {
	color:#0CF;
}
#topnav ul a.on {
	color:#0CF;
}
#mainContent {
	height: 100%;
	width: 480px;
	float: left;
	padding-left: 10px;
	background-image: url(../images/back.png);
	background-repeat: repeat;
	margin-left: 240px;
	margin-top: 25px;
}
#mainContent img {
	padding: 5px;
	border: 1px solid #FFF;
	margin-bottom: 15px;
}
#mainContent a {
	color: #0CF;
	font-style: normal;
	text-decoration: none;
}
#mainContent img.top {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#column {
	float: left;
}
#column ul {
	position: relative;
	left: 0;
	bottom:0;
	float: left;
	width: 150px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sideNav a {
	display: block;
	color: #000;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	border: 1px dotted #D3D16A;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	background-color: #CCC;
}
#sideNav a:hover {
	color: #000000;
	background-color: #0CF;
}
#sideNav a.on {
	color: #000;
	background-color: #0CF;
}

h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0CF;
	font-size: 22px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 15px;
}
h2 {
	font-family: Verdana;
	font-size: 14px;
	color: #0CF;
	text-align: left;
	margin-top: 10px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
h4 {
	font-family: Georgia;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
h5 {
	font-family: Georgia;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	line-height: 1.5em;
	width: 430px;
}
