body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
background : #C7D4E0 url() fixed repeat;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: black;
}
a:hover {
	color: red;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}

h1 {
	font-size: 36px;
	font-family:Times New Roman;
	font-style:bold;
}
h2 {
	font-size: 24px;
	font-family:Times New Roman;
	font-style:bold;
}
h3 {
	font-size: 18px;
	font-family:Times New Roman;
	font-style:italic; 
	font-weight:bold;
}
form {
	margin: 0;
}
/* Right and Left DIVs that can be used within page content */
#rightDiv {
	margin: 5px;
	padding: 5px;
	float: right;
	width: 180px;
	border: 1px solid #CCCCCC;
}
#leftDiv {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 180px;
	border: 1px solid #CCCCCC;
}
.header {
	width: 750px;
	height: 80px;
	background-color: white;
	vertical-align: top;
}
.menu {
	vertical-align: top;
	background-color: #FFFFCA;
	list-style: none;
	padding: 5px;
	width: 180px;
	margin: 0px;
}
.menu ul {
	background-color: #ffffca;
	list-style: none;
	padding: 10px;
	line-height: 130%;
	margin: 0px;
}
.menu ul li ul {
	background-color: #ffffca;
	list-style: none;
	padding: 0px 0px 0px 15px;
	line-height: 130%;
}
.menu a:link, .menu a:visited, .menu a:active {
	color: black;
	background-color: #ffffca;
	text-decoration: none;
	white-space: normal;
	padding: 0px;
	padding-left: 0px;	
}
.menu a:hover {
	color: red;
	text-decoration: none;
	padding: 0px;
	padding-left: 0px;
	background-color: white;
}
.menu_current {
	font-weight: bold;	
}	
.border {
	font-size: 1px;
	height: 10px;
}
.content {
	padding: 5px 15px 5px 5px;
	background-color: white;
	vertical-align: top;
	text-align: left;
	font-size: 10pt;
}
.footer {
	padding: 5px;
	height: 20px;
	color: #111111;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	font-style:italic; 
}
