
body {
margin: 0 auto;
	color: #555; 
 	font: 70%/1.5  arial, Verdana, 'Trebuchet MS', sans-serif;
 	text-align: center; 
	width: 900px;
}  

.nav_off {
	display: block;
	padding: 2px 5px 2px 10px;
	background: #cccccc;
	color: #339900;
	border-left:5px solid #72A545;
	height: 18px;
	
	}

	
 #mainleft {
 float: left;
 width: 200px;
   }



/* links */


a	{ 
	color: #72A545;
	background: inherit;
	text-decoration: none;
}


a:hover { 
	color: #006699;
	background: inherit; 	 
}
 

 
h2 {
	font-size: 1.3em;
	text-transform: uppercase;

}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

p { 
	padding: 0;
	margin: 10px 10px; 
	text-align: justify; }

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	

}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #72A545;  
	font-weight: bold; 
}

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #EAEAEA; 
	background-color: #eaeaea; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:3px;
	border:1px solid #eaeaea;
	font: normal 1em Verdana, sans-serif;
	olor:#777;
}

input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 0px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url(buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}



/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   text-align: left;
   background-color:#FFF;
   width: 900px;  	
}
 
#test {
margin: 0 auto;
text-align: center;
height: 30px;
	background-color: #000000;
width: 100%;
border-top: 5px solid black;

}




/* header */
#header {
margin-top: 10px;
   width: 900px;
	height: 130px; 
	background-image: url(images/banner_900px.png);			
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 2.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #ffffff;
	text-transform: none;
	
	/* change the values of top and right to adjust the position of the logo*/
	top: 36px; right: 35px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #ffffff;
	/* change the values of top and right to adjust the position of the slogan*/
	top: 70px; right:35px;
	}
#header h3#contact {
	position: relative;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #404040;
	
	/* change the values of top and right to adjust the position of the slogan*/
	top: 100px; right:35px;
}

/* menu tabs */
#header #header-tabs {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 25px;
	background: #000;
  font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
} 
#header-tabs ul {		
	margin:0;
   padding:2px 0px 0px 7px;
   list-style:none;
}
#header-tabs li {
	display:inline;
  margin:0;
  padding:0;
	
}
#header-tabs a {
	float:left;
  background: url(tableft.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}
#header-tabs a span {
	float:left;
  display:block;
  background: url(tabright.gif) no-repeat right top;
  padding:7px 15px 4px 8px;
  color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}

/* main content */
#main {
order: 1px solid black;
	float: left;
	width: 530px;
	height:auto;
	margin-top:; 
	padding-left: 15px;
	padding-right: 15px;
	background-color: inherit;
	order-left: 3px solid #000000;
	}
	
	#main p {
  
  font-size: 1.2em;
  
  }
	
	#mainleft p {
  
  font-size: 1.2em;
  
  }
	
	
	
	#mainbottom {
  margin: 0 auto;
  text-align: center;
  height: 50px;
  width: 900px;
  clear: both;
  order: 1px solid black;
  
  
  
  
  
  }
	.imageOver{
		filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}
div.figure {
float: right;
  width: 150px;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure h6 {
padding: 0;
margin: 0;
text-align: center;
 
		font: 80%  Verdana, 'Trebuchet MS', arial, sans-serif;
		font-weight: bold;
 }
	
	

h1 {
margin-top: 20px;
font-size: 1.3em;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0;
padding-right: 0;
	text-transform: none;
font-family: arial, verdana, tahoma !important;
text-align: left;
	color: #006633;	
}	



* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #cccccc;
	color: #339900;
	border-left:5px solid #72A545;
}


    
/* sidebar */
#sidebar {

order: 1px solid black;
	float: left;
	width: 170px;
	height: 500px;
	margin: 0;
	padding: 0;
	background-color: inherit;	
	
	
}


#sidebar ul.sidemenu {
	list-style:none;
	margin:0px 0px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
text-align: left;
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #cccccc;
	color: #339900;
	border-left:5px solid #72A545;
}








 * html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #cccccc;
	color: #339900;
	border-left:5px solid #72A545;
}


    
/* sidebar class instead of id*/
.sidebar {

order: 1px solid black;
	float: left;
	width: 170px;
	height: 500px;
	margin: 0;
	padding: 0;
	background-color: inherit;	
	
	
}


.sidebar ul.sidemenu {
	list-style:none;
	margin:0px 0px;
	padding:0;		
}
.sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
.sidebar ul.sidemenu a {
text-align: left;
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	
	min-height: 18px;	
}

* html body .sidebar ul.sidemenu a { height: 18px; }

.sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #cccccc;
	color: #339900;
	border-left:5px solid #72A545;
}





















/* footer */
#footer { 
	
	clear: both;
	border-top: 2px solid #231f20;
	height: 30px;
	color: ##231f20;
	background: #fff;
	margin: 0;	
	font-size: 92%;		
	
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #999; 
}
#footer #footer-left {
	width: 68%;
	float: left;
	text-align: left;
	margin: 0; padding: 10px;
}
#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #555555; }

.comments { 
	color: #333; 
	background: #fff;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-top: 20px;
}







#header-tabs a.active {
background: url(tableft.gif) no-repeat right top;
text-decoration:none;
color:#006699;
   text-align:center;
font-family:arial,Verdana,'Trebuchet MS',sans-serif;

}


















