@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;}
body {
	background:#422746 url(../images/mainbg.gif) repeat-y left top;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
a:link {
	color:#ffffff;
	text-decoration:underline;}
a:hover {
	color:#ffffff;
	text-decoration:none;}
a:visited {
	color:#ffffff;
	text-decoration:underline;}

#header {
	width:717px;
	height:107px;}
#navigation {
	width:717px;}
#content {
	width:726px;
	text-align:left;
	vertical-align:top;}
#leftbar {
	float:left;}

#maincontent {
	float:left;
	background:url(../images/content.png) no-repeat top left;
	width:390px;
	padding-top:30px;
	min-height:726px;}
	

#title {
	border-bottom:1px solid #B5B5BA;}
#text {
	padding:30px 10px 30px 30px;
	}
#nav2header {
	width:717px;
	text-align:left;
	clear:both;
	}
#nav2 {
	background:url(../images/nav2bg.png) no-repeat bottom left;
	clear:both;
	width:717px;
	height:118px;
	padding-left:70px;}
#nav2 a{
	color:#4C2B4E;
	text-decoration:none;
	font-weight:bold;}
#nav2c1{
	float:left;
	padding:5px;
	width:180px;}
#nav2c2{
	float:left;
	padding:5px;
	width:180px;}
#nav2c3{
	float:left;
	padding:5px;
	width:180px;}
#footer {
	clear:both;
	width:717px;
	background:url(../images/footer.png) no-repeat;
	height:26px;
	padding-top:10px;}
	
#copyright {
	float:left;
	padding-left:60px;
	font-size:14px;}
	
#footerlinks {
	float:right;
	padding-right:60px;
	}
	
#footerlinks a {
	color:#ffffff;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;}