@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0f0e0e;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cdcccc;
}
a:link {
	color: #630569;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #630569;
}
a:hover {
	text-decoration: underline;
	color: #630569;
}
a:active {
	text-decoration: none;
	color: #630569;
}

#bodybg{
	background:url(images/page_bg.jpg) repeat-y;
	padding:0px;
	margin:0px;
}

#header{
	height:86px;
	width:800px;
	background:url(images/body_header.jpg) no-repeat;
}

#headerimage{
	height:143px;
	width:800px;
	background:url(images/body_image.jpg) no-repeat;
}

#headerspacer{
	height:16px;
	position:relative;
	margin:0px 8px 0px 7px;
	clear:both;
	background-color:#FFFFFF;
}

#bodycell{
	margin:0px 8px 0px 7px;
	position:relative;
	height:auto;
	clear:both;
}

#leftcell{
	width:175px;
	float:left;
	height:auto;
	position:relative;
}

#maincell{
	width:440px;
	float:left;
	position:relative;
	height:auto;
	padding:0px 10px 0px 10px
}

#rightcell{
	width:150px;
	float:left;
	position:relative;
	height:auto;
}

#cattitle{
	height:11px;
	width:175px;
	background:url(images/bg_box_sidenav_top.jpg) no-repeat;
	position:relative;
}

#catbody{
	width:175px;
	background:url(images/bg_box_sidenav_fill.jpg) repeat-y;
	position:relative;
	height:auto;
	padding:5px 0px 5px 0px;
}

#leftnav{
	list-style:url(images/icon_left_nav.jpg);
	font-size:11px;
	padding: 0;
	margin: 0px 7px 0px 30px;
	
}

#leftnav a{
	color:#6d6d6c;
	text-decoration:none;
}

#leftnav a:hover{
	text-decoration:underline;
}

#leftsubnav{
	list-style:url(images/icon_left_nav.jpg);
	font-size:11px;
	padding: 0;
	margin: 5px 0px 5px 20px;
}

#leftsubnav li{
	list-style:url(images/icon_left_nav.jpg);
	margin: 2px 0px 2px 0px;
	
}

#logintitle{
	width:175px;
	background:url(images/title_login.jpg) no-repeat;
	position:relative;
	height:13px;
}

#memberstitle{
	width:175px;
	background:url(images/title_members.jpg) no-repeat;
	position:relative;
	height:13px;
}

#loginbody{
	width:175px;
	background:url(images/bg_box_login_fill.jpg) repeat-y;
	height:auto;
	position:relative;
	color:#FFFFFF;
	font-size:11px;
}

#loginfooter{
	width:175px;
	background:url(images/bg_box_login_bottom.jpg) no-repeat;
	height:15px;
	position:relative;
}

#linkstitle{
	width:150px;
	height:27px;
	background:url(images/title_links.jpg) no-repeat;
}

#linksbody{
	width:150px;
	background:url(images/bg_box_links_fill.jpg) repeat-y;
}

#linksfooter{
	width:150px;
	height:12px;
	background:url(images/bg_box_links_bottom.jpg) no-repeat;
}

#footer{
	height:24px;
	width:766px;
	background:url(images/footer.jpg) no-repeat;
	position:relative;
	clear:both;
	padding:4px 17px 0px 17px;
	color:#FFFFFF;
}

#footer a{
	color:#FFFFFF;
}

#footer a:link{
	color:#FFFFFF;
}

#footer a:hover{
	color:#FFFFFF;
}

#topnav{
	padding: 0px;
	margin: 0px;
	position:relative;
	width:600px;
	left:190px;
	top:22px;
}

#topnav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	position:relative;
}

#topnav li {
	list-style:none;
	float:right;
	margin: 0px 0.05em 0px 0.05em;
}

#topnav li a {

background:url(images/sep_nav.jpg) no-repeat left;
height: 40px;
line-height: 3.5em;
width: 7em;
display: block;
color: #6b6b6b;
text-align: center;
font-size:12px;
margin:0px
}

#topnav li a:hover {

background:url(images/sep_nav.jpg) no-repeat left;
height: 40px;
line-height: 3.5em;
width: 7em;
display: block;
color: #6b6b6b;
text-align: center;
font-size:12px;
text-decoration:underline;
}

h1{
	font-size:16px;
	text-transform:uppercase;
	color:#630569;
	margin-top:0px;
	padding-top:0px;
}
