﻿/* CSS layout */
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#right_col {
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	background-color: #E4DBC0;
	text-align: left;
}
#container {
	position: relative;
	width: 100%;
	background-color: #E4DBC0;
}
a:link
{
	color: rgb(204,0,0); 
}
a:visited
{
	color: rgb(102,0,0); 
} 
a:active 
{
	color: rgb(0,0,204);
}
body
{
	font-family: Bookman Old Style, Times New Roman, Times;
	background-color:  #E4DBC0;
	color: rgb(0,0,102);
	text-align: left;
}
h6
{
	font-family: Bookman Old Style, Times New Roman, Times;
}
h5
{
	font-family: Bookman Old Style, Times New Roman, Times;
}
h4
{
	font-family: Bookman Old Style, Times New Roman, Times;
}
h3
{
	font-family: Bookman Old Style, Times New Roman, Times;
}
h2
{
	font-family: Bookman Old Style, Times New Roman, Times;
}
h1
{
	font-family: Bookman Old Style, Times New Roman, Times;
}
h1
{
	color: rgb(51,51,204);
}
h2
{
	color: rgb(0,153,51); 
}
h3
{
	color: rgb(204,51,51); 
}
h4
{
	color: rgb(51,0,204);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}

.pageheader {
	font-family: "Bookman Old Style";
	font-size: x-large;
	color: #CC3300;
	position: relative;
	vertical-align: baseline;
	text-align: center;
	right: 10px;
	left: 15px;
	text-indent: 15px;
	clip: rect(auto, auto, auto, 15px);
}
.entry {
	font-family: Garamond;
	font-size: medium;
	font-style: normal;
	color: #800000;
	width: 58%;
	left: 5%;
}

