/*Main Site*/
div#sitecontainer {
	width: 6.25in;
	text-align: left;
	position: absolute;
	background-color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF; /*Background color of entire page*/
	color: #000000;
}

div#header {
	width: 100%;
}

div#header_banner {
	width: 100%;
	background-color: #FFFFFF;
}

div#header_banner_left {
	width: 100%;
	text-align: left;
	/*border-bottom: 1pt solid #000;*/
}

p#breadcrumb, div#right_sidebar, div#sidebar_header, div#sidebar_content, div#sidebar_content ul, div#sidebar_content ul ul li, div#sidebar_content_newsletter, div#footer, div#header_display, div#header_banner_right, div#header_nav, ul#header_nav_ul, ul#header_nav_ul li {
	display: none;
}

img {
	border: 0;
}

div#contentarea {
	width: 100%;
	padding-top: 20pt;
}

div#content {
	width: 100%;
}
p#title {
	font-size: 14pt;
	border-bottom: 1px solid #000;
	margin: 0;
	margin-top: 5pt;
	padding: 0;
	color: #8C0B20;
	line-height: 20pt;
}

p#subtitle {
	font-size: 13pt;
	line-height: 15pt;
	margin: 0;
	padding: 0;
}

.content {
	font-size: 11pt;
	line-height: 15pt;
}
.contentsubtitle {
	font-size: 13pt;
	text-decoration: underline;
	color: #8C0B20;
	line-height: 15pt;
	margin: 0;
	padding: 0;
}
div#searchcontent {
	width: 100%;
}

div.clearfloats {
	clear: both;
}

/*LINKS*/
a:link {
	color: #000000;
	outline: none;
}
a:visited {
	color: #000000;
	outline: none;
}
a:hover {
	color: #8C0B20;
	outline: none;
}
a:active {
	color: #8C0B20;
	outline: none;
}

/*FONT SIZES*/
h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: .9em;
}

h4 {
	font-size: .8em;
}

h5 {
	font-size: .7em;
}

h6 {
	font-size: .65em;
}
/*Definitions*/
dt {
	font-weight: bold;
}
.searchtitle {
	font-size: 1.4em;
}
.searchdescription {
	font-size: 1em;
	color: #000000;
}
.searchdetails {
	font-size: .9em;
	color: #888888;
}
.searchpagenumbers {
	font-size: 1.1em;
	font-weight: bold;
}
dd {
	padding-bottom: 5pt;
	font-style: italic;
}