/*Common*/
body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 62.5%;
	color: #555;
	margin: 0px;
	padding:0;
	text-align:justify;
	background:#efefef;
}
	.Left {
		float: left;
	}
	.Right {
		float: right;
	}
	.Clear {
		clear: both;
	}
h1 {
	font-size: 1em;
	color: #fff;
margin: 0px;
padding: 0px;
}
h2, h2 a {
	font-size: 16px;
	color: #247dab;
margin:0 0 10px 0;
font-weight:bold;
text-decoration:underline;
font-family:Tahoma;	
}

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 0 auto;
}
#menu {
	background:url(images/menu.jpg);
	width:985px;
	height:36px;
}
	#menu ul {
		padding:10px 10px 0 10px;
		margin:0;
	}

#menu li {
	list-style:none;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 5px 0 5px;
}	

	#menu li a {
		font-size:11px;
		color:#ffffff;
	}

#leftColumn {
	background:#e3e3e3;
	width:179px;
	float:left;
}
.maintitle {
	background:url(images/maintitle.jpg);
	width:151px;	
	height:24px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding:7px 0 0 16px;
	margin:6px 6px 0 6px;
}
.maintitlebottom {
	width:167px;
	height:21px;
	background:url(images/maintitlebottom.jpg);
	margin:0 0 0 6px;
}
#rightColumn {
	width:784px;
	background:url(images/rightcolumn.jpg) #FFFFFF repeat-x;
	float:left;
	padding:10px;
}
	#rightColumn h1 {
		color:#6c6c6c;
		font-size:14px;
		font-family:Tahoma;
	}
	#rightColumn p {
		font-size:12px;
		font-family:Tahoma;
		color:#6c6c6c;
		padding:0;
		margin:0;
	}
	
	#wrapper {
		background:url(images/wrapper.jpg) repeat-y;
		width:983px;
	}

.Header {
	margin:0;
	height:84px;
	background:url(images/logobg.jpg) repeat-x ;
	width:985px;
}


.ContentLeft {
	width: 200px;
	margin-right: 5px;
}
	.ContentLeft .ContentArea {
		padding: 5px 10px;
	}
	
	.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: 590px;
	margin-right: 5px;
}
.ContentRight {
	width: 200px;
}
	.ContentHeader {
		background: url(images/content_header_arrow.jpg) #6c6c6c right no-repeat;
		height: 23px;
		line-height: 23px;
		color: #fff;
		padding-left: 10px;
		margin-bottom: 3px;
		font-weight: bold;
	}
	.ContentArea {
		border: 1px solid #bbb;
	}
	.ContentAreaNew {
		background:#ffffff;
		width:167px;
		margin:0 0 0 6px;
	}
	.ContentAreaNew li  {
		
	}
	.ContentRight .ContentArea {
		padding: 10px 8px 0 8px;
	}
.NavigationLink, .Partners a  {
	padding-left: 15px;
	margin:0 4px 0 4px;
	text-align:left;
	display: block;
	height: 27px;
	line-height: 27px;
	border-bottom: 1px solid #eeeeee;
	background: url(images/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 0 10px 0;
	padding: 0;
	width: 170px;
	background-color: #f4f4f4;
	border: 0;
	text-align: center;
	font-weight: bold;
}
.Box a {
	text-decoration:underline;
	font-family:Tahoma;
	font-size:11px;
	color:#646464;
}
	.Spacer {
		float: left;
		width: 15px;
		height: 120px;
		margin: 15px 0;
		padding: 4px;
	}
.Thumbnail {
	height: 120px;
	width: 160px;
	border: 0;
}
.Footer {
	background:url(images/footer.jpg) repeat-x;
	width:980px;
	margin:0 0 0 4px;
	height:109px;
}
.Footer p {
	font-size:11px;
	padding:40px 0 0 25px;
	color:#ffffff;
}
	.Footer p a {
		color:#ffffff;
		text-decoration:underline;
	}
