* { padding:0; margin:0;}

body{
	font-family: Arial;
	/*font-weight:bold;*/
	color: #ffffff;
	background-color: #122310;
}
#HOME { background-color:#BFC28A; }
h1 { font-size:24pt; margin-bottom:20px;}
p {margin-bottom:20px;line-height:16pt;}
p a{ color:#fff; text-decoration:underline;}

.outline { position:absolute; top:50%; left:50%; margin-left:-495px; margin-top:-250px; max-width:990px; max-height:600px; width:100%; height:100%;}
.navigation { margin-left:15px;}
.navigation li { float:left; list-style-type:none;}
.navigation li a{
	display:block;
	/*height:35px;*/
	line-height: 18px; 
	font-size: 12pt;
	font-weight:bold;
	font-family: Arial;
	text-decoration:none ;
	/*background-color: #ffffff;#122310*/
	color: #BFC28A;
	text-align:center;
	padding:25px 15px 0 15px;
	 }
	 
.navigation li a:hover{text-decoration: none;color: #fff; }



address { font-size:11pt; font-style:normal;  padding:15px; padding-left:295px; text-align:left;}

