body {
margin:0;
padding:0;
font: normal 62.5% Verdana, "Trebuchet MS", Arial, sans-serif;
text-align:left;
line-height: 2em;
background:#7AB51D;
color: #333333;
}
html {
font-size: 100%;
}
#wrap {
width: 900px;
margin: 0 auto;
text-align: left;
border: 10px solid #fff;
background: #FFFFFF;
}
			/* HEADER */ 
#header {
height: 375px;
border: 1px solid #fff;
border-width: 0 0 1px 0;
background: #7AB51D;
color: #333;
}

			/*TOP NAVIGATION */ 
#menu {
height: 30px;
margin : 0;
padding : 0;
list-style-type : none;
list-style-image : none;
background: #7AB51D;
}
#menu li {
float : left;
width :150px;
border-right : 1px solid #eee;
}
#menu a {
display : block;
height : 25px;
width : 150px;
padding : 5px 0px 0px 0;
font-size: 12px;
font-weight : bold;
letter-spacing: 3px;
text-align : center;
color : #FFF;
background : #7AB51D;
}
#menu a:hover {
color : #B60683;
background : #7AB51D;
}

#submenu {
height: 30px;
margin : 0;
padding : 0;
list-style-type : none;
list-style-image : none;
background: #FFFFFF;
}
#submenu li {
float : left;
width :110px;
border-right: 0px solid #eee;
}
#submenu a {
display : block;
height : 25px;
width : 110px;
padding : 5px 0 0 0;
font-weight : bold;
letter-spacing: 2px;
text-align : center;
color : #7AB51D;
background : #FFFFFF;
}
#submenu a:hover {
color : #B60683;
background : #FFFFFF;
}

ul { 
list-style : none;
margin : 0;
padding : 0;
} 
		
			/* MAIN CONTENT */ 
#cont { 
width: 800px;
border: 1px solid #eee;
padding: 20px 50px 20px 50px;
border-width: 1px solid;	
font-size: 12px;
text-align: left;
background: #FFFFFF;
color: #585947;
}

.tablebox {
background-color: #F9FbF9;
border: 1px solid;
border-color:#999999;
}
			/* FOOTER */ 
#footer {
clear: both;
margin-top: 0px;
width: 100%;
text-align: center;
border: 1px solid #eees;
background: #fefefe;
color: #999999;
}
#footer a {
color: #999999;
}
#footer a:hover {
color: #B60683;
}
			/* LINKS*/ 
a:link, a:visited {
color: #7AB51D;
padding-left:10px;
background: url(images/img06.gif) no-repeat left center;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #B60683;
}


			/* TYPOGRAPHY */ 
blockquote p {
padding: 5px;
font-size: 12px; 
font-weight: bold;     
background: inherit;
}
blockquote {
padding: 5px;
font-size: 12px; 
font-weight: bold;   
background: inherit;
} 
p {
color: #585947;
margin:0;
}

h1 {
margin: 0 0 0 0px;
padding: 15px 0;
letter-spacing: 4px;
font-size: 18px;
background: inherit;
color: #B60683;
}
h2 {
margin: 0 0 0 0px;
padding: 10px 0;
letter-spacing: 3px;
font-size: 12px;
background: inherit;
color: #B60683;
}
h3 {
margin: 0 0 0 0px;
padding: 10px 0;
letter-spacing: 3px;
font-size: 12px;
background: inherit;
color: #B60683;
}h4 {
color: #585947
}
h5 {
color: #793C03; font-weight: bold;
font-size:12px;
margin-bottom:3px;
margin-top:5px;
}
.clearfloat {
	clear: both;
}