


/* Outer- outer most window (white) */
#outer {
border:0px solid #4A8C52;
margin:0px auto;
padding: 4% 4% 4% 4%;
background-color:#fff;
width: 900px;
height:100%;
}

		/* Masthead - header*/
		#masthead {
		margin: 0% 0px 0px 0px;
		padding: 0px;
		border:0px solid #000;
		background-color:#4A8C52;
		font:Trebuchet MS, Arial, Helvetica, sans-serif ;
		font: bold 10px;
		color:#4A8C52;
		}

		/* Menu Formatting */
		ul {
		list-style-type:none;
		background-color:#ADD6AD;
		margin: 0px 0px 0px 0px;
		padding: 0 10px 0 0;
		border:3px solid #ADD6AD;
		font: bold 12px Trebuchet MS, Arial, Helvetica, sans-serif;
		float:left;
		white-space:nowrap;
		}

				li {
				background: #ADD6AD;
			    padding: 0 20px 0 20px;
				display:inline;
				width:40px;
				float:left
				}
				
				ul a:link, ul a:visited, ul a:hover, ul a:active {
			
				text-decoration:none;
				}
				
				ul a:link {
				color:#FFF
				}
				
				ul a:visited {
				color:#FFF
				}
				
				ul a:hover {
				color:#000000;
				}
				
				ul a:active {
				color:#333;
				}

						/* Inner - home page */
						#Inner {
						border:0px solid #000;
						margin-top:5%;
						margin-bottom:0%;
						padding-top:3%			
						}

								/* Innerau  - about us page */
								#Innerau {
								margin-top:8%;
								padding:0;
								
								text-align: justify;
								border:0px solid #000
								}
								
								/* image1 */
								#image1 {
								float:right;
								margin-top:0%;
								margin-left:0px;
								clear:both;
								padding: 0px 0% 0px 0%;}
									/* image2 - news */
								#image2 {
								float:left;
								margin-top:0%;
								margin-left:0px;
								clear:both;
								padding: 0px 0% 0px 0%;
								
								}
								/* content */
								#content {
								padding: 60px 20px 40px 20px;
								border:0px solid #000;
								background-color:#ADD6AD; 
								font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
								font: bold 11px;
								text-align: justify;
								width:250px;
								height:450px;
								clear:both;
								float:left;
								line-height:300%;
								color:#FFFFFF;
								}

/* footer */
#footer {
margin: 3% 0% 0% 0%;
padding:1px;
border:0px solid #000;
background-color:#4A8C52;
color:#FFFFFF;
font:Trebuchet MS, Arial, Helvetica, sans-serif;
font: bold 8px;
clear:both;
height:50px;
vertical-align : bottom
}


#footer a:link {
text-decoration:none;
color:#FFF
}
				
#footer a:visited {
text-decoration:none;
color:#FFF
}
#footer a:hover {
text-decoration:none;
color:#000000;
}
				
#footer a:active {
text-decoration:none;
color:#333;
}




body#home a#current
{
border:0px solid #4A8C52;
color:#4A8C52;
}

body#home a#current2
{
border-right:0px solid #4A8C52;
}

#link a:hover {
color:#000000

}
#link a:link {
text-decoration:none;
color:#FFF
}
				
#link a:visited {
text-decoration:none;
color:#FFF
}
#link a:hover {
color:#000000;
}
				
#link a:active {
text-decoration:none;
color:#FFF;
}
