/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#72776e;
 font-size:92%;
 font-family: arial, helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:884px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 background-image: url(/images/bg.gif); 
  
 
} 
 
#wrapper {
 background-image:url(/images/bg-wrapper.gif);
}
 
 
#header{
	height:85px;
	background-color:#075700;
	width:100%;
	border-bottom:solid #72776e;

} 
 
#leftcol{
 width:156px; 
 float:left; 
 position:relative; 
 background-color:#1c4719; 
 background-image:url(/images/bg-leftcol.jpg);
 background-repeat:repeat-x; 
 }
 
 #leftcol a {
 	color:#ffffcc;
 }
 
#twocols{
 width:728px; 
 float:right; 
 position:relative; 
 length:100%;
 background-image: url(/images/bg-twocol.gif); 



  }
 
#rightcol{
 width:179px; 
 float:right; 
 position:relative; 
 background-color:#e7d8a3;
 font-weight:normal;

 }

#rightcol .content {
	background-color:#e7d8a3;
	padding: 0 5px 0 5px;
}

#maincol{
	 background-color:#fdfde6;  
	 float: left; 
	 display:inline; 
	 position: relative; 
	 width:525px;
	 min-height:380px; 
	 padding:10px;
	 
 }
 
#footer{
 background-color:#021; 
 clear:both;
 font-family:Arial, Helvetica, sans-serif;
 font-size:.9em;
 text-align:center;
 padding:5px 0 5px 0;
 color:#acc8ea;
 } 
 
/*      NAVIGATION                                              */

#nav {
	margin: 60px 0 0 0;
	padding: 0;
	background-image:url(/images/bg-nav.png);
	list-style-type: none;
	width: 156px;
	float: left;
	font-weight:bold;
	font-size:10pt;
	border-top:1px solid #7d954b;

	
/*    opacity: 0.5;  */
      /*This one is the official CSS3 method, at the moment it works in newer Mozilla (Gecko) browers, Safari and Opera.*/
/*    -moz-opacity: 0.5;*/
      /*This one works in older versions of Mozilla browsers.*/
/*   -khtml-opacity: 0.5;*/
      /*This is used by older versions of browsers that use the KHTML and WebKit rendering engine, namely Konquerer on Linux and Safari on Mac OS X.*/
/*    filter: alpha(opacity=50);*/
      /*This one works only in MSIE.*/	
}

#nav li {
	margin: 0 0 0 0 ;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
}

#nav a {
	display: block;
	color: #eef;
	text-decoration: none;
	padding: 0 0 0 10px;
	line-height: 1.7; 
	border-bottom:1px solid #7d954b;
	

}

#nav a:hover {
	background: #b2bb9f;
	color:#003300;
}

#body_hom #nav_hom a, 
#body_cal #nav_cal a, 
#body_dir #nav_dir a, 
#body_inf #nav_inf a, 
#body_mem #nav_mem a, 
#body_abo #nav_abo a, 
#body_con #nav_con a {
	background: #fdfde6;
	color: #666;
	font-weight:bolder;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


/*          secondmenu   BEGIN       -------------------------------   */
div.secondmenu {
	margin: 0px 0 10px 0; 
	padding: 0;
	border-bottom:3px solid #e7d8a3;
	height:30px;

 }


ul#secondmenu {
	margin: 0px 0 0 0 ;
	padding:0px;
	text-align:right;
	float:right;
}
 
#secondmenu li {
	margin: 2px 2px 0px 0px;
	padding: 5px 3px 5px 3px;
	float: left;
	border:1px solid #7e7d00;
	border-bottom:none;
	background-color:#0057a6;
	list-style:none;
	list-style-position:inside;
}

#secondmenu li:hover {
	background-color:#b5df0a;
}



#secondmenu li a {
	color: #000;
	text-align:center;
	text-decoration: none;
	display:block;
}

#secondmenu li a:hover { text-decoration:underline; }


/* -------------- secondmenu on this page styles -------------- */
#abo-overview li#abo-overview, #abo-secondpage li#abo-secondpage, 
#pro-overview li#pro-overview, #pro-secondpage li#pro-secondpage {  /* affects tab you're on */
	background-color:#e7d8a3;
	margin-top:2px;
	border-bottom:none;
}

#abo-overview li#abo-overview a, #abo-secondpage li#abo-secondpage a, 
#pro-overview li#pro-overview a, nee#resources li#resources a {
	color:#4e4d00;
	text-decoration:none;
}

/*      secondmenu END            */

