/* Blue was this #4040ff; now changed to#666633 */

* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: Black;
}

DIV#container {
	text-align: left;
	margin: 0px auto 0 0;
	width: 100%;
}

DIV#header {
	display: none;
}
DIV#printhead {
	display: block;
}
DIV#tabs {
	display: none;
}
#headtable TD {
	color: White;
	line-height: 175%;
}

#pagecopy {
	margin-left: 20px;
	width: 90%;
}

#twocol {
	line-height: 150%;
}

DIV#breaker{
	clear:both; 
	margin-bottom: 10px;
}
DIV#pageBlock{
	/*width: 900px;*/
	padding-top: 10px;
}

TD, TH {
	/* font-size: 75%; */
	vertical-align : top;
}

TH {
	font-weight: bold;
}

DIV#pagecopy {
	padding-top: 10px;
	line-height: 175%;
}

.picborder {
	border: 1px solid #666633;
}
.photolabel {
	color: Black;
	margin-top: 1em;
	font-weight: bold;
}

A.whitelink:link, A.whitelink:active, A.whitelink:visited  { 
	text-decoration: none ; 
	font-weight: bold; 
	color: White; 
}
A.whitelink:hover   { 
	text-decoration: underline ; 
	color: Black;
}

DIV#footer {
	display: none;
}

#footer A:link, #footer A:active, #footer A:visited  { 
	text-decoration: none ; 
	color: Gray; 
}
#footer A:hover { 
	text-decoration: underline ; 
	color: Black;
}

H1 {
	color: #666633;
	font-size: 2em;
	margin-bottom: 0.4em;
}
H2 {
	color: #666633;
	font-size: 1.6em;
}
H3 {
	color: #666633;
	font-size: 1.5em;
	margin-bottom: 1em;
	font-weight: normal;
}
STRONG, B {
	color: #666633;
}

P, FORM {
	margin-bottom: 1em;
}

A:link, A:active, A:visited  { 
	text-decoration: underline ; 
	color: #666633; 
}
A:hover   { 
	text-decoration: underline ; 
	color: Black;
}

.inbox {
	width: 300px;
	font-size: 2em;
}
.inarea {
	height: 10em;
}

UL {
	margin-bottom: 1em;
}
LI {
	margin-left: 20px;
}

OL LI {
	margin-bottom: 1em;
	margin-left: 40px;
}

#conTable {
	border-collapse: collapse;
	padding: 4px;
}
#conTable TD {
	padding: 4px;
}
.intro {
	color: Gray;
}

DIV#homeStrap {
	color: #666633;
	border: 1px solid #666633;
	background-color: #EEE3EE;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 1em;
}

.placepic {
	float: right; 
	margin-left: 10px; 
	margin-bottom: 10px;
	display: none;
}

.placeMap {
	float: right; 
	margin-left: 10px; 
	margin-bottom: 10px;
}

div.placepic {
	width: 180px;
	text-align: right;
}
div.placepic img {
	width: 150px;
	height: 100px;
}

.topbigleft {
	margin-right: 11px;
}
.topbigleft, .topbigright {
	width: 280px;
	height: 210px;
}

p.example {
	border: 1px dotted #666633;
	margin-left: 20px;
	margin-right: 40px;
	background-color: White;
	padding: 9px;
}

.pagebreak {
	page-break-after: always;
}