body {
	background-color: #ffe4b5;
	font: 100% Arial, Helvetica, sans-serif;
 }
 :link {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
 }
 :visited {
	color: #9900FF;
	font-family: Arial, Helvetica, sans-serif;
 }
 :active {
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
 }
div.wholepage {
	width:100%;
	margin:0px;
	background-color: #ffe4b5;
	font-family: Arial, Helvetica, sans-serif;
}

div.navcontainer
{
	background-color: #ffe4b5;
	margin: 0;
	padding: 0 0 0 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.navcontainer UL
{
	background-color: #ffe4b5;
	list-style: none;
	margin-left: 30px;
	padding: 0;
	border: none;
	color: #000000;
	text-align: center;
	font: bold 0.75em/1.0em Arial, Helvetica, sans-serif;
}

.navcontainer LI
{
	display: block;
	margin: 2px;
	padding: 0px;
	float: left;
	width: auto;
	text-align: center;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

.navcontainer A
{
	color: #000000;
	display: block;
	width: auto;
	text-decoration: none;
	background: #DDDDDD;
	margin: 0;
	padding: 6px 10px;
	border: 2px solid #a52a2a;
	font-family: Arial, Helvetica, sans-serif;

}

.navcontainer A:hover, .navcontainer A:active {
	background: #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
}

.navcontainer A.active:link, .navcontainer A.active:visited
{
	position: relative;
	z-index: 102;
	background: #BBBBBB;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div.content {
	clear: left;
	background-color: #ffe4b5;
	margin-top: 50px;
	padding:0.25em;
	font-family: Arial, Helvetica, sans-serif;
}

div.footer {
	background-color:#ffe4b5;
	clear:left;
	padding:0.25em;
	font-family: Arial, Helvetica, sans-serif;
}

h2.content {
	text-align: center;
	color: #000000;
	background-color: #ffe4b5;
	font: bold 1.4em/1.6em Arial, Helvetica, sans-serif;
 }

h3.content {
	text-align: left;
	color: #000000;
	background-color: #ffe4b5;
	font: bold 1.2em/1.4em Arial, Helvetica, sans-serif;
 }
 
h3.content2 {
	text-align: center;
	color: #000000;
	background-color: #ffe4b5;
	font: bold 1.2em/1.4em Arial, Helvetica, sans-serif;
 } 
 
p.content {
	text-align: center;
	color: #000000;
	background-color: #ffe4b5;
	font: normal 0.75em/1.0em Arial, Helvetica, sans-serif;
 }
 
p.content2 {
	text-align: center;
	color: #000000;
	background-color: #ffe4b5;
	font: normal 1em/1.2em Arial, Helvetica, sans-serif;
 }
 
p.content-left {
	text-align: left;
	color: #000000;
	background-color: #ffe4b5;
	font: normal 1em/1.2em Arial, Helvetica, sans-serif;
 }

hr.footer {
  color: #ffcc99;
  background-color: #ffe4b5;
 }

p.footer {
	text-align: center;
	color: #000000;
	background-color: #ffe4b5;
	font: bold 0.7em/1.0em Arial, Helvetica, sans-serif;
 }
