﻿body {
	margin:10px 0px 0px 0px; 
	background: #333333 url('../siteart/bg.jpg') repeat-x;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}


a:link, a:active, a:visited {
	color:#375b71;
	text-decoration:underline;
}
a:hover {
	color:#000;
}


a.small:link, a.small:active, a.small:visited {
	color:#375b71;
	font-size:8pt;
	text-decoration:underline;
}
a.small:hover {
	color:#000;
}

a.white:link, a.white:active, a.white:visited {
	color:#fff;
	text-decoration:underline;
}
a.white:hover {
	color:#fff;
	text-decoration:none;
}


a.nav:link, a.nav:active, a.nav:visited{
	font-size: 11px;
	font-weight:bold;
	text-transform:capitalize;
	height: 20px;
	color:#cccccc;
	margin: 0;
	padding:11px 15px 14px 15px;
	text-decoration:none;
	display:block;
}

a.nav:hover {
	color:#fff;
	background: url('../siteart/navon.jpg') repeat-x;  
}



#maincontainer {
 background:#fff;  
 width:100%;
 color:#333333;	
}


#navcontainer {
	background: url('../siteart/navoff.jpg') repeat-x;  
	width:100%;
}

table.nav_table {
	text-align: center;
}

table.nav_table td {
	margin: 0;
	padding: 0;
}

td.category_content {
	padding: 25px;
}

#left {
	padding:30px 20px 35px 40px; 
	width:182px; 
	vertical-align:top;
}



.title {
	font-weight:bold;
	font-size:18pt;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	color:#666666;
}




.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: #666666;
width: 300px;
}

.anylinkcss a:link {
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 2px 2px 2px 8px;
text-decoration: none;
font-weight: bold;
color:white;
text-decoration:none;
}
.anylinkcss a:active {
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 2px 2px 2px 8px;
text-decoration: none;
font-weight: bold;
color:white;
text-decoration:none;
}
.anylinkcss a:visited {
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 2px 2px 2px 8px;
text-decoration: none;
font-weight: bold;
color:white;
text-decoration:none;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
text-decoration:none;
}




