body {
   	padding: 0px;
   	color: #484C51;
   	font-family: Arial, Verdana, Tahoma, Serif;
  	font-weight: normal;
   	font-size: 12px;
   	background-color: #BDD4C0;
   	margin-top: 10px;
   	margin-bottom: 10px;
   	margin-right: auto;
   	margin-left: auto;
   	text-align: center; }
	
a:link, a:visited, a:active {
    text-decoration: none; 
    color: #7BAA81;
    font-weight: bold;
    background-color: transparent; 
}
a:hover {
    text-decoration: underline;
    color: #BDD4C0;
    font-weight: bold;
    background-color: transparent; 
}

h2, h3 { 
   width: 100%;
   font-weight: bold;
   font-size: 11px;
   color: #7BAA81;
   font-family: Arial, Tahoma, Verdana, Serif;
   text-transform: uppercase;
   letter-spacing: 2px; 
   border-bottom: 2px solid #7BAA81;
   padding: 0px;
}
.layout {
    background-color: #FFFFFF;
    color: #53CDE4;
    width: 575px;
    padding: 0px;
	border: 5px solid #7BAA81;
	text-align: justify;
	margin-right: auto;
   	margin-left: auto;
     text-align: center; 
}
#menu {
    background-color: #FFFFFF;
	color: #7BAA81;
	text-align: right;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	padding-right: 5px;
    padding-bottom: 2px;
	text-transform: uppercase;
    margin-right: auto;
    margin-left: auto;
}
#menu a:link, #menu a:visited, #menu a:active {
    text-decoration: none; 
    color:#BDD4C0;
    font-weight: bold;
    background-color: transparent;
}
#menu a:hover {
    text-decoration: none;
    color:#7BAA81;
    font-weight: bold;
    background-color: transparent;
}
#main {
     background-color: transparent;
     color: #484C51;
     font-family: Tahoma, Arial, Verdana, Serif;
     font-weight: normal;
     font-size: 11px;
     text-align: justify;
     padding: 0px;
	 padding-bottom: 20px;
     border: 0px;
	 width: 98%;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 margin-right: auto;
     margin-left: auto; 
}

ul {
   	list-style-type: square; 
}

textarea, input, select {
   	font-family: Tahoma, Arial, Verdana, Serif;
   	font-size: 11px;
   	font-weight:normal;
   	color: #484C51;
   	background-color: #FFFFFF;
   	border: 1px solid #BDD4C0;
   	padding: 1px; 
}

blockquote {
    padding: 0px;
    margin: 0px;
}
 
em { 
    font-style: normal;
    font-weight: bold;
} 
  
p.center {
     text-align: center;
}  

.disclaimer {
   font-size: 100%;
}
