html { margin: 0; padding: 0; width:100%; }
body { margin:0; padding:0; font-family: Tahoma; width:100%; text-align:center; }
div { margin:0; padding:0; }
img { border:none }

#container { margin:0 auto; text-align:left; width:850px; }
#logo { float:left; height:132px; width:250px; }
div#info { float:right; margin-top:15px; width:225px; font-weight: bold; font-size:82.5%; color:#818486; }

h1 { margin: 0; text-indent:-9999em; }
h2 {
	margin: 0 auto;
	padding: 0;
	font-family: Tahoma;
	text-decoration: none;
	font-weight:bold;
	color:#8DC63F;}

hr { height: 5px; background-color: #d1d1d1; border: none; width: 100%;  }

#hdrnavbar {
	float:left;
	margin:8px 0 0;
}

ul#hdrnav {
	float:left;
	list-style: none;
	margin: 0 0 0 108px;
	padding: 0;
}

ul#hdrnav li {
    float:left;
	margin:0;
	padding:0px 42px 0px 0px;
}

ul#hdrnav li a {
	height: 26px;
	text-decoration: none;
	font-weight:bold;
	font-size:90%;
	color:#818486;
}


ul#hdrnav li a:hover { color:#8DC63F; text-decoration: underline }
ul#hdrnav li a.highlight { color:#8DC63F; text-decoration: underline }

div#content-area { margin-top:20px; width: 100%; auto; font-size:82.5% }
div#content-text { float:left; width:410px; margin-left:108px }
div#content-images { float:right; width:310px; text-align:center }
div#content-images img { margin:20px }
div#content-text a { color:#8DC63F; text-decoration: underline }
div#content-text a:hover { color:#8DC63F; text-decoration: underline }
div#content-text a.highlight { color:#8DC63F; text-decoration: underline }
div#content-text table { font-size:100%}

div#sponsor-area { font-size: 78.5%; color:#C1ABAF }
div#sponsor-label { float:left; width:108px; }
div#sponsor-content { float:left; width:800px }

.clear { clear:both }
