﻿body {
	margin:15px 0px 0px 0px; 
	background: #737373 url('siteart/bg.jpg') repeat-x;
}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	border:0px;
}

ul {
	padding:10px 0px 0px 20px; margin:0px 0px 0px 0px;
}

ol {
	padding:10px 0px 0px 20px; margin:0px 0px 0px 0px;
}


a:link, a:active, a:visited {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}


a.nav:link, a.nav:active, a.nav:visited{
	text-transform:capitalize;
	color:#333333;
	padding:14px 15px 11px 15px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	display:block;
	text-align:center
}

a.nav:hover {
	background: url('siteart/nav_on.jpg') repeat-x;
}


#navigation {
vertical-align:top; 
background:url('siteart/nav_off.jpg') repeat-x; 
border-left:2px #7e7e7e solid; 
border-right:2px #7e7e7e solid;
}

#navtd {
border-right:2px #7e7e7e solid;
vertical-align:top;
}

#navtdleft {
border-left:2px #7e7e7e solid; 
border-right:2px #7e7e7e solid;
vertical-align:top;
}


#header {
	background:#1f2557;
	vertical-align:top;
}


#maincontent {
	background:#121438 url('siteart/main.jpg') no-repeat;
	vertical-align:top;
}

#address {
	border:1px #515aa5 solid; 
	background:#1d2250;
	color:#fff;
	text-align:left; 
	width:366px; 
}


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #7e7e7e;
border-bottom-width: 0;
z-index: 100;
background-color: #cccccc;
width: 200px;
color:#333333;
text-align:center;
}

.anylinkcss a:link {
display: block;
border-bottom: 1px solid #7e7e7e;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
color:#333333;
}
.anylinkcss a:active {
display: block;
border-bottom: 1px solid #7e7e7e;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
color:#333333;
}
.anylinkcss a:visited {
display: block;
border-bottom: 1px solid #7e7e7e;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
color:#333333;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}




