﻿html, body
{
      margin: 0;
      padding: 0;
      height: 100%;
      border: none;
  	  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, 
  		           Georgia, "Times New Roman", Times, serif;
	  font-size: 10pt;
}

body {
	margin: 0;
	padding: 0;
}

h2 {
	margin-top: 0;
}

h3 
{
	background-color:InfoBackground;
	color: black;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-bottom: 4px;
}

td 
{
	color: black;
}


form {
	margin: 0;
	padding: 0;
}
p {
	font: 80%/1.8;
	margin-top: 0;
}
#wrapper {
	min-width: 400px;
	width: 100%;
}
#outer {
	border-left: 165px solid #FFFFFF;  /* left column background */
	border-right: 200px solid #FCF5F5; /* right column background */
	background-color: #FAFAFA;         /* center column background */
}
#inner {
	margin: 0;
	width: 100%; 
}
#header {
	background-color: #FFFFFF;    
	color: #901602;
	border-bottom: 1px dotted #CCCCCC;
}
#header h1 {
	font: 150%;
	text-align: right;
	margin-right: 1em;
}

#side1 
{
	margin-right: 1px;
}

#side1 .txt {
	background-color: #FCF5F5;
	border: 1px inset #901602;
}
#side1 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#side1 li {
	font: 80% ;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #E7AFAF;
}
#side1 a:link, #side1 a:visited {
	text-decoration: none;
	color: #901602;
	background-color: transparent;
}
#side1 a:hover {
	color: #621313;
	text-decoration: underline;
}






#content {
	width: 100%;
	height: 100%;
	background-color:#f8f8f8;
}
#content h2 {
	font: 130% ;
	color: #901602;
}
#content p {
	margin-left: 2em;
	margin-right: 4em;
}


#footer {
	font: 80% ;
	color:Green;
	width: 100%;
	position: relative;
}
#footer a { color:Green; }
#footer p {
	padding-left: 1em;
}
/* Mozilla bug workarounds */
#outer > #inner { 
	border-bottom: 1px solid transparent; 
}
