body {
	background: url(images/background.jpg) repeat-x #eee;
	font-family: arial;
	font-size: 12px;
	margin: 0;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear {
	clear: both;
}
a {
	color: #3d99ee;
	outline: none;
	border-bottom: 1px dotted #3d99ee;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #3d99ee;
}
img {
	border: 0;
}
h1, h2 {
	margin: 0 10px 0 0;
	padding: 2px 10px;
	font-size: 12px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
form {
	margin: 0;
	padding: 0;
}
.InputText {
	margin: 5px;
	margin-bottom: 0;
	width: 181px;
	padding: 3px 2px;
}
.Position {
	width: 857px;
	margin: 0 auto;
}
.Header {
	height: 177px;
}
.ContentTop {
	clear: both;
	background-image: url(images/content-background-top.gif);
	height: 8px;
	width: 857px;
}
.Content {
	background-color: #fff;
}
.ContentLeft {
	float: left;
	background: url(images/sidebar-background-top.jpg) no-repeat top #69abe9;
	width: 206px;
	margin-left: 11px;
	padding-top: 9px;
	font-size: 11px;
}
	.ContentLeft .Heading {
		display: block;
		height: 36px;
		width: 170px;
		padding-left: 36px;
		background: url(images/heading-bullet.jpg) no-repeat left #95ccff;
		text-transform: uppercase;
		font-weight: bold;
		color: #fff;
		line-height: 36px;
		font-size: 12px;
	}
		.ContentLeft a {
			color: #fff;
			border-bottom: 1px dotted #fff;
		}
		.ContentLeft a:hover {
			border-bottom: 1px solid #fff;
		}
	.NavigationItem {
		display: block;
		height: 20px;
		line-height: 20px;
		padding-left: 5px;
	}
.ContentRight {
	float: left;
}
.MainContent {
	clear: both;
	width: 636px;
	width: 520px;
}
.Thumbnail {
	float: left;
	margin: 0 10px 10px 0;
	padding: 8px;
	padding-top: 0;
	background-color: #eee;
	width: 137px;
	border: 1px solid #ccc;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
}
	.Thumbnail img {
		border: 1px solid #999;
		width: 135px;
		height: 108px;
	}
.Footer {
	background-image: url(images/footer.gif);
	height: 26px;
	font-size: 11px;
	text-align: right;
	line-height: 26px;
	padding-right: 10px;
	color: #555;
	margin-top: 10px;
}
	.Footer a {
		color: #555;
		text-decoration: none;
		border-bottom: none;
	}
	.Footer a:hover {
		text-decoration: underline;
		border-bottom: none;
	}

.LinkTo {
	width: 472px;
	border: 1px solid #69B3E3;
	background-color: #EAF3FA;
	padding: 10px 10px 0 10px;
	text-align: center;
}
	.LinkTo input {
		width: 210px;
	}