body{
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #6D8182 url(/img/bg_body_v2.jpg) repeat-x;
}
  
a {
	/* color: #FF6600; */
	color:#006633
	
}
a:hover {
	color: #000;
	text-decoration: underline;
}
 

.qlsForm {
  border:1px solid #CCCCCC;
  padding: 1px;
  width: 460px;
  }

.qlsForm fieldset {
  border:1px solid #CCCCCC;
  }

.qlsForm legend{
   font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #336699;
  }

.qlsForm label {
  float:left;
  width:20%;
  margin: 0px 5px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align:right;
  clear: both;
}


tr, td, th {
	vertical-align: top;
	text-align: left;
	border: none;
}
 

.message { 
	border: 1px solid #ccc; 
	padding: 5px; 
	background:#e1e1e1 top left repeat-x; 
}


h1 {
 margin: 0 0 10px 0;
 } 
 
h2 { font: bold 18px "Trebuchet MS", Arial; }



#header{
	width: 775px;
	height: 60px;
	border-collapse:collapse;
	border-spacing: 0;
	margin: 0 auto;
}
 
#footer{
	width: 775px;
	margin: 0 auto;
	clear: both;
	color: white;
}

#footer a {
	color: white;
	}
#footer a:hover {
	color: #ccc;
}

/*******************************************************************/
/*		Menubar and navigation									   */
/*******************************************************************/

.logoHolder{
	width: 135px;
	height: 60px;
	vertical-align: middle;
}

.mainNav {
	text-align: right;
	vertical-align: bottom;
	padding: 0;
}
 
.textButton{
	border: 1px solid #CCCCCC;
	background-color: #FF5F00;
	font: 12px Arial;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-decoration: underline;

} 

#helperNav{
	height: 82px;
	margin-left: 200px; 
	font: 10px Verdana;
	text-align: right; 
	vertical-align: middle;
	color: #666666;
}
 

#helperNav a {
	color: #666666;
	text-decoration: none;
	}

#helperNav a:hover {
	color: #000000;
	text-decoration: underline;
}

.mainNav {
	text-align: right;
	vertical-align: bottom;
	padding: 0;
}

#nav{ 
	list-style: none;
	line-height: 1;
	display: inline; 
	height: 21px;
	padding: 10px 0 0 0;
}

#nav li { 
	padding-right: 1px;
	text-align:center;
	display: inline;
	list-style-type: none;
}

#nav li a {
	font: 14px "Trebuchet MS";
	color: black; 
	width: 102px; 
	padding: 4px 0px 0 0px;
	background: transparent url(/img/bg_nav.gif) no-repeat bottom center;
	text-decoration: none; 
}

#nav li a:hover{
	color: #ff6600;
	 
}

#nav li a.activeLink {
	color: #006633;
	font-weight: bold; 
	background: transparent url(/img/bg_nav_on.gif) no-repeat bottom center;
}

#nav li ul{
	display: none;
}

#contentWrapper{ 
	font-family: Arial, Helvetica;
	min-height: 400px;
	width: 775px; 
	margin: 0 auto;
	text-align: left;
	padding: 20px;
	background: white url(/img/content_wrapper_top.gif) no-repeat; 
}

.contentLeft{
	width: 225px; 
	vertical-align: top;
}
.contentRight{
	width: auto; 
	padding: 20px;
	vertical-align: top;
}

#subscribeInput {
font: 10px Verdana;
width: 110px;
}
#subscribeSubmit {
font: 10px Verdana;
}

/* all columnModules */

/* Thanks to Ryan Thrash */
/* set the image to use and establish the lower-right position */ 
.columnModule, .columnModule_body, .columnModule_head, .columnModule_head h2 {
    background: transparent url(/img/bg_module.gif) no-repeat bottom right; 
} 
.columnModule { 
    width: 180px !important; /* intended total box width - padding-right(next) */
    width: 200px; /* IE Win = width - padding */
    padding-right: 20px; /* the gap on the right edge of the image (not content padding) */
    margin: 5px auto 0 auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.columnModule_head { 
    background-position: top right; 
	margin-right: -20px; /* pull the right image over on top of border */
    padding-right: 10px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.columnModule_head h2 { 
    background-position: top left; 
	font: bold 14px "Trebuchet MS", Trebuchet, Arial;
	color: darkGreen; 
	width: 150px;
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 5px 0 10px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.columnModule_body { 
    background-position: bottom left; 
    margin-right: 5px; /* interior-padding right */ 
    padding: 0 0 15px 10px; /* mirror .columnModule_head right/left */ 
} 

.columnModule_body p, .columnModule_body dt, .columnModule_body dd, columnModule_nobg  { 
	font: normal 10px Verdana;
	line-height: 12px;
	color: darkGreen;
}
.columnModule_body form {
	margin: 0
}

.columnModule_body dl#newsItems.newsItemsModule,
.columnModule_body dl#newsFlashes.newsItemsModule,
.columnModule_body dl#newsLetters.newsItemsModule 
{
	margin: 0;
	padding: 0;
}

.columnModule_nobg{
 padding: 10px;
 margin: 5px auto 0 auto;
}
#breadcrumbs {
	margin-bottom: 20px;
}

#nav li { float: left; width: auto; }
#nav a { font-weight: bold; color: #333; text-decoration: none; display: block; padding: 2px 10px 0px 10px; width: auto; }


.contactForm fieldset { 
	padding: 10px; 
	border:1px solid #F5F5F5; 
}

.contactForm legend{ 
	font-family: "Arial", Helvetica, Arial, sans-serif; 
	font-size: 18px; 
	color: #999999; 
}

.contactForm label { 
	float:left; 
	width:150px; 
	margin: 0 10px 3px 0; 
	padding: 0; 
	clear: both; 
}

img { 
	display: block; 
	border:none; 
}
