body
{
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

#header_wrapper
{
	width: 85%;
	margin: 0 auto;
	border-width: 0 2px;
	border-style: solid;
	border-color: #930;
	padding: 0;
	background-color: #930;
	background-image: url(../images/header_repeat2.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

#header
{
	margin: 0;
	padding: 0;
	height: 193px;
	background: url(../images/top2.jpg) top left no-repeat;
}

#header h1
{
	font-size: 3em;
	color: #000;
	text-align: right;
	margin: 0;
	padding: 10px 20px 0 0;
	height: 45px;
	border-bottom: none;
	font-variant:small-caps;
}

#header h2
{
	font-size: 1.8em;
	color: #242424;
	text-align: right;
	margin: 0;
	padding: 0 20px 0 0;
	height: 39px;
}

#menu
{

	float: right;
	margin: 38px 0 0 0;
	padding: 0 20px;
	height: 60px;
	display: block;
}

#menu li
{
	display: block;
	text-align: center;
	float: left;
	list-style: none;
	
}

#menu li a
{
	background-image: url(../images/tabs.gif);
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	display: block;
	width: 110px;
	height: 25px;
	margin: 33px 0 0 0;
	padding: 5px 0 0 0;
	background-position: 0 30px;
	border: 0;
}

#menu li.active a,#menu li.active a:hover
{
	color: #000;
	margin: 3px 0 26px 0;
	padding: 6px 0 0 0; 
	height: 22px;
	background-position: 0 0;
}

#menu li a:hover
{
	background-position: 0 60px;
}

#body
{
	width: 85%;
	background-color: #CCCCCC;
	margin: 0 auto;
	padding: 10px 0;
	border-top-width: 0;
	border-right-width: 2px;
	border-bottom-width: 0;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #930;
	border-right-color: #930;
	border-bottom-color: #930;
	border-left-color: #930;
}

.left, .right
{
	color:#759EB7;
	width: 155px;
	float: left;
	margin: 0 0 0 5px;
	margin-top: 3px;
}

.right
{
	float: right;
	margin: 0 5px 0 0;
}


.main
{
	color: #FFF;
	width: auto;
	margin: 0px;
}

.double-left
{
	margin-left: 155px;
	margin-right: 5px;
}

.double-right
{
	margin-right: 5px;
	margin-left: 5px;
}

.no-left
{
	margin-left: 5px;
}

.no-right
{
	margin-right: 5px;
}

#footer
{
	clear: both;
	border-width: 1px 0;
	border-color: #C5C5C5;
	border-style: solid;
	margin: 20px auto 10px auto;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0;
	font-weight: 700;
	color: #C5C5C5;
	background-color: #930;
}

#footer a
{
	color: #C5C5C5;
}

.indent
{
	margin-left: 160px;
	color: #000000;
}

ul.links, .menu ul
{
	margin: 0;
	padding: 0;
}

ul.links li, .menu ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.links li a, .menu ul li a
{
	display: block;
	padding: 3px;
	margin: 1px;
	line-height: 1.1em;
	height: 1.5em;
}

ul.links li a:hover, .menu ul li a:hover
{
	color: #FFFFFF;
	background-color: #3E9949;
}

.menu ul li a
{
	border: 0;
}

.menu ul li ul
{
	margin-left: 15px;
}

li.collapsed, li.expanded
{
	font-weight: 700;
}

li.leaf
{
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6
{
	margin: 5px 0 0 0;
	padding: 0;
	color: #000000;
}

h1
{
	border-bottom: 1px solid;
	color: #000000;
}


p
{
	margin-top: .5em;
}

.right h3, .left h3
{
	font-size: 1.7em;
	margin: 5px 0 0 0;
	padding: 3px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #124A07;
	border-right-color: #124A07;
	border-bottom-color: #124A07;
	border-left-color: #124A07;
}

a
{
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #124A07;
}

form
{
	margin: 0;
	padding: 0;
}

form input, form textarea, form select
{
	color: #FFF;
	background-color: #476D85;
	border: 1px solid;
	margin: 5px;
}

form label
{
	color: #759EB7;
	display: block;
	width: 120px;
}

form input[type="password"]
{
	color: #476D85;
	border-color: #FFF;
}

blockquote {
	margin: 5px;
  background: transparent url(../images/quote.gif) left top no-repeat;
	padding: 4px;
	padding-left: 45px;
	border: 2px dotted #476D85;
}

blockquote[cite]:after {
	content: "Quote from: " attr(cite);
	display: block;
	border-top: 1px solid #999;
	color: #999;
	margin: 1em 0 0;
	padding: .5em 0 0;
	font-size: .8em;
	font-weight: bold;
}


dt
{
  font-weight: bold;
	font-size: 1.05em;
	color: #ad4c21;
}

dd 
{
  margin-left: 15px;
}
