body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
  	background: #e3e3e3 url('../images/bgfade.jpg') repeat-x;
  	margin: 0 auto;
  	padding:0;
	text-align: center;
	color: #002953;
}

img {
	border: 0px solid white;
}

H1,H2,H3,H4,H5,H6 {
	color: #c0332c;
	margin: 0;
}

A:link, A:visited, A:active {
	color: #0000ff;
	text-decoration: none;
}

A:hover {
	color: #ff0000;
	text-decoration: underline;
}

p A:link, A:visited, A:active {
	color: #0000ff;
	text-decoration: none;
}

p A:hover {
	color: #ff0000;
	text-decoration: underline;
}

#page {
	text-align: center;
	margin-top: 18px;
}

#pagecontent {
	width: 960px;
	margin: 0 auto;
}

#searcharea {
	text-align: right;
	height: 20px;
	margin-right: 0;
}

#fontchangers {
	text-align: left;
	height: 20px;
	margin-right: 0;
	position: relative;
	width: 150px;
	float: left;
}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

#logo {
	width: 960px;
	text-align:left;
	margin: 0 auto;
	padding: 0;
	height: 159px;
}

#menucontainer {
	background: url('../images/contentback.png') repeat-y;
	height: 32px;
	margin: 0;
	padding: 0 0 0 2px;
}

#menucontainer A:link, A:visited, A:active, A:hover {
	text-decoration: none;
}

#contentmain {
	background: url('../images/contentback.png') repeat-y;
	min-height: 450px;
	text-align: left;
	padding: 0 2.5em 2.5em 2.5em;
	margin: 0;
}

#contentmain .ajaxSearch_highlight {
	background: #ffff4c;
}

#contentmain .ajaxSearch_paging {
	font-weight: bold;
	margin-bottom: 3em;
}

#contentmain .ajaxSearch_result {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}

#contentmain .ajaxSearch_resultLink {
	font-weight: bold;
	margin: 1em 0 0 0;
}

#contentmain .ajaxSearch_resultExtract {
	font-weight: normal;
	margin: 0 2em 0 2em;
	padding: 0;
}

#contentmain .ajaxSearch_resultExtract p {
	margin: 0;
	padding: 0;
}

#contentmain A:link, A:visited, A:active {
	color: #0000ff;
	text-decoration: none;
}

#contentmain A:hover {
	color: #ff0000;
	text-decoration: underline;
}


#contentfooter {
	background: url('../images/footerback.png') no-repeat;
	text-align: center;
	padding: 1.5em 2.5em 1.5em 2.5em;
	font-size:8pt;
}

#contentfooter A:link, A:visited, A:active {
	color: #0000ff;
	text-decoration: none;
}

#contentfooter A:hover {
	color: #ff0000;
	text-decoration: underline;
}


#pagefooter {
	text-align: center;
	font-size:7pt;
}

#crumbz {
	text-align: right;
	background: url('../images/contentback.png') repeat-y;
	margin: 0;
	padding: .5em 2em 1em 2px;
	font-size: 8pt;
	height: 1.5em;
}

#contentmain #ajaxSearch_form {
	border: 0;
}







