@charset "utf-8";
/* CSS Document */
A:link {
    COLOR: #333333;
	Text-Decoration: underline;
}
A:visited {
    COLOR: #333333;
	Text-Decoration: underline;
}
A:active {
    COLOR: #666666;
	Text-Decoration: underline;
}
A:hover {
    COLOR: #666666;
	Text-Decoration: underline;
}
body {
	padding: 0;
	margin: 0;
	margin-top:0;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}
html, body {
	width: 100%;
	height: 100%;
	background-color: #9c9c9c;
	background-image: url(images/bggradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#contents {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 760px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #333333;
}
#topbanner {
	width: 760px;
	height: 174px;
	background-image: url(images/banner.jpg);
}
#nav{
	width:360;
	height: 174px;
	float:left;
}
#info {
	width: 760px;
	background-image: url(images/goldbg.jpg);
}
#footer {
	background-image: url(images/footerbg.jpg);
	width: 760px;
	height: 25px;
	padding-top:5px;
	margin: 0px auto;
	font-size: 9px;
	font-family:verdana;
	text-align: right;
	color:#000000;
}
.topnav {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.topnav a { 
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.topnav .normal {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.topnav .active {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.forms {
	font-family: verdana;
	font-size: 12px;
}
h1 {
COLOR: #333333;
	Text-Decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}