/* CSS Document */

BODY{
	margin:0 auto;
	background-image:url(images/bg.png);
	background-attachment:scroll;
	background-repeat:repeat-x;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	background-color:#63737A;
}

.content { 
	background: #333 repeat-y center;
	color: #333333; 
	margin: 0 auto; 
	padding: 0; 
	width: 730px;
}

a {text-decoration:none;}
a:link {color: #333;}   
a:hover {color: #000;}

h2{
	color:#49555B;
	font-size:16px;
	margin:0px;
	font-weight:bold;
}

h3{
	color:#49555B;
	font-size:13px;
	margin:0px;
}

.header{
	width:730px;
	background-image:url(images/header.gif);
	height:69px;
}

.header a{
color:#FFFFFF;
}

.mid_column{
	width:730px;
	padding:0px;
	margin:0px;
}

.block_btm{
	width:730px;
	height:45px;
}


.blocks{
	width:114px; 
	height:35px;
	background-color:#333333; 
	float:left;
	color:#999999;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	font-size:12px;
}

.blocks a{
color:#fff;
}

.blocks a:hover{
color:#ccc;
}

.blocks a:active{
background-color:#595959;
}

.main_content_area{
	background-color:#FFFFFF;
	width:730px;
	padding-top: 15px;
}

.footer{
	width:730px;
	background-color:#63737A;
}


.title{
	color:#EBEBEB;
	padding-top: 0px;
	float:left;
	width:400px;
	height:50px;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}



.navigation{
	font-size:11px;
	float:right;
	padding-top:35px;
	padding-right:15px;
	color:#FFFFFF;
}

.navigation a:link{
	font-size:11px;
	color:#FFF;
}

.content_area{
	width:547px;
	float:left;
	border-right: 1px #999 solid;
}

.sub_content{
	background-color:#49555B;
	width:147px;
	float:right;
	color: #FFF;
	margin-right:8px;
	padding:10px;
	font-size:12px;
}

.sub_content a{
color:#ccc;
}

.sub_content a:hover{
color:#fff;
}

.sub_nav{
	width:125px;
	padding:10px;
	color:#2B3236;
	border-right: 1px #999 solid;
	font-size:10px;
	line-height:10px;
}

.sub_nav ul{
	padding:0px;
	list-style:none;
}

.sub_nav a{
color:#49555B;
}

.sub_nav a:hover{
color:#202528;
}


.content_area2{
	width:350px;
	float:right;
	padding-right:5px;
	padding-left:5px;
	margin-right:20px;
	font-size:11px;
}

.scroller{
	overflow:auto;
	width:150px;
	height:200px;
	border: solid 1px #CCCCCC;
	list-style:none;
}

.nav{
	color:#fff;
	font-weight:bold;
	font-size:10px;
}

.nav:visited{
	color:#fff;
}

.nav:hover{
	color:#ccc;
}

ul.menu{
	margin:0px;
	padding:5px;
	list-style:none;
	width:110px;
}

img.screenshot{
	width:60px;
	height:50px;
	float:right;
}
