form {margin:0;padding:0}
/* the above resets padding and margins*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	margin:15px 0px; padding:0px;
	/*background-color:#22331E;*/
	background-color:#FFFFFF;
}
#wrapper {
	width:780px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#FFFFFF;
	padding:0px;
	}
#bottomsection{
	background:url(images/bk-bottom.gif) repeat-y;
	width:780px;
	clear:both;
	padding:0px;
	padding-top:10px;
	margin:0px;
}
#leftside{
	float:left;
	width:567px;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	color:#333333;
	}
#rightside{
	width:198px;
	margin:0px;
	margin-left:15px;
	float:left;
	background-color:#FFFFFF;
	color:#333333;
}
* html #rightside
{
  width: 213px;
  w\idth: 198px;
}
#nav{
	background:url(images/bk-nav.jpg) repeat-x;
	background-color:#376968;
	width:780px;
	float:left;
	display:inline;
}
#nav ul{
	margin: 0px;
	/* height:22px; */
	padding: 4px 0px 4px 10px;
	list-style:none;
	float:left;
	width:auto;
}
#nav li{
	float:left;
	font-size:11px;
	color:#FFFFFF;
}
#nav a {
	float:left;
	display:block;
	margin: 0;
	text-decoration:none;
	color:#FFFFFF;
	padding:0px 3px 1px 3px;
}
#nav a:hover{
	background:#91AE59;
	/*background:url(images/back-top.jpg);*/
	text-decoration:underline;
}
#nav .navdivider{
	color:#CCCCCC;
	font-weight:normal;
}
#greenboxtop{
	margin-top:16px;
	background:url(images/bk-greentop.gif) repeat-y;
	width:198px;
	padding:0px;
}
#greenboxbottom{
	background:url(images/bk-greenbottom.gif) no-repeat;
	height:18px;
	padding:0px;
	margin:0px;
}
a {text-decoration:none}
a:hover {text-decoration:underline}
.southbay {
	width:780px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:right; /* Counteract to IE5/Win Hack */
	padding-top:5px;
	}
a.sb{
	text-align:right;
	font-size:10px;
	color:#999999;
}
