body {
	background-color: #AA2A20;
	background-image:url(/images/bg.jpg);
	margin-top:5px;
	font-size: 10pt; 
	font-family: Verdana;
}
h1{
	font-size:18px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	width:620px;
	border-bottom:1px solid #666666;
	padding-top:20px;
	padding-bottom:10px;
}
ul {
	font-size: 10pt; 
	font-family: Verdana
}
hr{
	height:1px;
	color:#CCCCCC
}
p { 
	font-size: 10pt; 
	font-family: Verdana
}
a:link, a:visited { 
	color: maroon; 
	text-decoration: none 
}
a:hover { 
	color: #b22222; 
	text-decoration: underline 
}
.header {
	background-color:#000000;
	color:#CEB67B;
	font-size:20px;
}
.mainContent{
	background-color:#FEFCE4; /*darker #FFFCD7;*/ /*medium #FFFBCE;*/ /*lighter #FEFCE4;*/
	color:#333333;
	background:url(/images/kb2.jpg);
	padding:5px;
}
.footer, .footer:link{
	background-color:#000000;
	color:#999999;
	text-decoration:none;
}
.content{
	/*width:500px;*/
	float:left;
	/*padding:5px;*/

}
.rightContent{
	width:130px;
	border:dotted 1px #999999;
	background-color:#fafad2;
	float:left
	padding:5px;
}
.copyright, .copyright:link, .copyright:visited {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:none;
}

.box {
	background-color: #fafad2;
	border: 1px solid #999999;
	padding:5px;
	font-weight:bold;
	font-size:12px;
}
