body 
{
	background: #EEEBDD;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color: #555;
	font-size: 11px;
}
img 
{
	border: 0;
}
#frame {
    position: relative;
    width: 994px;
    border: 0;
    padding: 0;
    margin: 0 auto;
}
#header {
    position: relative;
    clear: both;
    width: 994px;
    height: 110px;
}
#logo 
{
	width: 400px;
	float: left;
	margin-left: 97px;
}
#call 
{
	width: 400px;
	float: left;
	text-align: right;
}
#topbg {
    position: relative;
    clear: both;
    width: 994px;
    height: 42px;
    background-image: url(/assets/gfx/topbg.png);
    background-repeat: no-repeat;
}
#basebg {
    position: relative;
    clear: both;
    width: 994px;
    height: 42px;
    background-image: url(/assets/gfx/basebg.png);
    background-repeat: no-repeat;
}
#content {
    position: relative;
    clear: both;
    width: 994px;
    background-image: url(/assets/gfx/bg.png);
    background-repeat: repeat-y;
}
#top 
{
	clear: both;
	position: relative;
	width: 800px;
	height: 220px;
	margin-left: 97px;
}
#topl
{
	position: relative;
	width: 380px;
	height: 150px;
	margin-top: 25px;
	margin-bottom: 25px;
	background: #9BB11A;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
#topm
{
	position: relative;
	width: 350px;
	height: 220px;
	background: #666;
	float: left;
}
#topr
{
	position: relative;
	width: 50px;
	height: 170px;
	margin-top: 25px;
	margin-bottom: 25px;
	background: #9BB11A;
	float: left;
}
#main 
{
	float: left;
	clear: both;
	position: relative;
    width: 994px;
	background-image: url(/assets/gfx/bg.png);
    background-repeat: repeat-y;
    padding-top: 40px;
}
#nav 
{
	position: relative;
	width: 200px;
	margin-left: 117px;
	float: left;
}
#copy {
    position: relative;
    padding-left: 20px;
    width: 520px;
    float: right;
	background-image: url(/assets/gfx/bodybg.gif);
	background-repeat: repeat-y;
	margin-right: 117px;
	line-height: 18px;
}
.posttitle {
	margin-bottom: 2px;
	padding: 0;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color: #535240;
	font-size: 14px;
	font-weight: bold;
}
.postdate {
	margin-bottom: 10px;
	padding: 0;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color: #535240;
	font-size: 11px;
	font-style: italic;
}

ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
}

ul#menu li a {
}

ul#menu li a:hover {
}

ul#menu li ul li a {
}

ul#menu li ul li a:hover {
}
.formField {
	width: 200px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color: #555;
	font-size: 11px;
	border: 1px solid #555;
	background: #F3F3E9;
}
.formArea {
	width: 200px;
	height: 70px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color: #555;
	font-size: 11px;
	border: 1px solid #555;
	background: #F3F3E9;
}