/* CSS Document */


body {
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	background-color:#999999;
	font-size: 15px;
}


#header
{
	position:absolute;
	left:180px;
	top:20px;
	width:450px;
	height:74px;
	z-index: 1;
} 

#content
{ 
position:absolute; 
left:182px; 
top:133px;
width:600px; 
height:221px;

}

td {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size: 15px;
}


#navigation 
{
	position:absolute;
	left:0px;
	top:20px;
	width:154px;
	height:255px;
	font-weight:800;
	color: #CC0000;
}

#columnLeft
{
	position:absolute;
	left:180px;
	top:130px;
	width:220px;
	height:221px;
	z-index: 0;

}

#columnRight
{ 
position:absolute; 
left:410px; 
top:130px;
width:220px; 
height:221px;

}

a.start-nav {
	text-decoration:none;
	font-weight:800;
	color: #000000;
	}

a.start-nav:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: 800;
}

a.nav {
	text-decoration:none;
	font-weight:800;
	color: #000000;
	}
	
a.nav:link {
	color:#000000;
	text-decoration: none;
	font-weight: 800;
}
a.nav:visited {
	text-decoration: none;
	font-weight: 800;
	color: #000000;
}
a.nav:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 800;
}


a {
	color:#CC0000;
	text-decoration: underline;
	}
	
a:link {
	color:#000000;
}
a:visited {
	color:#000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

address {
	font-size: 11px;
	font-style: normal;
}
.go {
	font-weight: 800;
	color: #CC0000;
}

