body		{
	background: #2c4780;
	padding: 0px;
	margin: 0px;
	margin-left: 1px;
}

div.column	{
	top: 0px;
	background: #2c4780 url(bg1.jpg) top left no-repeat;
	width : 798px;
	height: 480px;
	border-left: 1px solid #968357;
	border-right: 1px solid #968357;
}

div.filler	{
	top: 480px;
	background: #2c4780 url(filler.jpg) top left repeat-y;
	width : 798px;
	height: 300px;
	border-left: 1px solid #968357;
	border-right: 1px solid #968357;
}

div.main	{
	position: absolute;
	text-align: left;
	top: 306px;
	left: 90px;
	width: 625px;
	color: white;
	font-family: verdana;
	font-size: 13px;
	overflow: visible;
	z-index: 95;
}

div.main a	{
	color: silver;
	text-decoration: none;
	border-bottom: 1px gold solid;
}

div.main a:hover	{
	color: white;
	text-decoration: none;
	background: #1F3051;
	overflow: visible;
}

div.main2	{
	position: absolute;
	text-align: left;
	top: 306px;
	left: 90px;
	width: 625px;
	color: white;
	font-family: verdana;
	font-size: 13px;
	overflow: visible;
	z-index: 95;
}

div.main2 a	{
	color: silver;
	text-decoration: none;
	border-bottom: 1px gold solid;
}

div.main2 a:hover	{
	color: white;
	border: none;
}

div.bottom	{
	background: #2c4780 url(bottom.jpg) bottom left no-repeat;
	width : 798px;
	height: 140px;
	border-left: 1px solid #968357;
	border-right: 1px solid #968357;
	z-index: 4;
}
	
div.nav		{
	position:relative;
	top:238px;
	font-family: verdana;
	color:white;	
}

div.nav	a	{
	color:white;
	font-family: verdana;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	text-decoration: underline;
}

div.nav a:hover	{
	color: white;
	text-decoration: none;
	background: #1F3051;
	border: 1px silver solid;
	padding-left: 7px;
	padding-right:7px;
}

div.top		{
	position: relative;
	top:121px;
	color: white;
	font-family: verdana;
	font-size:10px;
}

div.top a		{
	color: white;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 1px white solid;
	padding: 2px;
}

div.top a:hover		{
	color: white;
	background: #1F3051;
	border: 1px silver solid;
	text-decoration: none;
	margin-left: -1px;
}

div.dashes		{
	position:relative;
	top:-1px;
	left: -380px;
	color: #437BC1;
	font-style: italic;
	font-weight: bold;
	font-family: verdana;
	font-size: 13px;
	
}

div.spot_box{
position: relative;
left: 160px;
top: -10px;
background-color: light gray;
width: 190px;
border: 1px silver solid;
text-align: center;
padding-top: 2px;
padding-bottom: 4px;
}

div.spot{
font-size: 10px;
}

div.spot a{
font-size:10px;
}