@charset "utf-8";

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #494A3C;
	text-align: justify;
	line-height: 120%;
	background-color: #B7B1A2;
}
.clear_float {
	clear: both;
	position: relative;
}
/* CSS Document */

#page_container {
	width: 1000px;
	background-image: url(../images/pg_container_hdr.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #D1D1F3;
	border: 2px solid #4C493A;
	position: relative;
}

/* CSS Document */


#header {
	width: 1000px;
	height: 325px;
}
#copyright {
	color: #FFF;
	text-align: center;
	width: 100%;
	position: relative;
	top: 90px;
}

#masthead {
	display: none;

}
#logo {
	display: none;
}
#breadcrumbs {
	height: 14px;
	width: 600px;
	position: absolute;
	left: 95px;
	top: 220px;
}
#breadcrumbs p{
	margin: 0px;	
}
#content_container {
	width: 900px;
	margin-left: 50px;
	margin-top: 0px;
}
#footer {
	width: 1000px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 150px;
}
a:link {
	color: #7070DA;
	text-decoration: none;
}

a:visited {
	color: #7070DA;
	text-decoration: none;
}
a:hover {
	color: #EF721F;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 14px;
	margin-left: 10px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 50px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-left: 20px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 50px;
	list-style-type: disc;
}


h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.indent30 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.indent10 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.footnote {
	font-size: 10px;
}

.pagephoto {
	float: right;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 20px;
	border: 1px solid #4C493A;
}
