@charset "UTF-8";
body {
	background-color: #DADADA;
	font-family: Helvetica, Georgia, "Times New Roman", sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #FFFFFF;
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	text-decoration: none;
	color: #09C;
	text-align: center;
	font-weight: bold;
}
#nav {
	background-color: #636262;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#nav a {
	font-size: 125%;
	color: #FFFFFF;
	text-decoration: none;
}
#nav li {
	display: inline;
	margin-right: 30px;
	margin-left: 30px;
	list-style-type: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav a:hover {
	font-size: 125%;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#main {
	background-color:#fff;
	min-height:650px;
	height:auto !important;
	height:500px;
	padding-top: 0px;
	line-height: 1.5em;
}
#sidebar {
	float: left;
	width: 240px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: .8em;
}
#sidebar img {
	border: 1px solid #000000;
}
#mainContent {
	background-color: #FFFFFF;
	padding: 0px 15px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
	font-size: 1.3em;
}

#mainContent img {
	border: 1px solid #000000;
}
#footer {
	text-align: center;
	padding: 2px;
	clear: both;
	background-color: #FFFFFF;
	font-size: 70%;
	color: #666;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
p {
	color: #888;
}
h1  {
	font-family: Helvetica, Georgia, "Times New Roman", sans-serif;
	font-size: 0.8em;
	line-height: normal;
	text-align: left;
	font-weight: lighter;
}
h2 {
	font-family: Helvetica, Georgia, "Times New Roman", sans-serif;
	font-size: 1.2em;
	font-weight: lighter;
	color: #666;
}
h3 {
	font-family: Helvetica, Georgia, "Times New Roman", sans-serif;
	font-size: 1em;
	font-weight: lighter;
}
h4 {
	font-size: 0.8em;
	font-family: Helvetica, Georgia, "Times New Roman", sans-serif;
	font-weight: lighter;
}
h5 {
	font-size: 1.2em;
	color: #69F;
	font-weight: lighter;
	font-family: helvetica, georgia, "times new roman";
}
h6 {
	color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.5em;
}

a {
	color: #69F;
}
