* {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	font: normal 62.5%/1.5 Verdana, Helvetica, Arial, Sans-serif;
	color: #61A73A;
	background: #964F0F url('/images/background.gif') repeat-x;
	text-align: center;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
img.inset {
    float: left;
    margin: 0 10px 10px 0;
    padding: 4px;
    border: 1px solid #FCC472;
    background: #fff;
}
#container {
	text-align: left;
	width: 780px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	color:#6B1C11;
	font: normal 1.5em Georgia, Baskerville, Times, serif;
}

#banner {
	width: 780px;
	height: 100px;
	background: #fff url('/images/title_background.gif') top left no-repeat;
	margin-top:75px;
}
#title {
	float: left;
	overflow:hidden;
	width:760px;
	height: 80px;
	padding: 20px 10px 0 10px;
	/*background: url('../images/logo.png') right center no-repeat;*/
}

#title h1, 
#title h2 {
	color: #3F7927;
	font: normal 3.6em Georgia, Baskerville, Times, serif;
}

#title h2 {
  	color: #61A73A;
	font: normal 2.4em Georgia, Baskerville, Times, serif;
}

#navbar {
	float:left;
	width:780px;
	height:25px;
	font: normal 12px Verdana, Helvetica, Arial, sans-serif;
	color: #3F7927;
	background: #60A73A url('/images/nav_background.gif') repeat-x;
	list-style-type:none;
}	

#navbar li {
	float:left;
	height:100%;
}
#navbar li a {
	float:left;
	height:15px;
	padding:5px 10px;
	color: #255117;
}
#navbar li a.select {
	float:left;
	height:15px;
	padding:5px 10px;
	color: #87C462;
	background-color:#3f7927;
	text-decoration:none;
}

#navbar li a:hover {
	height:15px;
	padding:5px 10px;
	color: #fff;
	background-color: #3F7927;
	text-decoration: none;
}
#navbar li#contactNumber {
	float:right;
	height:15px;
	padding:5px 10px;
}
#main {
	float:left;
	width:780px;
	padding:10px 0;
	color:#51280C;
	background-color:#EADFD1;
}
#sidebar, #sidenav {
	float:left;
	width:180px;
	padding:0 0 10px 0;
	margin-left:10px;
	background: url('../images/panelbottom.png') left bottom no-repeat;
}
#sidebar {
     	background: none;
}
#content #sidebar ul {
    list-style:none;
	margin:0 0 12px 0;
	padding:0;
}
#content #sidebar li {
	margin:0;
	padding:0;
}
#sidenav ul {
	float:left;
	display:inline;
	width:180px;
	margin:0;
	padding-top:10px;
	list-style-type:none;
	border-bottom:1px solid #6B1C11;
	background: url('../images/paneltop.png') top right no-repeat;
}
#sidenav li {
	float:left;
	width:100%;
}
#sidenav a {
	float:left;
	width:170px;
	font:normal 1.2em/1.5 Verdana, Arial, sans-serif;
	padding:5px;
	color:#6B1C11;
	background-color:#FCC472;
	border-top:1px solid #6B1C11;
	text-decoration:none;
}
#sidenav a:hover {
	color:#fff;
	background-color: #6B1C11;
}
#sidenav a.select {
	color:#D3701E;	
	background-color: #6B1C11;
}
#sidenav a.select:hover {
	color:#fff;
}
#content {
	float:left;
	width:580px;
	margin:0 0 0 10px;
	font-size: 12px;
	line-height: 18px;
}
#content.blog {
	width:100%;
	margin:0;
}
.blog .entry {
        padding-top:12px;
}
#blog {
        float:left;
        width:580px;
	margin-left:10px;
}
#content a {
	color: #964F0F;
}
#content a:hover {
	color: #6B1C11;
	text-decoration: none;
}
.section {
	margin-bottom:3em;
}
.section ul {
	list-style-type:none;
}
.section ul.links {
	margin-bottom:1em;
}
.section ul.links li {
	margin-left:10px;
}
#content ul {
	list-style-image:url(../images/listBulletBg.png);
	list-style-position:outside;
}
#content ul li {
	margin:0 0 6px 18px;
}
#content #toc {
	float:right;
	width:33%;
	margin: 0 0 10px 10px;
}
#content #toc ul {
	padding-bottom: 10px;
	list-style:none;
	background: url('../images/panelbottom.png') left bottom no-repeat;
}
#content #toc li, #content #toc h4 {
	margin:0;
	padding:.25em 10px;
	background:#FCC472;
	border-bottom:1px solid #FFAC33;
}
#toc a:visited {
	color:#D3701E;
}
#toc a {
	color:#964F0F;
}
#toc a:hover {
	color:#6B1C11;
}
.section .todo {
	float:left;
	width:40%;
	margin:0 3% 0 10px;
	padding:5px;
	list-style-type:disc;
}
.section .clear {
	clear:both;
}
#content h3 {
	margin-bottom:0;
	margin-right:10px;
}
#content h4 {
	font: normal 14px/18px Georgia, Baskerville, Times, serif;
	width:100%;
}
#content h4 span {
	float:left;
	width:280px;
	margin-right:10px;
}
#content h4 .date {
	width:280px;
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	line-height:18px;;
	text-transform:uppercase;
}
#content #toc h4 {
	margin-top:0;
	width:172px;
}
#content .admission {
	height:2.4em;
	list-style-type:none;
}
.admission li {
	float:left;
	width:175px;
}
#content .pullquote {
	float:left;
	width:33%;
	text-align:center;
	font: normal 15px/18px Georgia, Baskerville, Times, serif;
	color:#fff;
	background-color:#6B1C11;
	margin:0 10px 0 0;
	padding:18px 5px 0;
}
#content .pullquote a {
	color:#D3701E;	
}
#content .pullquote a:hover {
	color:#FCC472;
}
.chart {
	margin:1em 2em;
	font: normal 12px Verdana, Helvetica, Arial, Sans-serif;
	padding:10px;
	border:1px solid #6B1C11;
}
.chart h4 span {
	color:#964F0F;
	padding-left:1em;
}
.sig {
	font: normal 12px/18px Georgia, Baskerville, Times, serif;
	color:#6B1C11;
}
.author {
	color:#964F0F;
	width:100%;
}
#content p, #content ul {
	margin-bottom:18px;
	padding-right:10px;
}

