body {
	background-color: white;
	margin: 0;
}
p, a, li, td, th, div {
	font-family: "Arial", Verdana, Sans-Serif;
	color: black;
	font-size: 12px;
}
p {
	margin-bottom: 7px;
	margin-top: 7px;
}
p.boxheader {
	font-size: 13px;
	font-weight: bold;
	color: #3088cf;
}
a {
	color: #3088cf;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	width: 100%;
	background-color: white;
	text-align: center;
}
#headerimage {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#headerlinks {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: right;
	color: #aaaaaa;
}
#headerlinks a {
	margin-left: 7px;
	margin-right: 7px;
	font-size: 11px;
	font-weight: bold;
}
#headercontainer {
	width: 980px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/headerbuttonbackground.jpg);
	background-repeat: repeat-x;
}
#headerline {
	width: 100%;
	height: 1px;
	background-color: #e2e6e7;
}
#headerpath {
	width: 980px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
}
#headerpath p {
	text-align: left;
	font-size: 10px;
}
#headerpath a {
	text-align: left;
	font-size: 10px;
}
#middle {
	width: 100%;
	background-image: url(../images/middle_background.jpg);
	background-repeat: repeat-x;
}
#footer {
	width: 100%;
	height: 89px;
	background-image: url(../images/footer_background.jpg);
	background-repeat: repeat-x;
	
}
#footercontainer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#footerleft {
	float: left;
	margin-top: 10px;
}
#footerright {
	float: right;
}
p.footer {
	font-size: 10px;
	color: #5391ca;
}
a.footer {
	font-size: 10px;
	font-weight: bold;
	color: #3088cf;
}
#spacer {
	clear : both;
}
#content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 15px;
	background-image: url(../images/containerbackground.jpg);
	background-repeat: repeat-x;
	background-color: white;
}
img {
	display: block;
}
