body {
	background-color: #DEDECA;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
}

body, td, th {
	color: #332211;
}

h1 {
	color: #330000;
}

h2 {
	color: #660000;
	font-style: italic;
}

h3 {
	color:#996633;
}

h4 {
	color: #BB8855;
	font-style:italic;
}

h6 {
	font-size:14px;
	font-style:italic;
}

h7 {
	font-size:14px;
}

a {
	color:#660000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#CC0000;
}

#header {
	height: 25px;
	left: 0px;
	top: 0px;
	background:#660000;
	position: absolute;
	width:100%;
	padding-top: 5px;
}

#header a {
	color:#993333;	
}

#header a:hover {
	color: #BB8855;
}
 
#rightcolumn {
	float: right;
	left: 0px;
	width: 220px;
	top: 30px;
	position:relative;
	text-align:center;
	margin-bottom:0px;
	padding:0px;
}
	
#rightcolumn img{
	border-style: solid;
	border-color: #332211;
	border-width: 2px;
}

#leftcolumn {
	float:left;
	position:absolute;
	margin-right:260px;
	padding-left:20px;
	padding-right:10px;
	left: 12px;
	top: 30px;
}

#onecolumn {
float:left;
	position:absolute;
	padding-left: 20px;
	top: 30px;
}
