html,body { margin:0px; }
body { font:12px georgia;
	   background-attachment:fixed;
	   background-image:url(../images/background.jpg);
	   background-repeat:no-repeat;
	   background-position:top;
	   background-color:#122236;
	   color:#666666;
	   padding:0px;
	 }

div#wrapperHeader{ width:1007px; margin:0 auto; }
div#wrapperHeader_1{ float:left; background-image:url(../images/header-bg_02.jpg); background-repeat:no-repeat; background-position:top; height:116px; width:1007px; }
div#columnleft{ float:left; width:307px; height:auto; }
div#columnleft_1{ padding:32px 0px 0px 58px; }
div#columnright{ float:right; width:700px; height:auto; }

div#wrapperBanner{ width:1007px; margin:0 auto; }
div#wrapperBanner_1{ float:left; text-align:center; background-image:url(../images/main-bg_23.jpg); background-repeat:repeat-y; background-position:top; width:1007px; }

div#wrapperMainContent{ width:1007px; margin:0 auto; }
div#wrapperMainContent_1{ clear:both; float:left; background-image:url(../images/main-bg_23.jpg); background-repeat:repeat-y; background-position:top; height:auto; width:1007px; padding-bottom:50px; }
div#maincolumnleft{ float:left; width:700px; height:auto; }
div#maincolumnleft_z{ float:left; width:997px; height:auto; }
div#maincolumnright{ float:right; width:307px; height:auto; }

div#maincolumnleftcontent{ padding:35px 40px 60px 50px; }
div#maincolumnrightcontent{ padding:35px 51px 60px 0px; }

div#maincolumnleftcontent_1{ float:left; width:610px; height:auto; color:#999999; }

div#firstcolumn{ float:left; width:191px; height:auto; }
div#secondcolumn{ float:left; width:228px; height:auto; text-align:center; }
div#thirdcolumn{ float:left; width:191px; height:auto; }

div#maincolumnrightcontent_1{ float:left; width:256px; height:auto; }

div#wrapperFooter{ width:1007px; margin:0 auto; }
div#wrapperFooter_1{ float:left; background-image:url(../images/bottom-bg_23.jpg); background-repeat:no-repeat; background-position:top; height:100px; width:1007px; }
div#footertext{ font-family:Tahoma; font-size:10px; color:#999999; padding:50px 0px 0px 40px; }

/*some standards*/
form, ul, ol, h1, h2, h3, h4, h5{ padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }
p{ margin:0px; }
a img{ border: none; } /*default border attribute on images that have a link*/

/*basics*/
.verdana{ font-family:Verdana; }
.color1{ color:#666666; }
.color2{ color:#9fb73b; }

.c{ text-align:center; }
.u{ text-decoration:underline; }
.b{ font-weight:bold; }
.i{ font-style:italic; }

.s9{ font-size:9px; }
.s10{ font-size:10px; }
.s11{ font-size:11px; }
.s12{ font-size:12px; }

.b{ font-weight:bold; }
.i{ font-style:italic; }
.u{ text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }

/*css stuff*/
.line1{ border-bottom:1px solid #cddeba; padding-bottom:15px; }
.line2{ border-top:1px solid #e6eedc; padding-top:20px; float:left; width:610px; }
.space1{ padding:15px 0px 30px 0px; text-align:center; background-image:url(../images/text_bg_33.jpg); background-repeat:no-repeat; background-position:top; }
.space2{ text-align:justify; line-height:24px; padding-top:15px; padding-bottom:35px; }
.space3{ text-align:justify; line-height:24px; padding-top:15px; }
.space4{ padding-top:20px; }
.space5{ padding-top:15px; padding-bottom:20px; }
.space6{ padding-top:15px; }
.space7{ text-align:justify; line-height:24px; padding-top:15px; padding-bottom:30px; }

/*default color on text-links and text-decoration*/
a.gray:link, a.gray:visited { color:#9fb73b; text-decoration:none; }
a.gray:hover { color:#1889b0; text-decoration:none; }

a.green:link, a.green:visited { color:#9fb73b; text-decoration:underline; }
a.green:hover { color:#1889b0; text-decoration:none; }

/*navigation links*/ 
.horizontal { text-align:right;
			  font-family:"Century Gothic"; 
			  font-size:12px; 
			  text-decoration:none;
			  text-transform:uppercase; 
			  padding:25px 5px 0px 0px;
			  color:#333333;
			}
.hnav { font-family:"Century Gothic"; 
        font-size:12px;
		text-decoration:none;
		padding:25px 32px 25px 32px;
		margin-left:10px;
	  }
.hnav a { font-family:"Century Gothic"; 
          font-size:12px; 
		  text-decoration:none;
		  padding:25px 32px 25px 32px;
		  color:#333333;
		  margin-left:10px;
	    }	
.hnav a.current { color:#1889b0;
				  background-image:url(../images/currentnav_05.jpg);
				  background-repeat:no-repeat;
				  background-position:center;      
				  padding:25px 32px 25px 32px;
				  margin-left:10px;                     
				}
.hnav a:hover { color:#1889b0; }