@charset "UTF-8";

body
{
	background: #FFF url(bg.png) repeat-x top left;
	line-height: 140%;
}
a
{
	color: #000099;
}
a:visited
{
	color: #003366;
}
a:hover
{
	text-decoration: none;
}
h1
{
	color: #6a7492;
}
h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}
h2, h3, h4
{
	font-weight: normal;
}
h2
{
	color: #888;
}
div#top
{
	margin: 0 auto;
	width: 800px;
}
div#tabs
{
	margin-bottom: 10px;
	padding: 0 10px;
}
div#tabs ul
{
	list-style: none;
	margin: 0;
}
div#tabs li
{
	display: inline;
}
div#tabs li a
{
	display: inline-block;
	padding: 5px 15px;
	color: #339933;
	text-decoration: none;
	font-size: 125%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #FFF;
}
div#tabs li.selected a
{
	border: 1px solid #CCC;
}
div#tabs li a:hover
{
	text-decoration: underline;
}
/*div#footer
{
	margin: 20px 0 100px 0;
}
div#footer a
{
	color: #000;
}
div#footer_top
{
	height: 10px;
	font-size: 0;
	background: transparent url(footer-corners.gif) no-repeat top left;
	padding-left: 10px;
	overflow: hidden;
}
div#footer_top div
{
	height: 10px;
	background: transparent url(footer-corners.gif) no-repeat top right;
	padding-right: 10px;
}
div#footer_top div div
{
	height: 10px;
	background-image: none;
	background-color: #CDCDCD;
}
div#footer_inner
{
	background-color: #CDCDCD;
	padding: 0 10px;
}
div#footer_bottom
{
	height: 10px;
	font-size: 0;
	background: transparent url(footer-corners.gif) no-repeat bottom left;
	padding-left: 10px;
}
div#footer_bottom div
{
	height: 10px;
	background: transparent url(footer-corners.gif) no-repeat bottom right;
	padding-right: 10px;
}
div#footer_bottom div div
{
	height: 10px;
	background-image: none;
	background-color: #CDCDCD;
}*/
div#footer
{
	margin: 50px 0 100px 0;
	height: 200px;
	background: #FFF url(footer-bg.jpg) no-repeat bottom left;
}
div#footer a
{
	color: #000;
}
div#footer_inner
{
	padding: 20px 10px;
}