body, html
{
	background-color: #660000;
	font: 12px Verdana;
	margin:0px auto;
	padding:0px;
}

#top
{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 800px;
	float: left;	
	
}

#location
{
	position: relative;
	width: 200px;
	padding-top: 20px;
	text-align:right;
	color: white;
	float: left;
	
}

#content_wrapper
{
	background-color: #ffffff; 
	width: 100%;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#main
{
 	width: 100%;
} 

table
{
	font: 12px Verdana;
}

#content 
{
	font: 12px Verdana;
	margin: 0px auto;
	width: 800px;
	background-color: #ffffff;
	text-align: left;
	padding: 5px;
	padding-top: 20px;
}

h2
{
	font: 15px Verdana bold;
}

h3
{
	font: 14px Verdana bold;
}

h4
{
	font: 13px Verdana bold;
}

.white
{
	color: #ffffff;
}

a
{
	color:000099;
}

a.visited
{

}

a.active
{

}

.small
{
	font: 11px Verdana;
}

.gold
{
	color: #660000; 
	font: 16px Verdana bold;
}

#footer
{
	padding-top: 10px;
	color: #ffffff;
}

.input
{
	width: 130px;
	font: 10px Verdana, Verdana, Helvetica, sans-serif;
	padding-left: 2px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	
}

.input200
{
	width: 200px;
	font: 10px Verdana, Verdana, Helvetica, sans-serif;
	padding-left: 2px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	
}

.input300
{
	width: 300px;
	font: 10px Verdana, Verdana, Helvetica, sans-serif;
	padding-left: 2px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	
}

.input200_readonly
{
	width: 200px;
	font: 10px Verdana, Verdana, Helvetica, sans-serif;
	padding-left: 2px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #dddddd;
}

.button
{
	font: 10px Verdana, Verdana, Helvetica, sans-serif;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #ccc;
	color: #333;
}

.label
{
	color:#333333;
	font: 12px Verdana;
	padding-right: 3px;
	font-weight: bold;
	text-align: right;
}

textarea
{
	border: 1px solid black;
	font: 11px Verdana;
}

.little
{
	font-size: 10px;
	font-face: Verdana;
}

.small
{
	font-size: 11px;
	font-face: Verdana;
}

a.small
{
	font-size: 11px;
	font-face: Verdana;
	color: #083629;
	text-decoration: none;
}

a.small:hover 
{
	font-size: 11px;
	font-face: Verdana;
	color: #10674E;
	text-decoration: underline;
}

a.small:visited
{
	font-size: 11px;
	font-face: Verdana;
	color: #083629;
}

a.small:visited:hover
{
	font-size: 11px;
	font-face: Verdana;
	color: #10674E;
}


a.white 
{
	color: #ffffff;
}

a.white:hover
{
	text-decoration: underline;
}

a.white:visited
{
	color: #ffffff;
}

a.white:visited:hover
{
	color: #ffffff;
}

