BODY {
	color: BLACK;
	background-color: White;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	background-color: #666666;
}
td{
		font-size: 13px;
}
a.hidden {

	text-decoration: none;
}

a.hidden:hover {

	text-decoration: none;
}



A {
	color: BLACK;
	text-decoration: none;
}

A:HOVER {
	color: BLACK;
	text-decoration: underline;
}

h1 {
		font-size: 16px;
}


.narrowcolumn {
	float: left;
	padding: 0 45px 20px 0;
		width: 100%;
}
#sidebar {
	margin-left: 0;
	margin-right: 20px;
 width: 300px;
}


h1, h2, h3 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	}
	h2 {
	font-size: 1.4em;
		margin-bottom: 0px;
			color: #424242;
	}
	.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	width: 300px;
	}
/* End Various Tags & Classes*/

#sidebar {
	font-family: Verdana, sans-serif;
	width: 300px;
	}
	#sidebar form {
	margin: 0;
	}
/* End Sidebar */
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
		
	width: 300px;
	}


a, h2 a:hover, h3 a:hover {
	color: #424242;
	text-decoration: none;
	}
