body {
	margin: 0;
	background-color: #fff;
	background-image: url(images/background-top.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/* text-align: justify; */
}
ul, h1, h2, h3, h4, h5, h6, input, form, p, dt, dd, dl {
	margin:0;
	padding:0;
	list-style:none;
}
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
ol {
	margin-top: 0;
}
li {
	font-size: 11px;
	margin-bottom: 4px;
}
li ul {
	margin-top: 4px;	
}
img {
	border: 0;
}
h1 {
	font-size: 18px;
	padding-bottom: 15px;
	font-family: verdana, "Century Gothic", Arial, sans-serif;
	color: #005b9f;
}
h2, h3 {
	font-size: 14px;
	padding-bottom: 7px;
	font-family: verdana, "Century Gothic", Arial, sans-serif;
	color: #005b9f;
}
	h2 a, h3 a {
		color: #005b9f;
	}
hr {
	height: 1px;
	border: 0px;
	color: #999999;
	background-color: #999999;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear {
	clear: both;
}
.Hidden {
	display: none;
}
a {
	color: #2094c9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}
	fieldset {
		border: none;
		padding: 0;
		margin: 0;
	}
	.TextInput {
		padding: 1px;
		height: 16px;
		width: 231px;
		border: 1px solid #aaa;
	}
	.ButtonInput {
		margin: 0 0 0 2px;
		padding: 0;
		height: 20px;
		font-size: 75%;
		width: 28px;
		border: 1px solid #aaa;
	}
.Position {
	width: 880px;
	margin: 0 auto 0 auto;
}
.Header {
	height: 72px;
	margin-bottom: 10px;
}
.Title {
	margin: 30px 0 0 5px;
	float: left;
}
.Search {
	float: right;
	height: 71px;
	width: 283px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: 0;

}
.SearchContent {
	padding: 0 9px;
}
.SearchContent a {
	font-size: 10px;
	color: #1a749d;
}
.Navigation_Background {
	height: 24px;
	background-image: url(images/navigation-background2.jpg);
	background-repeat: repeat-x;
}
.Navigation {
	height: 24px;
	padding: 0 5px;
	float: left;
	margin-left: 10px;
	background-image: url(images/navigation-background.jpg);
	background-repeat: repeat-x;
}
	.NavigationGeneral {
		display: block;
		float: left;
		height: 18px;
		padding: 3px 12px;
		background-image: url(images/navigation-seperator.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		color: #fff;
	}
	.NavigationSelected {
		display: block;
		float: left;
		height: 15px;
		margin-top: 3px;
		padding: 3px 12px;
		background-color: #fff;
		color: #776c62;
		text-decoration: none;
	}
.Content1 {
	border: 1px solid #ccc;
	border-top: 0;
	padding: 0 10px 10px 10px;
background-color: #fff;
}
.Content2 {
	border: 1px solid #ccc;
	border-top: 0;
	background-image: url(images/content-background.jpg);
	background-repeat: repeat-y;
background-color: #fff;
}
.MainContent {
	float: left;
	width: 650px;
	padding: 5px 10px;
}

.Thumbnail {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.Sidebar {
	float: right;
	width: 188px;
	padding: 5px 10px;
	font-size: 11px;
}
.Footer {
	margin: 5px;
	text-align: center;
	font-size: 12px;
	color: #666;
}

.Splash {
	padding: 10px 0;
	background: url(images/splash-background.jpg) #fff no-repeat center;
	width: 858px;
	height: 166px;
	font-size: 10px;
}
	.Splash strong {
		margin: 0;
		padding: 0;
		font-size: 12px;
		color: #fff;
	}
	.Splash a {
		color: #fff;
	}
	.Splash img {
		float: left;
	}
	.SplashColumn {
		float: left;
		width: 189px;
		margin: 11px 0 0 5px;
	}
		.SplashColumn a {
			display: block;
			height: 45px;
			padding-top: 3px;
		}
		.SplashColumn a:hover {
			background-color: #78aec6;
			text-decoration: none;
			cursor: pointer;
		}
		.SplashColumn a img {
			margin: 5px;
			margin-top: 2px;
		}
.HomeColumn {
	float: left;
	width: 49%;
}
	.HomeColumn h2 {
		font-size: 18px;
		/*color: #555;*/
	}
	.HomeColumn strong {
		font-weight:normal;
	}