body{
	color:#69696C;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}



#withlogo{
	width:851px;
	margin:auto;
	position:relative;
	padding-left:131px;

}

#logo{
	position:absolute;
	top:0;
	left:0;

}


#container{
	width:840px;
	margin:auto;
}


#top{
	font-size:14px;
	margin-bottom:0px;
	padding-bottom:20px;
	background:url(img/line.gif) bottom center no-repeat;
}

#top .text{
	width:315px;
	float:right;
}



#top .bigimage{
	float:left;
	margin-top:15px;
}
#top h2{
	color:#343B7C;
	font-size:15px;
	font-weight:bold;
}		

#top a.button2,
#top a.button3{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	font-size:30px;
	line-height:25px;
	padding:15px 20px;
	margin:0;
	background:#fff no-repeat left center;
	cursor:pointer;
}

#top a.button2{
	background-image:url(img/bg-1.gif);
}
#top a.button3{
	background-image:url(img/bg-2.gif);
}

#top a.button2:hover,
#top a.button3:hover{
	color:#CFF4FC;
}

.box{
	width:195px;
	float:left;
	margin:0 6px;
	font-size:11px;
}

.box a.title{
	display:block;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background:#fff url(img/box_title.gif) center center no-repeat;
	font-size:12px;
	text-align:center;
	height:36px;
	padding-top:18px;
	margin-top:0px;
	text-transform:uppercase;

}

.box a.title:hover{
	color:#CFF4FC;
}


.selected{
	color:#C62730;
	font-weight:bold;
}

.clear{
	clear:both;
}
