html, body {
	margin:0px;
    background-image: url(images/bk.jpg); 
	font-family:Tahoma,verdana;
	font-size:12pt;
	color:#333;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: left;
	scrollbar-base-color: #666666;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;		
}
h1 {
	margin-top:0px;
	font-size: 16pt;
	}
a:link {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #996600;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.text {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: justify;

}
.title {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.sidelink {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}
a.sidelink:visited {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

a.sidelink:hover {
  text-decoration:underline;
  color: #996600;
  font-weight: bold;
}
#container {
	width: 800px;
	height: 100%;
	background-image: url(images/main-bk.jpg);
	border: 1px solid #000000;
	text-align: left;		
}

#header {
	width: 800;
	height: 149px;
	background-color: #;
}

#content {
	margin-left: 175px;
	width: 500px;
	margin-right: 0px;
	max-width: 505px;
	padding: 4px;
}

#navList {
	text-align: right;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	text-decoration: none;
	width: 171px;
	margin-left: 5px;
	position: absolute;
	top: 180px;
}
#copy {
	text-align: center;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-decoration: none;
}
#rightcolumn {	
	width: 115px;
	float: right;
	margin: 0;
	padding: 2px;
}

#footer {
	width: 800;
	height: 8px;
}


.signup {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}

