body {
	margin:0px;
	padding:0px;
	background-color:#CED8E4;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.banner {
	background-repeat:no-repeat;
	background-image:url(images/banner.jpg);
	width: 800px;
	height: 286px;
}
.main {
	background-color:#CED8E4;
}
h1 {
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	color: #000000;
}
.mainmenulink {
	font-weight:bold;
	color:#7B0002;
}
.leftmenuhead {
	font-weight:bold;
	text-decoration:underline;
	color:#423854;
}
.leftmenulink {
	font-size:90%;
	font-style: italic;
	color: #423854;
	font-weight: bold;
}
.navlink {
	font-size:80%;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
