/*Common*/
body
{
	background-color: #9fd0df;
	font-family:Arial, Tahoma, Verdana;
	font-size:62.5%;
	color:#054057;
	margin:0;
	text-align:justify;
}

.Left
{
	float:left;
}

.Right
{
	float:right;
}

.Clear
{
	clear:both;
}

h1, h2
{
	font-size:1em;
	color:#fff;
	margin:0;
	padding:0;
}

h3 
{
	color:#4cb0db;
	font-size: 20px;
}

p
{
	padding: 8px;
}

a
{
	color:#1c262a;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

img
{
	border:0;
}

.Thumbnail
{
	border:1px solid #88a0aa
}

/*Layout*/
.Position
{
	background: #FFFFFF;
	width:990px;
	font-size:1.2em;
	margin:0 auto 10px;
}

.Header
{
	background: #9fd0df;
	margin-bottom: -3px;
}

.Menu
{
	background: #4cb0db url(../images/menu_bg.png) repeat-x;
	height: 41px;
	margin-bottom: 20px;
}

.Menu a
{
	margin-right: -3px;
}

.ContentLeft
{
	width:203px;
	margin-left:4px;
}

.ContentLeft .ContentArea
{
	padding:5px 10px;
	border:1px solid #88a0aa;
}


.Partners a
{
	padding-left:10px;
	display:block;
	height:22px;
	line-height:22px;
	background:url(../images/navigation_bullet.PNG) left center no-repeat;
}

.Buttons
{
	text-align:center;
	border:1px solid #bbb;
	padding:5px 8px 10px;
}

.Buttons img
{
	float:left;
	margin:5px 0 0;
}

.ButtonsSpacer
{
	float:left;
	width:2px;
}

.ContentMiddle
{
	width:770px;
	margin-left:5px;
}

.ContentRight
{
	width:200px;
}

.ContentHeader1
{
	background:url(../images/side_bg.PNG) #4cb0db right no-repeat;
	height:30px;
	line-height:30px;
	color:#fff;
	padding-left:10px;
	margin-bottom:3px;
	font-weight:bold;
}

.ContentHeader
{
	background:url(../images/sub_bg.PNG) #4cb0db right no-repeat;
	height:30px;
	line-height:30px;
	color:#fff;
	padding-left:10px;
	margin-bottom:3px;
	font-weight:bold;
}

.ContentThumbs
{
	margin-left:15px;
	margin-top:10px;
}


.ContentRight .ContentArea
{
	padding:10px 8px 0;
}

.NavigationLink
{
	padding-left:10px;
	display:block;
	height:22px;
	line-height:22px;
	border-bottom:1px dotted #88a0aa;
	background:url(../images/navigation_bullet.PNG) left center no-repeat;
}

.FeaturedScreensaver
{
	margin:10px 25px;
	padding:5px;
	width:140px;
	background-color:#f3f3f3;
	border:1px solid #88a0aa;
	font-weight:bold;
}

.Box
{
	margin:0 0 10px;
	padding:4px;
	width:168px;
	border:1px solid #88a0aa;
	text-align:center;
}

.Spacer
{
	float:left;
	width:5px;
	height:120px;
	margin:10px 0;
	padding:4px;
}

.Thumbnail
{
	height:120px;
	width:160px;
	border:1px solid #888;
}

.Footer
{
	font-size: 11px;
	width:600px;
	text-align:center;
	margin: 20px auto;
	clear:both;
	color: #005c77;
}

.Bottom
{
	background:url(../images/bottom_bg.PNG) #4cb0db repeat-x;
	height:45px;
	margin-bottom: -10px;
}