body {
	margin: 0;
	text-align: center;
	font-family: arial;
	background-color: #eeeeee;
	color: #333;
	font-size: 13px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
img {
	border: 0;
}
a {
	color: #0066a4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #359535;
	margin: 0;
	font-size: 20px;
}
h2 {
	margin: 0;
	margin-top: 10px;
	font-size: 16px;
}
hr {
	border: 0;
	height: 1px;
	color: #c8c8c8;
	background-color: #c8c8c8;
}

.Position {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}
.Header {
	height: 108px;
	padding: 0 10px;
}
.Logo {
	float: left;
	height: 108px;
}
	.Logo .Icons {
		padding: 13px 10px 0 10px;
		float: left;
	}
	.Logo .Text {
		padding: 23px 10px 0 10px;
		float: left;
	}
.HeaderAd {
	width: 500px;
	padding-top: 15px;
	height: 60px;
	float: right;
	margin: 16px 0 0 0;
	background-color: #f0f9ff;
	border: 1px solid #aaccff;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.Navigation {
	height: 41px;
	background-image: url(images/navigation.jpg);
}
	.Navigation .Links {
		float: left;
		width: 713px;
		height: 41px;
	}
	.Navigation .Search {
		float: right;
		text-align: right;
		width: 250px;
		margin: 9px 13px 0 0;
	}
.Content {
	background-color: #fff;
	background-image: url(images/content-background.jpg);
	background-repeat: repeat-y;
	border: 1px solid #c8c8c8;
	border-top: 0;
}
.ContentLeft {
	float: left;
	width: 180px;
	padding: 5px 10px 10px 10px;
}
	.ContentLeft .Heading {
		color: #359535;
		font-weight: bold;
		margin-bottom: 2px;
	}
	.ContentLeft a {
		display: block;
		background-image: url(images/link-bullet.jpg);
		background-repeat: no-repeat;
		background-position: center left;
		padding-left: 10px;
	}
	.ContentLeft a.Selected {
		font-weight: bold;
	}
	.ContentLeft a.NonBullet {
		background: none;
		margin: 5px 0 0 0;
		padding: 0;
	}
.ContentRight {
	float: right;
	width: 750px;
	padding: 5px 15px 10px 20px;
}
.Footer {
	text-align: center;
	margin-top: 5px;
	color: #666;
}