 body{
  color: black;
  background-color: #006600;
  margin: 1px;
  background-image: url(/i/s/bg.png);
 }
 div#header{
  height : 90px;
 }
 div#header a{
 	color: #F7FFF9;
 }
 div#left {
  position : absolute;
  top : 91px;  
  left : 1px;
  width : 140px;
  color : black;
  background-color: #D2FECB;
  padding : 10px;
  
 }
 div#center {
  top : 10px;
  margin : 0px 219px 0 161px;
  padding : 10px;
  color : black;
  background-color: #D2FECB;
 }
 div#right{
  position : absolute;
  right : 1px;
  top : 1px;
  width : 200px;
  color : black;
  background-color: #D2FECB;
  padding : 9px;
 }
 div#content {
  padding : 10px;
  background-color: #F7FFF9;
  text-align: justify;
  color: #505050;
  font-size: 0.9em;
  font-family: verdana;
  border: 1px solid #cccccc;
 } 
 div#advertisement {
  padding: 10px;
  background-color: #F7FFF9;
  border-right: thin dotted green;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px 0;
 }
 div#latestnews {
  padding : 5px;
  background-color: #F1FFF9;
  border-left-style: dotted;
  border-left-color: green;
  border-left-width: thin;
  border-right : 1px solid #cccccc;
  border-top : 1px solid #cccccc;
  border-bottom : 1px solid #cccccc;
 }
 div#latestnews ul {
  list-style: none;
  margin: 0 0 -5px 0;
  padding: 0;
  font-size: 1.1em;
 }
 div#latestnews li {
  margin-bottom: 4px;
}
 div#latestnews li a {
 	padding: 5px;
 	font-size: 0.9em;
  background: #E1FFE4;
  border: 1px solid #cccccc;
  border-left: 2px solid #cccccc;
  font-weight: bold;
  text-decoration: none;
  color: green;
  display: block;
 }
 div#latestnews li a:hover {
  background: #BCFFDC;
  border-color: #505050;
  border-left: 2px dashed #505050; 	
  color: #505050;
 }
 p {
  text-indent: 20px;
  font-size: 0.9em;
  margin-bottom: 20px;
 }
 p:first-letter {
  color: green;
  font-size: 1.1em;
  font-weight: bold;
 }
 div#advertisement ul {
  list-style-type: square;
  margin: 0 0 -5px 10px;
  padding: 0;
  font-size: 0.9em;
 }
 div#advertisement li {
  margin-bottom: 4px;
  text-align : left;
 }
 div#advertisement li a {
  font-weight: bold;
  height: 20px;
  text-decoration: none;
  color: green;
  padding: 6px 0 0 10px;
  background: #EBFFE1;
  border: 1px solid #cccccc;
  border-right: 4px solid #cccccc;
  display: block;
 }
 div#advertisement li a:hover {
  background: #EDFFD1;
  color: #505050;
  border-color: #505050;
  border-right: 4px double #505050;
 }
 img {
  border : 0px;
 }
 .picture {
  border: 1px solid #cccccc;
  float: left;
  margin: 0px 10px 0px 0px;
 }
.picturer {
  border: 1px solid #cccccc;
  float: right;
  margin: 0px 0px 0px 10px;
 }
 img.picture:hover{
  border: 1px solid green;
 }
 img.picturer:hover{
  border: 1px solid green;
 }
 h1 {
  text-align: center;
  font-family: arial;
  font-size: 1.3em;
 }
 h2 {
  font-family: "myriad pro";
  font-size: 1.8em;
  margin: 0px 0px 0px 30px;
  padding: 10px 0 0 780px;
  font-weight: bold;
  color: #F7FFF9;
 }
 h3 {
  text-align: center;
  font-family: arial;
  font-size: 1.1em;
  font-style: italic;
 }
 h4 {
 	text-align: center;
  font-family: arial;
  font-size: 1em;
  font-style: italic;
 }
 h5{
  font-family: arial;
  font-size: 1.1em;
  font-style: italic;
  padding: 10px 0 0 700px;
  margin: 0px 0px 0 200px;
  color: #D2FECB;
 }
 h6{
 	text-align: center;
 	color: #505050;
 	font-family: monospace;
 	margin: 0 0 0 0;
}
 a {
  color: green;
  font-weight: bold; 
  text-decoration: none;
 }
 a:link {
 }
 a:visited {
 	text-decoration: none;
 }
 a:active {
 	color: red;
 }
 a:hover {
 	text-decoration: underline overline;
  color: black;
 }
 div#content ul{
 	list-style: none;
	margin: 0 0 -5px 0;
  padding: 0; 	
 }
 div#content ul li{
	border-bottom: 2px dotted #e5e5e5;
	margin-bottom: 13px;
	padding-bottom: 13px;
 }
 div#content ul li a:hover{
	color: #505050;
	background: #BCFFDC;
 }
 div#menu ul{
 	list-style: none;
 	height: 20px;
 	width: 100%;
	margin: 0 0 1px 0;
  padding: 0; 	
  background: #0c720c;
  border-top: 1px dotted #D2FECB;
  border-bottom: 2px solid #D2FECB;
 }

 div#menu ul li{
 	float: left;
/* 	width: 120px; */
 	font-size: 0.9em;
	text-decoration: none;
	color: #EBFFE1;
	font-family: cursive;
 }

 div#menu ul li a {
 	padding: 0 10px 0 10px;
 	font-weight: normal;
	color: #EBFFE1;
	display: block;
	border-right: 1px dotted green;
	border-left: 1px dotted green;
	border-bottom: 1px solid #EBFFE1;
 }	
 div#menu ul li a:hover {
	color: #F7FFF9;
	background: green;
	text-decoration: none;
	border-right: 1px dotted #D2FECB;
	border-left: 1px dotted #D2FECB;
	border-bottom: 1px dashed #D2FECB;
 }
 div#legal{ //to remove
 	margin: 5px 0 5px 0;
  padding: 10px;
  background-color: #F7FFF9;
  border-right: thin dotted green;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
 }
 div.legal{
 	margin: 5px 0 5px 0;
  padding: 10px;
  background-color: #F7FFF9;
  border-right: thin dotted green;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
 div#legal ol{
  list-style-type: upper-roman;
  padding: 0;
  margin: 5px 0 5px 30px;
 }
 div#legal ol li{
 	font-size: 0.6em;
	text-decoration: none;
	color: #505050;
	font-family: monospace;
 }
 div#legal ol li a {
 	font-weight: normal;
	color: #505050;
 }	
 div#legal ol li a:hover {
	color: #505050;
	text-decoration: underline;
 }
 .uline {
 	text-decoration: underline;
 }
 textarea {
	margin: 0;
	margin-right: 2px; 
	padding: 1px 4px;
	border: 1px solid #aaa;
	outline: none;
	font-family: arial,helvetica,sans-serif; 
	font-size: 10pt;
 }
 input {
	margin: 0;
	margin-right: 2px; 
	padding: 1px 4px;
	border: 1px solid #aaa;
	outline: none;
	font-family: arial,helvetica,sans-serif; 
	font-size: 10pt;
}
textarea:focus {
	border: 1px solid green;
}
input:focus {
	border: 1px solid green;
} 
.blue{
	color:blue;
}
.red{
	color: red;
}
.white{
	color: white;
}
.black{
	background-color:black;
	font-size: .7em;
}
.tleft{
text-align : left;
}
