* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('../img/bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #770808;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	height: 100%;
}

a {
	color: #686abc;
	text-decoration: none;
	font-size: 16px;
	border: none;
}

img {
	border: none;
}

a:hover {
	color: #770808;
}

h1 {
	font-size: 30px;
	font-style: italic;
	color: #212121;
}

h4 {
	font-size: 15px;
	font-style: italic;
	color: #212121;
}

a.footerlink {
	font-size: 15px;
	font-style: italic;
	color: #992222;
}

ul.menu {
	list-style-type: none;
	background-image: url('../img/menubg.png');
	height: 80px;
	width: 100%;
	margin: auto;
}

ul.menu a {
background-image: url("../img/menubgdiv.png");
background-repeat: no-repeat;
background-position: right;
padding-right: 20px;
padding-left: 20px;
display: block;
line-height: 80px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #371C1C;
}

li.menu {
	float: left;
}

.alert {
	color: #992222;
	font-weight: bolder;
}

.classHead {
	font-weight: bolder;
	font-size: 24px;
	color: #212121;
}

.classHead:hover {
	color: #212121;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#subcont {
	width: 800px;
	margin-bottom: 40px;
}

#topMenu {
	width: 800px;
	position: relative;
	height: 156px;
	top: 0px;
	background-image: url('../img/menuimg.png');
}

#main {
	width: 775px;
	position: relative;
	left: 20px;
}

#logo {
	position: relative;
	left: 10px;
	height: 156px;
	width: 156px;
	background-image: url('../img/logobg1.gif');
	font-size: 30px;
	font-weight: bold;
	float: left;
}

#logo a {
	color: #686abc;
	font-size: 25px;
	text-decoration: none;
	display: block;
	width: 156px;
	height: 156px;
}

#mainHead{
	margin-bottom: 25px;
}

#mainCont {
	width: 800px;
}

#mainText pre {
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 16px;	
}

#infofooter {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding-left: 20px;
	background-color: #d3d3d3;
}

.frontbox {
	background-color: #212121;
	width: 300px;
	padding: 2px;
}

.frontbox .top {
	color: #d3d3d3;
}