﻿body {
	font-family: Arial, Times New Roman, Verdana;
	font-size: 12px;
	padding: 5px;
	color: #3F170C;
	background-color: #F2DFAD;
	line-height: 130%;
	}

#container {
	width: 950px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFBF;	
	}

#banner {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}	

#navigation {
	width: 180px;
	float: left;
	padding: 5px;
	margin-top: 20px;
	font-weight: bold;
	}
.menutitle {
	font-size: 14px;
	}
.menuselected {
	color: #FF0000;
	}

#content {
	font-size: 14px;
	width: 750px;
	float: right;
	padding: 5px;
	margin-top: 20px;
	background-color: #FFFFE6;
	}
.image {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	}


DIV#content {
  MIN-HEIGHT: 500px; ; HEIGHT: expression(this.scrollHeight > 500 ? "auto":"500px")
}


h1 {
	font-size: 18px; 
	color: #000000; 
	text-align: center;
	}
	
h2 {
	font-size: 16px;
	color: #000000;
	}
		
h3 {
	font-size: 14px;
	color: #000000;
	}
	
p {
	padding: 5px;
	margin: 0;
	}

hr {
	width: 300px;
	border-style: solid;
	border-color: #800080;
	background-color: #800080;
	padding: 0.5px;
	margin: center;
	}
	
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #634142;
	}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #634142;
	}
	
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #634142;
	}
	
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
	}