body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	width: 760px;
	background-color: #eee;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}

h1 {
	color: #930;
	font-size: 1.8em;
	font-family: arial, helvetica, sans-serif;
	margin: 10px 0 10px 0;
	
}
h2 {
	color: #333;
	font-size: 1.17em;
	margin: 10px 0 10px 0;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

a.href {
	color: #00f;
}
a.visited {
	color: #339;
}
a.href:hover {
	color: #f00;
}

#header {

}
#headerTop {
	background-color: #003;
	font-family: arial, helvetica, sans-serif;
	font-size: 18pt;
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
.titleSubHeader {
	font-size: 8pt;
	color: #c90;
	margin-left: 5em;
}
#container {
	background-color: #fff;
  	background-image: url(cbg.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #fff;
	clear: both;
}

#content {
    width: 760px;
}

#contentLeft {
	float: left;
	width: 200px;
	color: #fff;
	border-right: 1px solid #fff;
	padding-bottom: 10em;
}
#logo {
	border-bottom: 1px solid #fff;
	display: block;
}
#homeQuote {
	margin: 40px 10px 0 10px;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
}
#homeQuote .author {
	font-size: 9pt;
	color: #fff;
}
#contentLeft a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	border-bottom: 1px solid #fff;
	padding: 0.7em 1em 0.7em 1em;
}
#contentLeft a:hover {
	background: #c90;
}

#contentRight {
	margin-left: 200px;
	padding: 0;
}
#homeTop {
	border-bottom: 1px solid #fff;
}

#sectionHeader {
	background: url(sbg.gif);
}

#sectionHeaderContent {
	color: #600;
	font-size: 20pt;
	text-align: right;
	font-style: italic;
	padding: 0.5em 1em 0.5em 0;
	font-weight: bold;
}

#contentMain {
	padding: 10px;
	background: #fff;
	position: relative;
}
#contentMain li {
	margin-bottom: 0.7em;
}
.listspacer li {
	color: #930;
}
.icon {
	float: right;
	margin: 0 10px 20px 20px;
	position: relative;
}
.box {
	float: right;
	position: relative;
	margin: 10px 10px 20px 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	width: 180px;
}
.boxHeader {
	border: 1px solid #333;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	background-color: #c90;
	background-image: url(boxbg.gif);
	background-repeat: repeat-x;
	color: #fff;
}
.boxContent {
	border: 1px solid #333;
	padding: 5px;
	font-size: 9pt;
	background: #ddd;
	margin-bottom: 30px;
}
.newsimage {
	text-align: center;
	margin-bottom: 1em;
}
.newsitem {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 2px solid #c90;
}
.teammember {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 2px solid #c90;
}
.teammembername {
	font-weight: bold;
}

#contact dt {
	font-weight: bold;
	margin-bottom: 1em;
}

#footer {
	clear: both;
	color: #fff;
	border-top: 1px solid #fff;
	background: #003;
	font-size: 9pt;
	text-align: center;
	padding: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
}
#footerNav {
	margin-bottom: 10px;
}
#footer a {
	color: #fff;
}
#footer a.visited {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}
#copyright {
	color: #666;
	background-color: #eee;
	font-size: 8pt;
	text-align: center;
	padding-top: 3px;
}
