﻿body {
	background:#000 url('siteart/background.jpg') repeat-x scroll;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#fff;
}

a:link, a:active, a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}


#top {
	background:#000 url('siteart/top2.jpg') no-repeat scroll;
	height:200px;
	width:770px;
}

#nav {
	background:#000 url('siteart/nav.jpg') no-repeat scroll;
	height:400px;
	width:200px;
	padding-top:20px;
}

#nav2 {
	background:#000 url('siteart/nav2.jpg') no-repeat scroll;
	height:600px;
	width:200px;
	padding-top:20px;
}


#nav-cell {
	border-top:1px #f3c060 solid;
	height:18px;
	padding-left:20px;
}

a.nav:link, a.nav:active, a.nav:visited {
	color:#333;
	text-decoration:none;
	font-size:12px;
}

a.nav:hover {
	color:#000;
	text-decoration:none;
	font-size:12px;
}


.address {
	color:#f9a609;
	font-size:9pt;
	padding:80px 5px 15px 5px;
	vertical-align:top;
}

#bottom {
	background:#000 url('siteart/bottom.jpg') no-repeat scroll;
	height:99px;
	padding:18px;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height: 15px;
z-index: 150;
background-color: #f4be5b;
width: 100px;
margin-left:73px;
}

.anylinkcss a{
color: #333;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #f9a506;
color: black;
}