body {
	font-size: 62.5%;
	background: #fbc011 url(graphs/main_bg.jpg) repeat;
	margin: 0px;
}
#container {
	background: url(graphs/display_bg.jpg) repeat-x;
	margin: 0px auto 4em;
	width: 85em;
	border: 1px solid #660000;
}
#header {
	height: 15em;
	width: 100%;
	background: url(graphs/header.jpg) no-repeat right top;
}

#display {
	width: 100%;
}
#maincontent {
	margin-left: 5em;
	width: 58em;
	background: url(graphs/text_bg.jpg) left top;
	float: left;
	margin-bottom: 7em;
}
#topborder {
	background: url(graphs/text_top.jpg);
	height: 5.4em;
}
#nav {
	background: #FFFFFF;
	margin-top: 3.1em;
	width: 100%;
	float: left;
}
#subnav, #infobox {
	color: #660000;
	float: right;
	width: 12em;
	padding: 3em 0em 1em 3em;
	background: url(graphs/subnav_paper.gif);
	font: 1em/1.6em Arial, Helvetica, sans-serif;
}
#sidecolumn {
	width: 20em;
	height: 32em;
	float: left;
	margin-top: 8em;
	background: url(graphs/sidecol_bg.gif) no-repeat right top;
}
#callbox1 {
	background: url(graphs/buddha.gif) no-repeat;
	margin-right: -15em;
	height: 20em;
	width: 20em;
	float: right;
	margin-top: -15em;
}
#callbox2 {
	background: url(graphs/cal1.gif) no-repeat;
	height: 15em;
	width: 10em;
	float: left;
	margin-top: -17em;
	position: relative;
}
#textbox {
	font: 1.2em/1.4em Arial, Helvetica, sans-serif;
	color: #660000;
	padding: 1em 0px 0px 3.5em;
	width: 88%;
}
#description {
	width: 80%;
}
#footer {
	height: 9.5em;
	background: url(graphs/footer_bg.jpg) repeat;
	position: relative;
}
/* definition list for team members */
#team {
	width: 35em;
	float: left;
}
#team dl {
	margin-top: 2em;
	padding: 0px;
	float: left;
	display: inline; /* bug fix IE/Win double margin */
}
#team dl:after {
	content: ".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}
/* dt width plus dd.img width must equal 30.9em */
#team dt {
	color: #F96F2C;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 19.7em;
	font: bold small-caps 120% Georgia, "Times New Roman", Times, serif;
}
#team dd {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#team dd.img {
	float: left;
	width: 11.2em; /* box contains img - larger width than img */
}
/* reverse direction float */
#team .alt dt {
	float: left;
}
#team .alt dd.img {
	float: right;
}
#team .alt dd.img img {
	float: right;
}
/* textformats */
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #336600;
	margin-left: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-left: 1px dotted #CC0000;
	float: right;
	width: 35%;
}
.wisdom {
	font: 1.1em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	width: 60%;
	margin-top: 4.5em;
	margin-left: 1.7em;
}
.txthead{
	color: #CC0000;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	background: url(graphs/texthead_bg.gif) repeat;
	padding: 0.8em 1em;
	float: left;
	margin-top: 4em;
}
.picright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.picleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.footer {
	font: 1.1em Arial, Helvetica, sans-serif;
	margin-left: 35em;
	color: #660000;
	position: absolute;
	bottom: 2.5em;
}
label {
	display: block;
	margin-top: 1em;
}
legend {
	letter-spacing: 1px;
	display: none;
	color: #dec4c4;
}
fieldset {
	padding: 0em 0em 2em 4em;
	border: 1px none #dec4c4;
	width: 30em;
}
fieldset > legend {
	display: inline;
}
input:focus {
	background-color: #F5E2A8;
}
input#send {
	background-color: #AC4F26;
	color:#FBC011;
	margin-top: 2em;
	margin-right: 0.5em;
}
input#reset {
	background-color: #AC4F26;
	color: #FBC011;
	margin-top: 2em;
}
.orange {
	color:#f96f2c;
	font: bold small-caps 120% Georgia, "Times New Roman", Times, serif;
}
/* links */
#description a:link {
	color: #cc0000;
	text-decoration: none;
}
#description a:visited {
	color: #666600;
	text-decoration: none;
}
#description a:hover {
	color: #ff6600;
	text-decoration: underline;
}
#subnav a {
	color: #660000;
	font: 1em/1.6em Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#subnav a:hover {
	color: #cc0000;
	text-decoration:none;
}
#subnav .active {
	color: #cc0000;
	text-decoration:none;
}
#footer a {
	color: #cc0000;
	font: 1em/1.6em Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#footer a:visited {
	color: #cc0000;
	text-decoration: none;
}
#footer .active {
	color: #cc0000;
	text-decoration:none;
}
#footer a:hover {
	color: #ff6600;
	text-decoration:none;
}
