body {
	background-color: #BBBBBB;
	width: 900px
	margin: 0px;
	padding: 0px
}
div, p, address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 

#navbar {
	position: absolute;
	left: 24px;
	top: 128px;
	width: 190px
}

.navbutts a {
text-decoration: underline;
text-weight: bold;
color: #0066CC;
}

.navbutts a:hover, .navbutts a:active{
background-color: #FFC166;
color: #333333;
text-decoration: none;
}

h4 {
font-weight: bold;
font-size: 12px;
}


#news p {
color: #000000;
font-size: 12px;
margin: 12px 0px 0px;
}

#main {
position: absolute;
left: 238px;
top: 119px;
background-color: #FFFFFF;
border: 6px solid #0066CC
}

main a {
color: grey;
font-weight: bold;
}

#main a:hover, #main a:active {
background-color: #FEC164;
text-decoration: none;
}

#main p {
margin: 12px 30px;
font-size: 14px;
}

#main h1 {
	margin: 20px 30px 0px;
	color: #FFC166;
	font-size: 20px;
	text-align: left;

}

#footer {
color: #999999;
font-size: 12px;
}


address {
font-style: normal;
margin: 12px;
}

#logo {
position: absolute;
left: 238px;
top: 16px;
width: 248px;
}

#skipnav {
display: none;
}

