body {
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
}

table {
	font-size: 100%;
	}

body {
	background-image: url('images/background.JPG');
	background-repeat: repeat-y;
	background-color:#FFFDF5;
	}

a {
	color:#614F18;
	}
a:visited {
	color: #9F0000;
	} 

a:active {
	color: #000000;
	}	

div#Header, div#MainBody, div#Footer {
	padding-left:80px;
	clear:both;
	width: 600px;	
	}

div#MainBody {
	clear:both;
	margin-top: 15px;
	}
	
p#SiteTitle {
	color: #614F18;
	}

h1 {
	font-size: 160%;
	margin-top: 15px;
	margin-bottom: 30px;
	}
	
p#SiteTitle {
	font-size: 110%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	}
	
div#Footer {
	font-size: 75%;
	margin-top: 30px;
	}
	
div#Header img {
	border: none;
	}
	
h2 {
	font-size: 115%;
	}
	
h3 {
	font-size: 100%;
	}
	
h4 {
	font-size: 90%;
	font-style: italic;
	}

dd {
	padding-bottom: 10px;
	}
	
hr {
	height: 1px;
	margin: 3px -5px;
	color: #948351;	
	}
	
dd, dt, li {
	margin-bottom: .2em;
	}
 
dl, ol, ul {
	padding-left: 30px;
	}

form fieldset {
	border: solid #EDD084 1px;
	padding: 10px;
	}

form fieldset legend {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
	}

fieldset fieldset{
	clear: left;
	}
	
form dl, form fieldset dl, form div dl {
	float: left; 
	width: 100%;
	padding: 0 0 10px 0;
	}
	
form dt, dl.TwoColumn dt, form div dt {
	margin: 0 5px 5px 0;
	float: left;
	clear: both; 
	text-align: right;
	width: 200px;	/* To avoid IE bug, the width of dt is set below width of any column */
	}

form dd, dl.TwoColumn dd, form div dd {
	margin: 0 0 5px 0; 
	float: left;
	width: 350px;
	}

div.News {
	width:180px;
	padding:5px;
	margin-left-5px;
	float:left;
	background-color:#EDD084;
	text-align:left;
	}
	
div.News ul {
	margin-left: 0px;
	}
	
div.FeatureBar p {
	margin: 10px 0;
	padding: 0;
	}

div.FeatureBar {
	width:180px;
	padding:20px 5px 5px 5px;
	float:left;
	text-align:center;
	}

.Bordered {
	border: 1px solid #948351;
	}