﻿html, body, table, div, span, th, tr, td, ol, ul, li, input, select, textarea
{
	font-family:Arial;
	font-size:12px;  
}

body
{
  background-image:url(../images/bg.jpg);
  background-repeat:repeat;
  margin:0;
  padding:0;
}
td.header
{
  background-image:url(../images/header.jpg);
 	background-repeat:no-repeat;
 	height:71px;
 	width:737px;
}
td.body
{
 	background-image:url(../images/body.jpg);
 	background-repeat:repeat-y;
 	padding-left:17px;
 	padding-right:31px;
}
td.right
{
 width:190px;
}
.rheader
{
  font-size:15px;
  font-weight:bold;
  margin-bottom:5px;
  color:#74262e;
}
.item
{
  border:1px #F3D673 solid; background-color:#f9e7aa;padding:4px;font-size:12px;
  margin:3px;
}
.sheader
{
 font-weight:bold; text-decoration:none; font-size:13px;
}
.dheader
{
  margin-bottom:0px;margin-top:4px;font-size:12px;font-weight:bold;color:#503e02;
}

.content
{
	min-height:375px;
  background-image:url(../images/logo-bg.jpg);
  background-repeat:no-repeat;
  background-position: center bottom;
  padding:0 10px 10px 10px;
  font-size:14px;
}
.contentheadercontainer
{
  border-bottom:1px #efefef solid;
  margin-bottom:7px;
}
.contentheader
{
 font-size:28px;
 font-family:"Times New Roman", Times, serif;
 font-style:italic;
 position:relative;top:7px;
}
.msep{
  color:#81670e;position:relative;top:3px;
}

.RegForm input
{
  font-size:12px;
}
.RegForm select, .RegForm textarea
{
  width:200px;
}

.req
{
  color:red;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         { list-style:none; margin:0; padding:0; }
ul.dropdown li                      { float: left; border:0px black solid; zoom:1; background-color:#F3D673;}
ul.dropdown a:hover		            	{ color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display:block; padding:4px 8px; color:#6b5404; font-weight:normal; font-size:14px; text-decoration:none }
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #ffedb1; color: #6b5404; position: relative; }
ul.dropdown li.hover a              { color: #6b5404; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 							{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; list-style:none; margin:0; padding:0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; border: 1px solid #efefef; border-top:0; float: none; }
									  
                            /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; font-size:11px; } 
