body { background-color: #006600;
		   text-align: justify;
		  }
div#main { 
				 background-color: #ffffff;
				 width: 750px;
				 margin: auto;
				 border: 15px solid #3d7e4f;
				 border-right: 15px solid #418443;
				 border-left: 15px solid #418443;																								
				}
					
div#nav_bar {
						 width: 100%;
						 background-color: #f4faf6;
							border-top: double #006600;
							border-bottom: double #006600;
						 text-align: left;
							float: none;
							clear: both;
						}
						
span.nav_bar_item { 
									background-color: #006600;
									color: #ffffff;
									border-right: solid 5px #3d7e4f;
									border-left: solid 5px #3d7e4f;
									padding-right: 5px;
									padding-left: 5px;
								}

span.nav_bar_item_active {
									background-color: #000000;
									color: #ffffff;
									border-right: double 5px #000000;
									border-left: double 5px #000000;
									padding-right: 5px;
									padding-left: 5px;
								 }									

span.nav_bar_item:hover {
								 background-color: #000000;
								 color: #ffffff;
								}	
																																										 
					  div#content_main {
												 	 background-color: #ffffff;
													 padding: 5px;
													}
									
						div#content {	 width: 73%;
												  float: left;
													background-color: #ffffff;
												 }
												 
						div#right_column { 
														  width: 25%;
												  		float: left;															
															background-color: #f4f8f6;
															padding: 5px;
														 }
														 													 														 
						div#bottom_bar {
													 width: 100%;
													 text-align: center;
													 border-top: double #ffffff;
													 border-bottom: double #ffffff;
													 background-color: #006600;
													 color: #ffffff;
													 float: none;
													 clear: both;
													 }							 
#what_DFN, #what_LD, #what_LDAP, #why_LDAP  {
						 display: none; 
						 background-color: #f4f8f6;;
						 padding: 5px;
						 border: thin solid #006600;
						}					 
												 
h1 											 {font-size: 1em;	text-decoration: none; }
h2 											 {font-size: .90em;	text-decoration: none; }
h3											 {font-size: .75em;	text-decoration: underline; }

.no-margin							 { margin: 0px; padding: 0px; }
.align-right						 { text-align: right; }
.align-center						 { text-align: center; }
.no-marign-align-right	 {margin:0px; text-align: right;}
.no-marign-align-center {margin:0px; text-align: center;}

p.TB 										 {background-color: #006600;
												  color: #ffffff;
												 	border-bottom: solid 5px #3d7e4f;
													padding-right: 5px;
													padding-left: 5px;
													text-align: center;
													margin:0px;
						 						 }

.mini-block 						 { border-bottom: solid 5px #3d7e4f;
												   border-right: solid 1px #3d7e4f;
													 border-left:  solid 1px #3d7e4f;
												   padding: 5px; margin:0px;
													 text-align: justify;
													 list-style-position:inside;
													 }										 



a.navBar 								 {color: #ffffff; text-decoration: none;}
a:visited.navBar 				 {color: #ffffcc; text-decoration: none; }
a:hover.navBar 					 {color: #ffffcc; }

img 										 { border: 0px; }	 							