
/********************* general ********************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b2b2b;
}

.bodyclass {
	background-color: #340252;
}


/*********************************** main ********************************************/
#main {
	width: 865px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
}

#mainhome {
	width: 865px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../images/bg_homepage.gif);
	background-repeat: repeat-y;
}

#bar {
	width: 10px;
	float: left;
}

/************************** header *************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 865px;
	height: 182px;
	float: left;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
}

#headerimage {
	width: 865px;
	height: 132px;
	float: left;
	margin-top: 19px;
}
	
#headernav {
	color: #ffffff;
	font-size: 11px;
	float: right;
	text-align: right;
	padding-right: 18px;
	padding-top: 3px;
}

#headernav a,
#headernav a:hover {
	color: #ffffff;
	text-decoration: none;
}
	

/*************************** navigation **************************/
#navcontainer {
	width: 202px;
	float: left;
	margin: 0px;
	padding-bottom: 60px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style:none;
	margin: 0;
	font-weight: normal;
}

#navcontainer li a
{
	display: block;
	padding: 4px 8px 5px 9px;
	background-color: #7302b7;
	color: #ffffff;
	text-decoration: none;
	width: 185px;
	margin-bottom: 1px;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	background-color: #ffffff;
	color: #4a0872;
}

#navcontainer ul ul
{
	list-style: none;
	margin: 0px 0px 1px 0px;
	padding: 0px;
}

#navcontainer li li
{
	list-style: none;
	margin: 0px;
	background-color: #4a0872;
}

#navcontainer li li a
{
	display: block;
	padding: 4px 8px 4px 22px;
	margin: 0px;
	background-color: #4a0872;
	color: #ffffff;
	text-decoration: none;
	width: 172px;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	background-color: #4a0872;
	color: #ffffff;
	font-weight: bold;
}


/************************** content *******************/
#container {
	width: 622px;
	float: left;
	padding-left: 21px;
	padding-top: 21px;
	background-image: url(../images/content_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#containerhome {
	width: 603px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}

#maincontent {
	width: 578px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#breadcrumb {
	width: 570px;
	float: right;
	color: #a0938a;
	text-align: right;
	padding-bottom: 5px;
	text-transform: lowercase;
	font-size: 11px;
}

#breadcrumb a {
	color: #a0938a;
	text-decoration: none;
}

#bottom {
	clear: both;
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	width: 845px;
	height: 18px;
}

#bottomhome {
	clear: both;
	background-image: url(../images/content_bottomhome.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	width: 845px;
	height: 18px;
}

/*************************************** footer ****************************************/
#navbottom {
	position: relative;
	clear: both;
	width: 865px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}

#curves {
	position: absolute;
	left: 10px;
	top: -150px;
}

#footer {
	width: 865px;
	height: 87px;
	float: left;
	background-color: #340252;
	background-image: url(../images/bg_footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 11px;
	padding-top: 8px;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer_left {
	width: 400px;
	float: left;
	padding-left: 17px;
}

#footer_right {
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 13px;
}

#printfooter {
	display: none;
	visibility: hidden;
}
