﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 23px;
	background: #7f7f7f url('siteart/background-grey.jpg') repeat-x top;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
#maintable {
	border: 0;
	width: 770px;
	background: white;
}	

#mainnav {
	width: 100%;
	border: 0;
}

a.nav {
	text-decoration:none;
	color:white;
	padding: 9px 25px 6px 28px;
	display:block;
	background: #9f0909 url('siteart/nav-off.jpg') repeat-x top;
	border-right: 1px solid #860909;
	border-left: 1px solid #bb1a1a;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	}
	
a.nav:hover {
	text-decoration:none;
	background: black;
	color: white;
	background: #3e3e3e url('siteart/nav-on.jpg') repeat-x top;
	}


#rightlinks {
	border-left:1px solid #dadbd8;
	vertical-align:top;
	padding:8px 0px 0px 12px;
}

#rightlinks img {
	border:0;
}



.common {
	width:770px;
	border:0px;
}

#header {
	width: 100%;
	text-align:right;
	padding: 4px 15px 0px 0px;
	font-size:12px;
}

#header a {text-decoration:none;color:#333333;}
#header a:hover {text-decoration:underline; color:black;}

#titlelogo {
	float:right;
	padding-top:5px;
}

#main {
	padding:12px;
	background: white url('siteart/background-white.jpg') repeat-x bottom;
}

#main a {
	text-decoration:underline;
	color: #333333;
	}	
	
#main a:hover {
	text-decoration:underline;
	color: black;
	}	

.blackbold {
	font-size:17px;
	font-weight: bold;
	text-transform: uppercase;
	}


.imgb {
	border: 1px solid #666666;
}

.redbold {
	font-weight:bold;
	font-size: 12px;
	color: #c60f0e;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #4d4d4d;
border-bottom-width: 0;
z-index: 10000;
background-color: #f3f3f3;
font-size:11px;
line-height: 25px;
width: 205px;
text-decoration:none;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #4d4d4d;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #333333;
}

.anylinkcss a:hover{ /*hover background color*/
background: #3e3e3e;
color: white;
text-decoration:none;
}


#linkpage a:link {	
	text-decoration:underline;
	color: #333333;
}

#linkpage a:active {
	text-decoration:underline;
	color: #333333;

}
#linkpage a:visited {
	text-decoration:underline;
	color: #333333;

}
#linkpage a:hover {
	color:#c60f0e;
	font-weight:bold;
	
}




