@charset "utf-8";
/* CSS Document */

#body {
	text-align: center;
}
a:link {
	color: #646464;
	text-decoration:none
}
a:visited {
	color: #646464;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #646464;
	text-decoration: none;
}
#container {
	background-color: #FFFFFF;
	text-align: left;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-size: 14px;
}

#container  #header1 {
	height: 50px;
	width: 900px;
	font-weight: normal;
	padding: 0px;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-indent: 478px;
}

h1 {
	font-size: 26px;
	font-weight: lighter;
	letter-spacing: 0.3em;
	color: #646464;
}
h2 {
	font-size: 18px;
	color: #646464;
	font-weight: lighter;
	text-decoration: underline;
}

#container #mainContent {
	text-align: justify;
	height: 300px;
	width: 380px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #646464;
	position: relative;
	float: left;
	padding-top: 10px;
}
#container #rightSidebar {
	text-align: justify;
	height: 300px;
	width: 380px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #646464;
	float: right;
	padding-top: 10px;
}


.clear {
	clear: both;
}
#container #navigation {
	text-align: center;
	margin-top: 20px;
	padding-top: 5px;
}
#container #footer {
	font-size: 10px;
	text-align: center;
	margin-top: 25px;
}
.thisPageLink {
	color: #999999;
}
