body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
  background: url(images/layout/body-bg.jpg) top left repeat-x;
}

a:link {
	color: #333399
}

a:visited {
	color: #6666cc;
}

a:hover {
	color: #996600;
}

a:active {
	color: #cc9933;
}

#header {
	width: 775px;
	height: 77px;
	background: url(images/layout/header-bg.jpg) bottom right no-repeat;
	background-color: #ffffff;
	border-bottom: solid 5px #333399;
	text-align: right;
}

#header img {
	position: relative;
	top: 6px;
	left: 5px;
	float: left;
	border: 0;
}

#header p.quicklinks {
	margin: 0 15px 16px 0;
	padding-top: 10px;
}

#header p.quicklinks span {
	font-weight: bold;
	color: #cc9933;
}

#header p.address {
	color: #ffffff;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 15px 0 0;
}

#body {
	width: 775px;
	background-color: #ffffff;
}

#body td {
	vertical-align: top;
}

#leftmargin {
	width: 25px;
}

#nav {
	background: url(images/layout/nav-bg.gif) bottom left no-repeat;
	background-color: #cc9933;
	width: 200px;
	padding: 15px 0 280px 0;
	margin: 0;
}

#nav ul {
	list-style: none;
	margin: 0 0 11px 8px;
	padding: 0 0 0 8px;
	line-height: 16px;
	font-weight: bold;
}

#nav ul li li {
	font-weight: normal;
}

#nav a:link {
	color: #ffffff;
}

#nav a:visited {
	color: #ffffff;
}

#nav a:hover {
	color: #333399;
}

#nav a:active {
	color: #cc9933;
}

#content {
	width: 550px;
}

img.goals {
	border-bottom: solid 5px #333399;
}

p {
	line-height: 14px;
	margin: 0 0 11px 20px;
}

p.home {
	background: url(images/home-graphic.jpg) bottom right no-repeat;
	margin: 0;
	padding: 0 150px 230px 20px;
}


p.footer {
	width: 538px;
	height: 14px;
	background: url(images/layout/footer-bg.gif) top right no-repeat;
	text-align: right;
	font-size: 9px;
	padding: 12px 12px 0 0;
	margin: 0 0 12px 0;
	clear: both;
}

h1 {
	font: 16px/16px Georgia, "Times New Roman", Times, serif;
	color: #333399;
	font-weight: bold;
	margin: 12px 0 11px 20px;
}

h2 {
	font-size: 11px;
	margin: 0 0 4px 20px;
	padding-bottom: 3px;
	border-bottom: solid 1px #cc9933;
}

#content ul {
	margin: 0 0 0 18px;
	padding: 0 0 0 18px;
	line-height: 13px;
	list-style: square;
}

#content ul li {
	margin-bottom: 8px;
}

#content ul ul {
	margin-top: 6px;
	list-style: disc;
}

#content div.columns {
	width: 50%;
	float: left;
}

#content div.columns h2 {
	background: #CCCCCC;
	padding-left: 5px;
	padding-top: 3px;
}

fieldset {
	display: block;
	width: 340px;
	margin-left: 20px;
	padding: 15px 20px;
	border: solid 1px #cc9933;
}

* html fieldset {padding: 0 20px;} /* Make IE render contact form padding correctly */

legend {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333399;
	padding: 0 5px 3px 5px;
}

fieldset input, fieldset textarea {
	font-size: 11px;
}

img.bodypic {
	float: right;
	margin: 0 0 15px 15px;
}