body{
	background: #8F9699 url(images/background.jpg) repeat-y fixed top center;
	color: #222;
}

h1, h2, h3, h4, h5, h6 {
	color: #022660;
	font-weight: bold;
	padding-top: 5px;
}

p {
	margin: 1em 0 1em 0;
}

#doc {
	background-color: #fff; 
}

#hd{
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 137px;
	cursor: pointer;
}

#bd {
	padding-left: 80px;
	padding-right: 40px;
}

#ft {
	text-align: center;
	font-size: 90%;
	padding: 10px 0px 10px 0px;
}

.ftinfo {
	font-size: 110%;
}

.newlink {
	text-decoration: underline;
	font-size: 122%;
}

h1 {
	font-size: 136%;
}

h2 {
	font-size: 122%;
}

h3 {
	font-size: 107%;
}

h4 {
	font-size: 100%;
}

a {
	text-decoration: none;
	color: #2374A0;
}

a:visited {
	color: #022660;
}

a:hover {
	text-decoration: underline;
	color: #007CA5;
}

#pageLinks {
	position: relative;
	top: 102px;
	left: 35px;
	list-style: none outside;
	padding: 0;
	margin: 0;
}

#pageLinks li {
	display: inline;
}

#pageLinks li a {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 107%;
	text-decoration: none;
	color: #111;
	margin: 0;
	padding-left: 0.7em;
	padding-right: 0.9em;
	border-right: 1px solid #111;
}

#pageLinks li a.pageLinkLast {
	border-right: 0px;
}

#pageLinks li a:visited {
	color: #333;
}

#pageLinks li a:hover {
	color: #eff;
}

.link {
	font-size: 90%;
	font-weight: bold;
	background: url(images/linkimage.gif) center left no-repeat;
	padding-left: 10px;
	margin-left: 5px;
}

.special {
	font-size: 90%;
	font-weight: bold;
	color: #491;
}

.contentsection,
.iconcontentsection {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	vertical-align: top;
}

.contentsectionicon {
	padding: 0px 7px 5px 0px;
	float: left;
}

.iconcontentsection {
	float: left;
	width: 100%;
}

.rtcontentsectionicon {
	padding: 0px 7px 5px 7px;
	float: right;
}

.rticoncontentsection {
	float: right;
	width: 100%;
	padding: 7px 0px 5px 0px;
}

.contentsectiontitle {
	font-size: 115%;
	color: #333;
	font-weight: bold;
	padding-right: 10px;
} 

.contentsection ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