#content p.footnote {
	font-size: 10px;
}

#contentbottom {
	float: left;
	width: 780px;
	height: 15px;
	background: url('/images/container_bottom2.gif') no-repeat;
}
img.left, img.mid, img.right {
	padding: 24px;
}
img.mid {
	padding: 0 0 24px 0;
}
div.notice {
	margin: 0 0 25px 0;
	padding: 25px;
	color: #255117;
	background-color: #C2DFAE;
	border: 1px solid #255117;
}
table.form {
  font-family: Verdana, Helvetica, sans-serif;
  color: #964F0F;
}
table.form td.title {
  padding: 5px;
  font-weight: bold;
  color: #c2e0ae;
  background-color: #3f7927;
  border-right: 1px solid #61a74a;
  border-bottom: 1px solid #61a74a;
}
table.form td.field, table.form td.data {
  padding: 5px;
  text-align: right;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
table.form td.data {
  border-left: none;
  text-align: left;
}
#footer {
	float: left;
	text-align:left;
	padding:12px 12px 0 12px;
	margin: 0 0 500px 0;
	width: 756px;
	height: 25px;
	color: #51280C;
}
#footer span {
	float:right;
	width:390px;
	text-align:right;
}
#footer a {
	padding: 0;
	margin: 0;
	color: #51280C;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover {
	color:#FCC472;
	text-decoration:underline;
}
.frame,
.gallery img {
	margin:0 0 10px 10px;
	padding:5px;
	border:1px solid #999;
	background-color:#fff;
}
.frame {
	float:right;
}
.border {
	float:left;
	border:1px solid #999;
	background-color:#fff;
	padding:5px;
	margin-bottom:10px;
}
.photo img {
	float:left;
	border:1px solid #e5e5e5;
}
.alignright, .right {
	float: right;
	margin:0 0 6px 6px;
}
.alignleft, .left {
	float:left;
	margin:0 6px 6px 0;
}
.navigation {
    float:left;
    width:100%;
    margin-bottom:12px;
}

