@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	/*	font-size:0.865em;  */
	font-size:0.835em;
	/*	line-height: 150%; */
	line-height: 140%;
	background-image: url(../images/bkg2.jpg);
	background-repeat: repeat;
	background-color: #444444;
}
	
#bkg {
	background-image: url(../images/bkg.jpg);
	background-position: top;
	background-repeat: repeat;
	width: 100%;
	height: 674px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#nav {}
#navColumn {}
#contentBox {
	background-color: #FFFFFF;
	overflow: hidden;
}
#banner {
	padding-top: 5px;
}
#mainContent {
	background-color: #FAFAFA;
	text-align: left;
}
#column1 {
	width: 225px;
	float: left;
	padding: 0px 0 12px 0px;
	text-align:right;
	line-height: 1.15;
}
#column1 h2 {
	font-weight:normal;
	color:#FFFFFF;
	padding: 3px 9px;
	font-size: 0.9em;
	margin-right:0;
	margin-bottom: 8px;
}
#column1 a {
	color: #4E4E4E;
	text-decoration: none;
	padding: 9px 2px;
}
#column1 p {margin-right:0}
#column1 ul {margin-right:0}
#column1 li {
	list-style-type: none;
	font-size: 0.9em;
	font-style: italic;
	margin-right: 0px;
	padding-bottom: 8px;
	margin-top: 0px;
}
#column2 {
	padding-left:25px;
	margin-bottom: 2em;
	text-align: left;
	padding-bottom: 15px;
}
#column2 h1, #column2 h2, #column2 h3, #column2 p {
	padding: 0
}
#column2 li {
	margin-top: 0px;
}

.photoCaption {}
#footer {
	clear: both;
}
#footer p {
	color: #AFAFAF;
	text-align: left;
	font-size: 0.9em;
	line-height: 120%
}
#footer a {
	color: #CCCCCC;
}
h1 {
	font-size: 1.3em;
	margin-top: 1.15em;
	line-height: normal;
	color: #657C2E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 1.15em;
}
	
h2 {
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 0px;
	color: #657C2E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 1.15em;
}
	
h3 {
	font-size: 0.95em;
	margin: 1em auto .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
h4 {}
p, ul, ol, li {
	margin-top: 3px;
	margin-right: 1.15em;
}
a {
	color: #657C2E;
}

.h2span {
	font-size: 1.1em;
	margin-top: .5em;
	margin-bottom: 0px;
	color: #657C2E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.box {
	border: 1px solid gray;
	padding: 15px;
	margin: 10px;
}
.caption {
	font-size:0.865em;
}
.photoBox {
	width: 400px;
	float:right;
	margin:0 0 0 10px;}
	
.selected {
	background-color: #E3E3E3;
	display: block;
	font-weight: bold;
}
.selected a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.pullquote {
	width: 200px;
	margin: .5em 0 1em .5em;
	padding: 10px;
	float: right;
	border-left: 3px solid #999;
/*	border: 1px solid #999; */
/*	background-color: #CBDCA3; */
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.65;
	font-style: italic;
	font-size: 1em;
}
.pullquote ul, .pullquote li {
	line-height: normal;
	padding-bottom: 8px;
	margin: 0;
}

.pullquoteCite {
	font-size: 0.9em;
	text-align: right;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
}
.dropcap {float:left;font-size:1.6em;margin-right:4px;}

.floatRight {
	float:right;
	margin-left:20px;
	margin-top: 0px;
}
.floatLeft {
	float:left;
	margin-right:1.5em;
	margin-top: 0px;
}
.narrowColumn {
	width:315px;
	float: left;
}

.submit {
	background-color:#657C2E;
	color: fff;
	padding: 4px;
	font-weight: bold;
	border: 2px solid;
	border-color: #475821;
}
.step {
	background-color: #657C2E;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	font-size: 1.1em;
}
.breadcrumb, .breadcrumb a {
	color: #666666;
	font-size: .95em;
}
#outline {}
#outline ol {
    list-style: decimal;
    margin-left: 2.25em;
    padding: 0; }
#outline ol ol {
    list-style: lower-alpha;
    margin-left: 1.25em;}
#outline ol ol ol {
    list-style: lower-roman;
    margin-left: 2.5em; }
