
	@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px; }


a:link {
color: #039039; }

a:hover {
text-decoration: none;
color: #F00F00; }

a:visited {
color: #039039; }

body {
text-align:center; 
clear: both;
color: #FFFFFF;
font: 12px Trebuchet MS;
background: #FFFFFF;
border-left: 0px solid #000000;
border-right: 0px solid #000000; }

#mainContainer { 
margin:0 auto; 
text-align:left;
} 

#content {
margin: auto;
width: 743px;
color: #006;
font size: 12px;
border-left: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
text-align: left; }

#lcontent H2 a {
font-size: 18px; }

#content H3 a {
font-size: 14px; }

#content H4 a {
font-size: 12px; }

#back {
width: 743px; }

#header {
width: 743px;
height: 140px;
float: none;
text-align: center; 
background: url(images/header.jpg) no-repeat; }

#menu {
width: 743px;
height: 40px;
float: inherit;
text-align: center; 
padding-top: 160px ;
padding-left: 15px;
background: url(images/menu.jpg) no-repeat; }

#menu ul {
list-style: none; }	

#menu li {
display: inline; }

#menu a {
float: left;
width: 120px;
height: 40px;
display: block;
text-align: center;
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
padding-top: 10px ;
background: url(images/button.jpg) no-repeat; }

#menu a:hover {
width: 120px;
height: 40px;
color: #006;font-weight: bold;
font-size: 12px;
padding-top: 10px ;
background: url(images/button1.jpg) no-repeat; }

#menu2 {
width: 120px;
height: 200px; }

#menu2 ul {
list-style: none; }	

#menu2 li {
display: inline; }

#menu2 a {
float: left;
width: 120px;
height: 40px;
display: block;
text-align: center;
vertical-align: top;
text-decoration: none;
color: #FFFFFF;
font-size: 12px;
padding-top: 10px ;
background: url(images/button.jpg) no-repeat;  }

#menu2 a:hover {
width: 120px;
height: 40px;
display: block;
text-align: center;
vertical-align: top;
text-decoration: none;
color: #006;
font-size: 12px;
padding-top: 10px ;
background: url(images/button1.jpg) no-repeat;  }

#footer {
width: 743px;
height: 30px;
text-align:center; 
color: #006;
font-size: 12px;
padding-top: 10px;
background: inherit; }

	
