/*Common*/
body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 62.5%;
	color: #555;
	margin: 0px;
	text-align:justify;
}
	.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: #d77b24;
margin: 0px;
margin-bottom: 5px;
}
h3 {	
	font-size: 1.0em;
	color: #006295;
	margin: 0px;
	margin-bottom: 5px;
}
h6 {
	font-size: 10px;
	color: #777;
	margin: 5px;
	margin-bottom: 5px;
}
a {
	color: #0000ff;
	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 {
	margin-top: 10px;
	height: 106px;
	background-image: url(images/header.jpg);
}
.ContentLeft {
	margin-top:10px;
	width: 200px;
	margin-right: 5px;
}
	.ContentLeft .ContentArea {
		padding: 5px 10px;
	}
.ContentLeftHalf {
	margin-top:10px;
	width: 150px;
	margin-right: 5px;
}
	.ContentLeftHalf .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 {
	margin-top: 10px;
	width: 590px;
	margin-right: 5px;
}
.ContentMiddleFull {
	margin-top:10px;
	width: 790px;
	margin-right: 5px;
}
.ContentMiddleHalf {
	margin-top:10px;
	width: 690px;
	margin-right: 5px;
}

.ContentRightHalf {
	margin-top: 10px;
	width: 150px;
}

.ContentRight {
	margin-top: 10px;
	width: 200px;
}
	.ContentHeader {
		background-color: #6c6c6c;
		height: 23px;
		line-height: 23px;
		color: #fff;
		padding-left: 10px;
		margin-bottom: 3px;
		font-weight: bold;
	}
	.ContentArea {
		border: 1px solid #bbb;
	}
	.ContentRight .ContentArea {
		padding: 10px 8px 0 8px;
	}
.NavigationLink {
	padding-left: 5px;
	display: block;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px dotted #aaa;
}
.NavigationLink:hover {
	padding-left: 5px;
	display: block;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px dotted #aaa;
	background-color:#f4f4f4;
}
.NavigationLinkSub {
	padding-left: 15px;
	display: block;
	height: 22px;
	color: #0000ff;
	background-image: url(images/subarrow.png);
	background-position:left;
	background-repeat:no-repeat;
	line-height: 22px;
	border-bottom: 1px dotted #dedede;
}
.NavigationLinkSub:hover {
	padding-left: 15px;
	display: block;
	height: 22px;
	color: #0000ff;
	line-height: 22px;
	background-image: url(images/subarrow.png);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom: 1px dotted #dedede;
	background-color:#f4f4f4;
}
.FeaturedScreensaver {
	margin: 10px 25px 10px 25px;
	padding: 5px;
	width: 140px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	font-weight: bold;
}
.Box {
	margin: 0 0 10px 0;
	padding: 4px;
	width: 170px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	font-weight: bold;
}
.Box:hover {
	margin: 0 0 10px 0;
	padding: 4px;
	width: 170px;
	background-color: #d9d9d9;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	font-weight: bold;
}
	.Spacer {
		float: left;
		width: 5px;
		height: 120px;
		margin: 10px 0;
		padding: 4px;
	}
.Thumbnail {
	padding: 2px;
	background:#fff;
	height: 120px;
	width: 160px;
	border: 1px solid #fff;
}
.Footer {
	width: 200px;
	text-align: center;
	margin: 0 auto;
}