/*   UNIVERSAL SETTINGS - This settings are used on every page  */
/*   Body settings   */
*{
padding: 0px;
margin: 0px;
}
body {
background: #003300 url('image/ebebg.jpg') fixed bottom no-repeat;
}
/*   Link settings   */
a:link, a:visited{
font-family: "tahoma";
color: #fff;
text-decoration: none;
line-height:150%;
font-size: 8.5pt; 
}
a:hover{
text-decoration: none;
color: #00cc00;
line-height:150%;
}
a:active{
color: #ccffcc;
font-weight: 700;
line-height:150%;
}
#content a, #content a:link, #content a:visited{
font-family: "verdana", "tahoma", "arial", sans-serif;
font-size: 8.5pt;
color: #99ff00;
text-decoration: underline;
font-weight: 500;
line-height:150%;
}
#content a:hover{
font-family: "verdana", "tahoma", "arial", sans-serif;
font-size: 8.5pt;
color: #00cc00;
text-decoration: underline;
font-weight: 500;
line-height:150%;
}
#links p{
text-align: left;
margin-top:55px;
padding-left:15px;
word-spacing:25px;
}
#links span{
color:#2E2F46;
}
/*   Container settings   */
#container {
width:800px;
min-height: 0px;
margin-right:auto;
margin-left:auto;
padding: 0px;
text-align:left;
background: #fff;
border:1px solid white;
}
/*   Page layout (page header, content & page footer) settings   */
#pageheader {
height: 250px;
width: 800px;
float:left;
margin-left:0px;
background: #fff url('image/ebeheader.gif') no-repeat;
}
#content {
float:left;
width:798px;
background: #669966 url('image/ebebg.gif') bottom right no-repeat;
margin-top: 1px;
margin-bottom: 1px;
border: 1px #006633 solid;
padding-bottom: 50px;
}
#content p
{
font-family: "verdana", "tahoma", "arial", sans-serif;
font-size: 8.5pt;
color: #ffffff;
padding: 10px 50px 10px 50px;
line-height:12pt;
text-align:justify;
}	
#content h2
{
font-family: "verdana", "tahoma", "arial", sans-serif;
font-size: 11pt;
color: #ccff99;
padding: 50px 50px 10px 50px;
text-align:justify;
font-weight:bold;
}	

#pagefooter {
background: #003300;
height:50px;
width: 800px;
}
#pagefooter p
{
font-family: "verdana", "tahoma", "arial", sans-serif;
font-size: 7pt;
color: #cccccc;
padding-top:10px;
line-height:12pt;
text-align:center;
}	
#pageheader h1 span{
display:none;
}

