body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 14px;
#	color: #660000;

}
body {
	# this is the background color that shows on the left and right ;
	background-image: url(grad.jpg);
	background-repeat: repeat-x; 
	# this is the top and bottom margin ;
	margin: 10px;
}
.logo {
	# this is the logo in the menu bar on the left of the screen ;
	text-align:center;
	background-color: #0C2488;
	margin: 13px;
	width: 120px;
	height: 204px;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited, a:active {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
form {
	margin: 0;
}
h4 {
	margin: 5px 0px 5px 0px;
	font-size: 18px;
	font-weight: bold;
}
h1, h2, h3, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	# this section controls the logo area at the top of the screen ;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 150px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	# this is the dimensions of the menu bar at the left of the screen ;
	vertical-align: top;
	width: 15%;
	padding: 10px;
}
.menu ul, .menu li {
	list-style-type: none;
#	display: block;
	margin: 0;
	padding: 0;
#	padding-left: 5px;
}
.menu ul ul {
	padding-left: 20px;
}

.menu a:link, .menu a:visited, .menu a:active {
	# this section describes how the menu items look ;
	padding: 4px 10px 4px 10px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	border-bottom: thin solid #636300;
}
.menu a:hover {
	# this is what changes the color of the menu items when the cursor passes over ;
	color: #FFFFFF;
	background-color: #0C2488;
	text-decoration: none;
}

.menu_current {
	font-weight: bold;
}
.menu_active_parent {
	font-size: 18px;
	font-weight: bold;
}
.current {
	font-weight: bold;
}
.content {
	# this describes the content area of the page ;
	background-color: #3EDE84;
	padding: 20px;
	height: 400px;
	vertical-align: top;
	width: 85%;
}
.footer {
	# this is the footer section, which is also the break between the header and the content at the top ;
	text-align: center;
	font-size: 10px;
	height: 10px;
}