/* WFC Stylesheet - March 2005 */

body { margin: 1px; padding: 0px; background-color: white; font-size: 62.5%; color: #000000; }

a:link {color: #990000; }
a:visited {color: #990000; } 
a:hover {color: #990000; text-decoration: none; }
a:active {color: #990000; }

/* Layout */

#container {width: 760px; margin: 0 auto; border: 1px solid #133C14; padding: 10px;}

#header {background-color: transparent; height: 120px; text-align: left; font-family:Arial, Helvetica, sans-serif; font-size: 1.2em; text-transform: uppercase;}

#content {background-color: #88CB23; border-top: 10px solid #133C14; color: #133C14; font-family: "Times New Roman", Times, serif; font-size: 3.4em; text-transform: uppercase; padding: 10px; border-bottom: 4px solid white; font-weight: bold;}

#footer {background-color: #133C14; font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; text-align: left; padding: 10px; color: white;}

#footer a {color: white;}

strong { font-weight: bold; }
.caps {	text-transform: uppercase;}
.white {color: white;}
.normal {text-transform: lowercase; color: #990000;}
.line {font-weight: bold; border-top:2px solid #133C14; }
.green {color: #88CB23;}


