body {
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif; 
	/*background-image: url(../images/bg-1.gif); */
	/*background-repeat: repeat;*/
	background-color: #FFCC66;
}

p, td {
	font-size: 12px;
}

p.menu {
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	background-color: #990000;
}

a.menu {
	color:#FFFFFF;
	padding: 2px;
	background-color: #990000;	
	text-decoration: none;
}

a.menu:link {
	color:#FFFFFF;
	background-color: #990000;	
}

a.menu:hover {
	color:#000000;
	background-color: #FFCC66;
}
	
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
	
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

ol, ul {
	font-size: 12px;
	text-align: left;
}

.bodydiv {
	background-color: #FFFFFF;
	padding: 20px;
	border: thick ridge #990000;
	width: 70%;
	position: relative;
}

.headerdiv {
	vertical-align: top;
	position: relative;
	width: 100%;
}

.logodiv {
	text-align: left;
	float: left;
	position: relative;
}

.headdiv {
	text-align: center;
	float: right;
	position: relative;
}

.mainbodyddiv {
	padding: 10px;
	position: relative;
}

.bugdiv {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	vertical-align: bottom;
}

.clearit {
	clear: both;
}
