body {
	text-align: center;
	background-color: #333333;
	font-size: 12px;
	font-family: Georgia, serif;
}

#content {
	background-color: #FFFFFF;
	color: #000000;
	width: 650px;
	margin: 0 auto;
	border-style: ridge; 
	border-width: medium; 
	border-color: #FF1414;
}

#main {
	width: 465px;
	float: right;
	padding: 10px;
}

table {
	font-size: 12px;
}


#hov td {
	text-align: center;
	border-width: thin;
	border-color: #000000;
	border-style: solid;
	border-collapse: collapse;
}
#hov td:hover {
	background-color: #DDDDDD;
}	

#hid {
	display: none;
}

#tab {
	border-width: thin;
	border-color: #000000;
	border-style: solid;
	border-collapse: collapse;
}
	#tab a:link, a:visited{
		font-weight: bold; 
		text-decoration: none;
	}
	
#col {
	padding: 5px;
	padding-left: 75px;
	float: left;
}	
	#col li{
		list-style: none;
	}
	
#nav {
	background-color: #EEEEEE;
	width: 146px;
	height: 100%;
	padding: 10px;
}
	#nav li {
		padding-bottom: 3px;
		padding-top: 3px;
		position: relative;
		left: -20px;
		list-style: none;
	}
	#nav a:link, a:visited{
		color: #4B4B4B;
		text-decoration: none;
		font-weight: bold;
	}
	
#nav2 {
	height: auto;
	white-space: nowrap;
	background-color: #FFDDDD;
	border-color: #B3B3B3;
	border-width: medium;
	border-style: solid;
	border-top-style: none;
}
	#nav2 img{
		border-style: none;
		position: relative;
		left: -3px;
	}

a:link, a:visited {
	color: #4B4B4B;
}

a:hover {
	color: #FF0000;
}

#foot{
	padding-top: 1.1em;
	margin-left: auto;
	font-size: 0.8em;
	position: relative;
	bottom: 4px;
	color: #555555;
}