/* General Elements
   ---------------- */
html, body {
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #556E5A;
	text-align: center;
	background-color: #BDCCC0;
}
p, h1, h2, table {
	margin: 0 0 1em 0;
}
p, li {
	font-size: 0.8em;
	line-height: 1.4em;
}
h1 {
	font-size: 1em;
}
h2 {
	font-size: 0.9em;
}
h3 {
	font-size: 0.8em;
}
a {
	color: #804011;
}
a:hover {
	background-color: #F2F581;
	text-decoration: none;
}
address {
	font-size: 0.8em;
}
iframe {
	border: 2px solid #000;
}
table {
	border-collapse: collapse;
}
caption {
	font-size: 0.9em;
	padding-bottom: 3px;
	text-align: left;
}
tr {
	vertical-align: top;
}
tr.trcol1 {
	background-color: #FFFFF0;
}
tr.trcol2 {
	background-color: #FEF5CD;
}
th {
	background-color: #FFEC8B;
}
th, td {
	font-size: 0.7em;
	padding: 3px 5px;
	border: 1px solid #556E5A;
}

/* Classes
   ------- */

.fleft {
	float: left;
	margin-right: 10px;
}
.fright {
	float: right;
	margin-left: 10px;
}
.clear {
	clear: both;
}
.small {
	font-size: 0.8em;
}
.botmar {
	margin-bottom: 1em;
}

/* Page
   ---- */
div#page {
	width: 746px;
	margin: auto;
	text-align: left;
	background-image: url(../images/misc/page_back.gif);
	background-repeat: repeat-y;
}

/* Header
   ------ */
div#header {
	width: 740px;
	margin: 0 3px;
	height: 202px;
	background-image: url(../images/misc/header_image.jpg);
	background-repeat: no-repeat;
	font-size: 0; /* For IE 5.5 / 6 which reads the space at end of IMG in the header */
}

/* Content
   ------- */
div#content {
	float: right;
	width: 580px;
	margin-right: 3px;
	display: inline; /* Fix for IE 5.5 / 6 Double Float-Margin Bug */
}

/* Main
   ---- */
div#main {
	padding: 15px 20px 10px 25px;
	background-color: #FCFDD5;
}
div#main div, div#main address {
	margin: 0 0 1em 0;
}

/* Navigation
   ---------- */
div#nav {
	float: left;
	width: 160px;
	margin-top: 7px;
	margin-left: 3px;
	text-align: right;
	display: inline; /* Fix for IE 5.5 / 6 Double Float-Margin Bug */
}
div#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#nav ul li {
	font-size: 1.1em;
}
* html div#nav ul li { /* Fix for IE 5.5 / 6 Double line spacing LI items */
	width: 100%;
}
div#nav ul li a {
	text-decoration: none;
	display: block;
	padding: 5px 7px;
}
div#nav ul li li {
	font-size: 0.65em;
	line-height: 1em;
}
div#nav ul li li a {
	padding: 2px 7px;
}
div#nav p, div#nav address {
	padding: 0 7px;
	font-size: 0.7em;
	line-height: 1.2em;
	font-style: normal;
}
div#nav address {
	margin-top: 2em;
}

/* Footer
   ------ */
div#footer { 
	text-align: center;
	padding: 10px 80px;
}
div#footer p {
	font-size: 0.65em;
	line-height: 140%;
}

/* Enclose
   ------- */
div#enclose {
	clear: both;
	width: 740px;
	height: 3px;
	margin-left: 3px;
	background-color: #6C7A69;
	font-size: 0; /* For IE 5.5 / 6 which 'inserts' a space in the DIV */
}