@CHARSET "ISO-8859-1";
body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: black;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 0.8em;
}
img
{
	border: 0px;
}
div.clear
{
	clear: both;
}
hr
{
	border-bottom: 1px solid #442450;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ba00ff;
	height: 0px;
	width: 85%;
}
#header-section
{
	background-repeat: repeat-x;
	background-image: url(/images/header-background.gif);
	background-color: #5F2C71;
	height: 62px;
}
#header
{
	width: 980px;
	height: 62px;
	margin: 0 auto;
	position: relative;
	background-image: url(/images/header-logo.gif);
	background-repeat: no-repeat;
}
#header h1
{
	display: none;
}
#header-logo
{
	margin-left: -15px;
}
#body-section
{
	background-repeat: repeat-x;
	background-image: url(/images/main-background.gif);
	background-color: #FFFFFF;
	min-height: 400px;
}
#body
{
	width: 980px;
	margin: 0 auto;
}
#footer
{
	text-align: center;
	font-size: 0.8em;
}
#content-container
{
	display: block;
	margin: 0 auto;
	width: 980px;
	padding-top: 20px;
}
#content
{
	display: block;
	width: 980px;
	background-color: white;
	min-height: 400px;
	border: 1px solid #CACACA;
}
#header a.logoclick
{
	display: block;
	width: 340px;
	height: 58px;
	text-decoration: none;
}
#header-links-container
{
	color: white;
	position: absolute;
	bottom: 6px;
	right: 0px;
}
#header-links-container h2
{
	display: none;
}
#header-links-container ul
{
	margin: 0px;
	padding: 0px;
}
#header-links-container li
{
	list-style-type: none;
	display: inline;
	border-left: 1px solid white;
	padding-left: 5px;
	padding-right: 5px;
}
#header-links-container li.first
{
	border-left: none;
}
#header-links-container li.last
{
	padding-right: 0px;
}
#header-links-container li a
{
	color: white;
}
#header-links-container li a:hover
{
	color: #C9C9C9;
}

#content
{
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
}

