﻿/* CSS layout */
body {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 105%;
	background-color: #EFEFEF;
}
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border: 1px gray solid;
	background-color: #FFFFFF;
}
#masthead {
	border-bottom: 3px #CCCCCC solid;
	padding-bottom: 25px;
}
#subnav a {
	margin-top: 115px;
	margin-right: 100px;
	padding-left: 20px;
	text-decoration: none;
	float: right;
	white-space: nowrap;
	font-size: 100%;
}
.logo {
	border-width: 0px;
	margin: 5px 5px 5px 25px;
}
#top_nav {
	padding-left: 25px;
	background-color: #F2F2F2;
	background-repeat: repeat-x;
	height: 30px;
	border-bottom: 1px #DADADA solid;
}
#breadcrumb {
	padding-left: 75px;
	padding: 3 0 3 0;
	background-color: #E4E4E4;
	font-size: 80%;
}
#page_content {
	min-height: 600px;
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 75%;
	color: black;
	text-decoration: none;
}
h3 {
	color: #135241;
}
p {
	line-height: 20px;
}
a {
	color: #135241;
}
.home_image {
	border-style: solid;
	border-width: 1px;
	margin-left: 50px;
}
.indent {
	margin-left: 60px;
}
.indent20 {
	margin-left: 20px;
}
ul {
	margin-bottom: 20px;
}
li.bullet_spacing {
	margin-bottom: 20px;
}


ol li {
	margin-bottom: 20px;
}

