body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 65% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	min-width: 727px;
}
img {
	border: 0;
}
#headerWrapper {
	background: #005692;
}
#headerInner {
	width: auto;
	margin: 0 5%;
	text-align: left;
}
#logo {
	margin: 0 0 0 20px;
}
#slogan {
	display:none;
}
#topNav {
	display:none;

}

#searchForm {
	display:none;

}
#advancedSearch {
	display:none;
	
}

#mainMenuWrapper {
	display:none;

}
#addWrapper {
	display:none;
	
}
#wrapper {
	width: auto;
	margin: 10px 5%;
	background: #fff;
	text-align: left;
	padding: 20px 30px;
}
.contents p {
	margin: 15px 0 0;
}
p {
	font-size: 1.6em;
	font-family: Georgia, Times, serif;
	color: #000;
	margin: 3px 0 0;
	padding: 0;
	line-height: 1.4em;
}
p big {
	font-size: 1.4em;
	line-height: 1.1em;
}
p.indent big {
	font-size: 1.2em;
	line-height: 1.1em;
}

.contents p a{
	color: #000;
}
.contents p.indent a{
	color: #004887;
}
h1 {
	font-size: 2.5em;
	color: #004887;
	margin: 15px 10px 6px 0;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}
h2 {
	color: #004887;
	font-size: 1.5em;
	margin: 15px 0 0px;
}
h2 a{
	color: #004887;
}
h3 {
	color: #004887;
	font-size: 1.2em;
	margin: 0px 0 8px;
	
}
.date {
	color: black;
}
p em {
	font-size: 1.3em;
	color: #004887;
	font-style: normal;
	margin: 0 0 10px;
}
p a {
	color: #004887;
	
}
a {
	color: #004887;
	
}
h3 {
	color: #c3aa1c;
	font-weight: normal;
	font-size: 1.1em;
	margin: 10px 0 ;
}
h3 a {
	color: #c3aa1c;
	
}
p.indent {
	margin: 0 0 0 20px;
	font-size: 1.4em;
}
.hr {
	height: 1px;
	background: #5e5e5e;
	margin: 15px 0 15px;
	clear: both;
}

.corners {
	margin: 15px 0;
	width: 840px;
	padding: 10px 10px;
	background: #f3f3f3 url('../structureGraphics/cornersBottom.gif') bottom no-repeat;
	position: relative;
}
.cornersTop {
	padding: 10px 10px 0 10px;
	margin: -10px -10px 0px -10px;
	background: url('../structureGraphics/cornersTop.gif') top no-repeat;
}
.corners.withLogo {
	margin-top: 50px;
}
.sectionLogo {
	margin: 20px 0 00;
}
#footer {
	border-top: 5px solid #005293;
	clear: both;
	color: #005293;
	padding: 0 0 30px;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
}
#footer a {
	color: #005293;
}