
/* Layout Stylesheet */ 

body {
 background-color: #000000;
 color: #333333;
 margin:20px;
 text-align:center;
 padding:0;
 }
 
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}

h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}

#outer {
 text-align:left;
 width:700px;
 margin:auto;
 }

#hdr {
 height: 150px;
 background:#fff;
 color: #333333;
 }

#navbar {
 color: #FFFFFF;
 height: 20px;
 text-align: right;
 font-size: .12em;
 }

#bodyblock {
 position:relative;
 background: #999900;
 color: #333333;
 width:600px;
 padding:0;
 }

#l-col {
 float:left;
 background: #c0c0c0;
 color: #333333;
 width:133px;
 font-size: .8em;
 }

#cont {
 width:680px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0;
 padding:10px 10px 10px 10px;
 text-align:left;
 font-size: .9em;
 }

#ftr {
 background-image: url(../images/whg_bkgrnd_footer.jpg);
 background-repeat: repeat-x;
 background-color: #000;
 color: #fff;
 height: 20px;
 margin:0;
 padding: 8px 0 0 0;
 font-size: .7em;
 }
#tbody {
	background-color: #006633;
	color: #fff;
}
#date {
	font-size: .7em;
	float: right;
}
table tr td {
	width: auto;
	text-align: center;
	padding: 0 20px 0 20px;
}
#address {
	font-style: italic;
}
