html { 
height: 100%; 
}

body {
font: 11px arial, sans-serif;
color: #fff;
margin: -20px 0px 0px 0px;
padding: 0px;
border: 10px #fff solid;
height: 100%;
background-color: #18462C;
background-image: url(../images/bg_top_line.gif);
background-repeat: repeat-x;
min-width: 980px;
}

a:link		{ color: #fff; }
a:visited	{ color: #fff; }
a:hover     { color: #FFCF06; }
a:active	{ color: #FFCF06; }
a:focus { outline: none }

a img { border: none; }



#outter {
margin-top: 20px;
}

#green {
width: 100%;
height: auto;
margin: 0px;
padding: 0px;
border-bottom: 10px #fff solid;
}

#midline {
height: auto;
margin: 0px;
padding: 0px;
background-color: #ffecbb;
border-bottom: 10px #fff solid;

}

.centered {
display: block;
width: 980px;
height: auto;
margin-left: auto;
margin-right: auto;
text-align: center;
}

p { 
margin: 8px 0px 0px 0px; 
}

td.icon {
padding: 0px 5px 0px 15px;
}

.sharethis {
margin-top: 8px;
}
