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

body {
	background: #FFFFFF;
	padding: 0px;
	font-size:12px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	margin: 30px auto 0px;
	width: 850px;
	float: none;
	border: 1px none #666666;
}
#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	border: 1px none #666666;
	padding: 0;
}
#header {
}

#menu {
	float:right;
}
#mainContent {
	float: left;
	height: 500px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
}
#footer {
	font-size: 9px;
	color: #333333;
	height: 50px;
	width: 840px;
	float: right;
	position: inherit;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 5px;
}
.footertext {
	vertical-align:baseline;
}

#content-one	{
	float: left;
	width: 210px;
}
#content-two	{
	float: left;
	width: 390px;
	padding: 0 10px;
}
#content-three	{
	float: right;
	width: 190px;
	padding: 0 10px;
}

#column-one	{
	float: left;
	width: 263px;
}
#column-two	{
	float: left;
	width: 263px;
	padding: 0 10px;
}
#column-three	{
	float: right;
	width: 263px;
	padding: 0 10px;
}

.clearfloat		{
	clear:both;
}
a			{
	text-decoration:none;
	font-weight:bold;
	color:#336699
}
a img {
	border: none; 
}
.activelink {
	font-weight:bold;
	color: #336699;
}
.img-left	{
	padding: 0 20px 10px 0;
	float:left;
}
.img-right	{
	padding: 0 0 10px 10px;
	float:right;
}

h1  {
	font-size:14px;
	color:#336699
}
h2 {
	font-size:11px;
	color:#336699;
}
h3 {
	font-size:11px;
	font-style:italic;
}
