*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4F4939;
	padding: 0 0 30px 0;
	border-bottom: 5px solid #FFF;
	background-color: #214BA1;
}

#topcont
{
	width: 100%;
	height: 110px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
}

#topmenu
{
	width: 900px;
	height: 46px;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#topmenu ul
{
	float: right;
	list-style-type: none;
	background-color: #FFFFCC;
}

#topmenu ul li
{
	display: inline;
	background-color: #FFFFCC;
}

#topmenu ul li a
{
	float: left;
	padding: 0 20px;
	line-height: 40px;
	color: #000000;
	text-transform: lowercase;
	text-decoration: none;
	background-color: #FFFFCC;
}

#topmenu ul li a:hover
{
	line-height: 46px;
	color: #FFFFFF;
	background-color: #214BA1;
	background-image: url(../images/menu%20background.png);
}

#toptitle
{
	margin: 0 auto;
	width: 850px;
	height: 64px;
}

#toptitle h1
{
	font-weight: normal;
	font-size: 36px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



#maintopborder
{
	margin: 0 auto;
	width: 850px;
	height: 15px;
	background-image: url(../images/topcont-bottom2.png);
	background-repeat: no-repeat;
	background-color: #FFFFCC;
}

#maincont
{
	width: 800px;
	line-height: 180%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFCC;
	margin-right: auto;
	padding-right: 25px;
	border-left-color: #214BA1;
	border-left-style: none;
	margin-left: auto;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#maincont h1, h2, h3, h4, h5
{
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#maincont p
{
	margin: 0 0 15px 0;
	color: #000000;
}

#maincont a
{
	color: #808060;
	padding: 5px;
	text-decoration: none;
}

#maincont a:hover
{
	color: #333;
}

#maincont img
{
	float: none;
	margin-top: 0;
	margin-right: 0;
}

#maincont ul
{
	margin: 0 0 15px 30px;
	list-style-type: square;
	color: #CC9;
}

#maincont ul li span
{
	color: #333;
}

#maincont ol
{
	margin: 0 0 15px 30px;
	color: #CC9;
}

#maincont ol li span
{
	color: #333;
}

#maincont p.blockquote
{
	border-left: 3px solid #CC9;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#mainbottomborder
{
	margin: 0 auto;
	width: 850px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/bottomcont-bottom2.png);
}




#footercont
{
	clear: none;
	width: 850px;
	text-align: center;
	color: #808060;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	height: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#footercont ul
{
	list-style-type: none;
}

#footercont ul li
{
	display: inline;
	padding: 0 5px;
}

#footercont ul li a
{
	color: #808060;
	text-decoration: none;
}

#footercont ul li a:hover
{
	color: #333;
}

