body {
	margin: 0;
	padding: 0;
	background: #003333;
	font-family: Verdana;
	font-weight: normal;
	color: #4f4c25;
	font-size: 12px;
	min-width:990px;
}

p {
  margin:0;
  padding:0;
}

a img {
	border:none; 
}

div.header {
  background: #EFF7E3;
  margin: 30px auto 0px;
  width: 924px;
  height: 130px;
}

div.logo {
  width: 415px;
  padding-left: 30px;
  padding-top: 25px;
  float: left;
}

div.sitemap {
  padding: 15px 0px;
  width: 350px;
  float: right;
}

#sitemaplist
{
  text-align: right;
  margin: 0 auto;
  text-indent: 0;
  list-style-type: none;
}

#sitemaplist li
{
  padding: 0;
  margin: 0;
  padding-right: 20px;
  display: inline;
}

#sitemaplist li a
{
  text-decoration: none;
  color: #4b4b22;
  font-family: Verdana;
  font-weight: bold;
  font-size: 12px;
  padding: 0 2px;
}

#sitemaplist li a:hover,#sitemaplist a#current
{
  color: #005a8b;
  font-size: 12px;
}

#sitemaplist a#current { color: #005a8b; }

div.tag {
  float: right;
  padding: 10px 50px 0px 0px;
}

div.navcontainer {
  width: 100%;
  height:25px;
  margin-top: -5px;
  padding-top: 5px;
}

#navlist
{
  width: 924px;
  height: 30px;
  text-align: right;
  margin: 0 auto;
  text-indent: 0;
  list-style-type: none;
  background: #468f2e;
  padding-top: 3px;
}

#navlist li
{
  padding: 0;
  margin: 0;
  padding-right: 28px;
  display: inline;
}

#navlist li a
{
  text-decoration: none;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 14px;
  padding: 0 2px;
}

#navlist li a:hover,#navlist a#current
{
  color: #c4e19a;
  font-size: 14px;
}

#navlist a#current { color: #c4e19a; }

div.tileContainer { 
  background: #4b4b22;
  width: 924px;
  height: 116px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

div.content {
  background: #FFFFFF;
  margin: auto;
  width: 924px;
  height: auto;
}

div.leftrail  {	
  padding-top: 20px;
  padding-left: 30px;
  float: left;
  width: 620px;
}

div.leftcolumn_alt {
	padding: 20px;
}


div.leftcolumn, div.rightcolumn {
	float: left;
	width: 310px;
	padding-top: 8px;
}

div.rightrail {
	float: left;
	width: 272px;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

p.title {
  font-family: Verdana;
	font-weight: Bold;
	color: #005a8b;
	font-size: 24px;
}

p.caption {
	font-family: Verdana;
	font-weight: Bold;
	color: #468f2e;
	font-size: 12px;
  padding:0;
  margin:10px 0 0 0;
}

p.textitalics {
	font-family: Verdana;
	font-style: Italic;
	color: #4f4c25;
	font-size: 12px;
  margin:10px 0 0 0;
  padding:0;
}

span {
	font-family: Verdana;
	font-size: 12px;
	color: #4f4c25;
}

p.title2 {
	font-family: Verdana;
	font-weight: Bold;
	color: #005a8b;
	font-size: 18px;
	padding-top: 0;
}

span.greentext {
	font-family: Verdana;
	font-weight: Bold;
	color: #468f2e;
	font-size: 11px;
}

span.boldtext {
	font-family: Verdana;
	font-weight: Bold;
}

hr {
	height: 3px;
	color: #468f2e;
	background-color: #468f2e;
	border: 1px solid;
}

div.footer {
	text-align:center;
	width:100%;
	margin-top:30px;
	padding-bottom:20px;
}

div.copyright {
	text-align:center;
	padding-top: 15px;
} 

ul {
	list-style-type: disc;
	font-family: Verdana;
	font-size: 12px;
	color: #005a8b;
	margin-left: 20px;
	margin-right: 5px;
	margin-top:0;
	padding: 0;
}

div.subnavcontainer {
  width: 250px;
}

ul#subnav
{
  list-style-type: none;
}

#subnav li a
{
  display: block;
  text-decoration: none;
  padding: 2px;
  font-family: Verdana;
	font-weight: normal;
	color: #4f4c25;
	font-size: 12px;
}

#subnav li a:hover,#subnav a#current
{
  color: #468f2e;
  font-size: 12px;
}

#subnav a#current { 
  color: #468f2e; 
  font-weight: Bold;
}

#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}
.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;

}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

/*--IE 6 PNG Fix--*/

img{ behavior: url(../script/iepngfix.htc) }

label
{
 width: 140px;
 float: left;
 text-align: right;
 margin-right: 0.5em;
 display: block
}

.submit input
{
 margin-left: 4.5em;
}

input, select
{
 color: #003333;
 background: #c4e19a;
 border: 1px solid #003333
}

.submit input
{
 color: #000;
 background: #ffa20f;
 border: 2px outset #d7b9c9
}

fieldset
{
 border: 1px solid #003333;
 width: 500px;
}

legend
{
 color: #FFFFFF;
 background: #468f2e;
 border: 1px solid #003333;
 padding: 2px 6px
} 
