body {
	color: #fffbe9;
	background-color: #3b4866;
	margin: 10px;
	padding: 4px;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: left;
	
	background-repeat: no-repeat;
}
#maincontent h1 {
	background: url(none);
	text-align: center;
	margin: 1px;
	padding: 2%;
}


a:link {color: #FFFFFF;
background-color: #5f0e19;
text-decoration: underline;}

a:hover {color: #e3eb03;
background-color: #4a000a;
text-decoration: none;}

a:visited {color: #FFFFFF;
background-color: #5f0e19;
text-decoration: underline;}

h1 {
	font-size: 1.4em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	font-style: oblique;
	line-height: normal;
	text-decoration: underline;
}

h2 {
	font-size: 1.3em;
	font-family: Times, "Times New Roman", serif;
	font-weight: lighter;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-style: oblique;
	text-decoration: underline overline;
}

h3 {
	font-size: 1.2em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	font-style: italic;
margin-top: .9em;}

h4 {font-size: 1.1em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;}

h5 {font-size: 1em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;}

div#header {padding: 2%;
text-align: center;}

div#footer {padding: 2%;
text-align: center;
clear: both;}

div#maincontent {
	padding: 7%;
	text-indent: 30px;
	text-align: left;
	margin: 2%;
	border: thick inset #660000;
	margin-top: .5px;
	margin-bottom: .8px;}

div#leftcolumn {padding: 2%;
float: left;
text-align: right;
width: 20%;}

div#rightcolumn {padding: 2%;
float: right;
text-align: left;
width: 20%;}

