/*Common*/
body {
	font-family: Verdana, Tahoma;
	font-size: 62.5%;
	color: #555;
	margin: 0px;
	margin-top:10px;
	text-align:justify;
	background-color:#f3fbff;
}
	.Left {
		float: left;
	}
	.Right {
		float: right;
	}
	.Clear {
		clear: both;
	}
h1 {
	font-size: 1em;
	color: #fff;
margin: 0px;
padding: 0px;
}
h2 {
	font-size: 1.4em;
	color: #000;
margin: 0px;
margin-bottom: 5px;
}

h3 {
color: #fff;
margin: 0px;
margin-bottom: 5px;
font-size:12px;
}

a {
	color: #555;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
	.Thumbnail {
		border: 1px solid #aaa;
	}

/*Layout*/
.Position {
	width: 1000px;
	font-size: 1.2em;
	margin: 0 auto 10px auto;
}
.Header {
	height: 103px;
	background-image: url(images/header.jpg);
	margin-bottom:5px;
}
.ContentLeft {
	width: 200px;
	margin-right: 5px;
}
	.ContentLeft .ContentArea {
		padding: 5px 10px;
	}
	.Partners a {
		padding-left: 10px;
		display: block;
		height: 22px;
		line-height: 22px;
		background: url(images/navigation_bullet.jpg) left center no-repeat;
	}
	.Buttons {
		text-align: center;
		border: 1px solid #bbb;
		padding: 5px 8px 10px 8px;
	}
	.Buttons img {
		float: left;
		margin: 5px 0 0 0;
	}
	.ButtonsSpacer {
		float: left;
		width: 2px;
	}
.ContentMiddle {
	width: 799px;
	margin-right: 0px;
}
.ContentRight {
	width: 200px;
}
	.ContentHeader {
		background: #112f40;
		height: 23px;
		line-height: 23px;
		color:#CCCCCC;
		padding-left: 10px;
		margin-bottom: 3px;
		font-weight: bold;
	}
	.ContentArea {
	margin:1px;
	}
	
	.leftarea {
	background:#d5e2e8;
	padding:12px;
	}

	.ContentRight .ContentArea {
		padding: 10px 8px  8px;
	}
	
.NavigationLink {
	padding-left: 10px;
	display: block;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px dotted #aaa;
	background: url(images/navigation_bullet.jpg) left center no-repeat;
}
.FeaturedScreensaver {
	margin: 10px 25px 10px 25px;
	padding: 5px;
	width: 140px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	font-weight: bold;
}
.Box {
	margin: 0 0px 0px 0;
	padding: 4px;
	width: 140px;
	text-align: center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.Spacer {
		float: left;
		width: 1px;
		height: 0;
		margin: 9px 0;
		padding: 4px;
	}
.Thumbnail {
	height: 100px;
	width: 140px;
	border: 1px solid #888;
}
.Footer {
	width: 700px;
	text-align: center;
	margin: 0 auto;
	margin-bottom:5px;
}

.footerhead {
	height: 70px;
	background: #112f40;
	margin-bottom:5px;
	margin-top:10px;
	border: 1px solid #666666;
}