body {
	width: 800px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../art/bk_body.png);
	font-family: arial, sans-serif;
	font-size: 75%;
}

a {
	color: #3366CC;
}

a:hover {
	text-decoration: underline;
}

.itext {
	border: 1px solid #999;
	padding: 1px;
}

textarea.itext {
	width: 167px;
	height: 100px;
}


#flash {
	margin-left: -1px;
}

#frame {
	background-image:url(../art/bk_sides.png);
	overflow: hidden;
	width: 800px;
}

#frame span#frameSpan {
	background-image:url(../art/bk_frameSpan.jpg);
	display: block;
	width: 780px;
	margin-left: 10px;
}


#masthead {
	background-image:url(../art/bk_masthead.png);
	overflow: hidden;
}

#navigation {
	background-color: #EEE;
	width: 150px;
	float: left;
	font-size: .9em;
}

#navigation ul {
	background-image:url(../art/bk_nav-dots.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 1px;
	list-style-type: none;
	margin-top: 61px;
	margin-bottom: 60px;
}

#navigation li {
	background-image:url(../art/bk_nav-link.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#navigation li a {
	display: block;
	color: #333;
	line-height: 20px;
	height: 20px;
	padding-left: 5px;
}


#navigation li#current, #navigation li#onState {
	background: #F8F8F8;
}

#navigation li#current li a {
	color: #333;
}

#navigation li a:hover, #navigation li#current li a:hover {
	color: #6699CC;
	text-decoration: none;
}

#navigation li#current a, #navigation ul ul li#current a {
	color: #CC6600;
	background: transparent;
}


#navigation ul ul {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #F8F8F8;
	background-position: bottom; 
	margin-bottom: 1px;
	padding-left: 10px;
	padding-bottom: 1px;
}

#navigation ul ul li {
	vertical-align: center;
	padding: 2px;
	padding-left: 0px;
	background-image: none;
	padding-right: 0px;
	padding-top: 0px;
}

#navigation ul ul li, #navigation ul ul li a {
	height: auto;
	line-height: 1.6em;
	font-size: .9em;
	background-image: none;
	color: #555;
}

#navigation ul ul li a {
	border-top: 1px solid #DDD;
	padding-top: 2px;
	padding-right: 0px;

}

#content {
	background-color:#FFF;
	width: 630px;
	float: right;
	padding-bottom: 52px;
}

#content #breadcrumbs {
	margin-left: 1.2em;
	margin-top: .5em;
	font-size: .8em;
	text-transform: lowercase;
	color: #444;
}

#content span#contentSpan {
	display: block;
	margin-left: 80px;

	margin-top: 15px;
}

#content h1 {
	color: #CC6600;
	font-size: 1.6em;
	border-bottom: 1px dotted #666;
	padding-bottom: .4em;
	margin-top: 0px;
}

#content h1.level2 {
	font-size: 1.4em;
	border-top: 1px dotted #999;
	border-bottom: none;
	padding-bottom: 0px;
	padding-top: 3px;
	margin-top: 45px;
	margin-bottom: 0px;
}

#content h2 {
	color: #006633;
	margin-top: 45px;
}

#content p, #content ul {
	text-align: justify;
	margin-top: 1em;
	line-height: 1.3em;
	margin-right: 50px;
	color: #444;
}

#content ul {
	margin-left: 1.2em;
}

#content ul ul {
	margin-top: 0px;
}

#content p strong {
	color: #006633;
}

#content div#home {
	margin-left: 75px;
	clear: both;

}

#content #home p#home {
	margin: 0px;
	line-height: 1.5em;
	padding-right: 40px;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px dotted #666;
	text-align: justify;
}

#content #home ul {
	line-height: 1.5em;
}

#content p#home span {

}

#content p.subhead {
	margin-top: 0px;
}

#content div.team {
	border-bottom: 1px dotted #BBB;
	padding-top: 10px;
	height: 110px;
}

#content div.team img {
	float: left;
	margin-right: 15px;
}

#content div.team h2 {
	color: #006633;
	margin-bottom: 0px;
}

#content div.team p {
	margin-top: 0px;
}

#content table#contact_table {
	width: 200px;

	float: left;
}

#content table#contact_table b {
	color: #e00;
}

#content table#contact_table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
}

#content #sidebar {
	width: 250px;
	float: right;
}

#content #sidebar p {
	text-align: left;
	font-size: .9em;
}


#content img#bioImg {
	float: right;
	margin: 20px;
	margin-top: 15px;
	margin-right: 50px;
}

#footer {
	background-image:url(../art/bk_footer.png);
	width: 780px;
	height: 30px;
	clear: both;
}

#footer p {
	line-height: 30px;
	text-align: right;
	font-size: .85em;
	color: #888;
	margin-right: 1em;
}

#footer a {
	color: #888;
}

img#tree {
	float: right;
	position: relative;
	bottom: 118px;
	right: 15px;
}
}