@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #6d5a39;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/layout/body-bg.jpg);
	background-repeat: repeat;
}
.contactinfo {
	line-height: 1.2em;
	color: #f7f0e2;
	padding: 0px;
	font-size: .8em;
}
a:link {
	color: #3d6a98;
	text-decoration: none;
}
a:visited {
	color: #1a3c5e;
	text-decoration: none;
}
a:hover {
	color: #3c91dd;
	text-decoration: underline;
}
a:active {
	color: #94b7d6;
	text-decoration: none;
}
p {
	font-size: .938em;
	line-height:1.5em;
	color: #6d5a39;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.25em;
	margin-left: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.625em;
	font-weight:lighter;
	line-height:1.25em;
	color: #867d39;
	margin-top: 0.1em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding: 0px 0px 0.25em 0px;
	background:transparent url(../images/layout/underline.gif) repeat-x scroll center bottom;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.313em;
	font-weight:lighter;
	color: #867d39;
	margin-top: 1.25em;
	margin-right: 0px;
	margin-bottom: 0.3em;
	margin-left: 0px;
	padding: 0px;
}
h3 {
	padding: 0px;
	margin: 0 0 .25em 0;
	font-size: 0.875em;
	font-weight: bold;
	color: #6d5a39;
}
.overviewtext {
	color: #3d6a98;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size: 1.125em;
	line-height:1.625em;
	padding: 0 0 1em 0;;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	background:transparent url(../images/layout/underline.gif) repeat-x scroll center bottom;
}
.note {
	font-size: .75em;
}
.alert {
	color: #ff0000;
	font-weight:bold;
}
ul {
	font-size: 0.875em;
}
/*-------------- Footer ----------------*/
#wrapper #footerwrapper #footercontent {
	color: #cdc49b;
	font-size:0.938em;
	line-height:1.067em;
}
#wrapper #footerwrapper #footercontent p {
	font-size: 0.875em;
	line-height: 1.125em;
	color: #cdc49b;
	margin-bottom: 0.25em;
}
#wrapper #footerwrapper #footercontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #f7f4e0;
	margin: 0px;
	padding: 0px;
	background-image:none;
}
#wrapper #footerwrapper #footercontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.125em;
	color: #e3dfc2;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0.15em;
	margin-left: 0px;
	padding: 0px;
}
#wrapper #footerwrapper #footercontent .footerthreecol a:link {
	color: #e3dfc2;
	text-decoration: none;
}
#wrapper #footerwrapper #footercontent .footerthreecol a:visited {
	color: #c0bba3;
	text-decoration: none;
}
#wrapper #footerwrapper #footercontent .footerthreecol a:hover {
	color: #f7f4e0;
	text-decoration: underline;
}
#wrapper #footerwrapper #footercontent .footerthreecol a:active {
	color: #ffffff;
	text-decoration: none;
}
/*------ Bulleted List Navigation -------*/
#subnavigation {
	margin: 0 0 1.5em 0;
	padding:0;
	list-style-type:none;
}
#subnavigation ul {
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0 0 1em 0;
}
#subnavigation ul li a {
	padding-left: 20px;
	text-align: left;
	text-decoration: none;
}
/*
#subnavigation ul li a:hover {
	color: black;
}
#subnavigation ul li a#current {
	color: #666;
}
*/
/*------ Sub Navigation -------
#subnavigation ul {
	margin: 0em 0em 0.6em 0em;
	padding: 0;
	list-style-type: none;
}
#subnavigation li {
	margin: 0 0 .2em 0;
}
#subnavigation a {
	display: block;
	color: #FFF;
	background-color: #036;
	padding: .2em .8em;
	text-decoration: none;
}
#subnavigation a:hover {
	background-color: #369;
	color: #FFF;
}
----------------------*/
.paperbutton {
	height: 45px;
	width: 155px;
	background:url(/images/layout/paper-button.gif) no-repeat left top;
	padding: 15px 15px 0 15px;
	margin: 0 0 1em 0;
	text-align:center;
}
.line {
	background: url(/images/layout/underline.gif) repeat-x left center;
	clear:both;
}
