/* GENERAL GLOBAL STYLES */

body {
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border: none;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

hr {
	border: none;
	color: #999999;
	background-color: #999999;
	height: 1px;
	width: 100%;
}

a:link, a:visited {
	color: #003D07;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #999999;
}

.emphasize {
	color: #003D07;
	font-weight: bold;
}

.title {
	color: #003D07;
	font-size: 14px;
}

.center {
	text-align: center;
}



/* CONTACT PAGE TABLE */

table.contacttable {
	width: 460px;
	margin-top: 15px;
	margin-left: 40px;
	line-height: 1.5;
}

table.contacttable tr td.leftcell {
	width: 250px;
}

table.contacttable tr td.rightcell {

}

table.contacttable tr td.contacthd {
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.contactheader {
	font-size: 12px;
	color: #003D07;
	font-weight: bold;
}

.contacttitle {
	font-size: 14px;
}

div.contact {
	font-size: 10px;
	padding-left: 8px;
	margin-bottom: 25px;
}

div.contact a:link, div.contact a:visited {
	font-size: 12px;
	color: #003D07;
	text-decoration: none;
	font-weight: normal;
}

div.contact a:hover {
	color: #999999;
}

div.contactcategory {
	width: 184px;
	padding: 8px;
	margin-bottom: 8px;
	background-color: #E0E0E0;
}






/* DIV STYLES */

div#title {
	margin-top: 40px;
	padding-left: 40px;
}

div.copy {
	padding: 10px 40px 0px;
	line-height: 1.5;
}

div.copy h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

div.example {
	padding: 5px 40px 5px 75px;
	background: url('/siteflow/images/example_tab.gif') top left no-repeat;
	background-color: #D9E2DA;
	margin-right: 1px;
}

div#header_logo {
	margin-top: 13px;
	margin-left: 68px;
}

div#footer {
	width: 500px;
	float: right;
	margin-top: 10px;
	margin-right: 25px;
	font-size: 10px;
	text-align: right;
	
}

.footerbig {
	font-size: 14px;
	font-weight: bold;
}

