/*  Fieldworker Report CSS  */

/* This file provides styling for the "report" windows that link from shorter introductions that are within the regular WCF site structure. This format was introduced to create a more flexible and spacious presentation than the styling of the WCF site. - February 2009 */

body {
	font-family: "American Typewriter", "Courier New", Courier, Monaco, monospace;
	font-size: 14px;
	color: #4d4d4d;
	padding-right: 10px;
	text-align: center;
	min-width: 600px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #59832f;
}


h1 {
	font-size: 1.5em;
	margin-top: 8px;
	clear: both;
}

h2 {
	font-size: 1.3em;
	margin-top: 8px;
	clear: both;
}

h3 {
	font-size: 1.1em;
	margin-top: 4px;
}

p {
	line-height: 18px;
}

.content_bold {
	color: #353942;
	font-weight: bold;
}

.a:link {
	color: #777777;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

.clear {
	clear: both;
}

ol {
	
}

#container {
	margin:0 auto;
	border-color: #b1b1b1;
	border-style: solid;
	border-width: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
	width: 600px;
	text-align: left;
}

#mainTitle {
	border-bottom-color: #dac9a7;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	margin-top: 10px;
	color: #3a2412;
	font-weight: bold;
	font-size: 35px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#subTitle {
	color: #999999;
	font-size: 18px;
}

/*  Images  */

.imageContain {
	padding: 4px;
	margin: 6px 0px 6px 6px;
	float: right;
}

.imageContainLeft {
	padding: 4px;
	margin: 6px 6px 6px 0px;
	float: left;
}

.imageContainCenter {
	padding: 4px;
	margin: 6px 6px 6px 6px;
}

.caption {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-top: 4px;
	font-size: .8em;
}