/* CMS Layout */

/* header */
.header{
	width:765px;
	height:190px;
	padding:20px;
}

/* content */
.page {
	width:765px;
	height:550px;
	overflow:auto;
	padding:0px 20px 20px 20px;
}

.thanksPage {
	width:425px;
	height:300px;
	overflow:auto;
	padding:0px 20px 20px 20px;
}


#contentLeft {
	float:left;
	clear:left;
	width:360px;
}

#contentRight{
	width:360px;
	float:right;
	clear:right;
}

#eventLeft {
	float:left;
	clear:left;
	width:360px;
	height:300px;
	overflow:auto;
}

#eventRight{
	width:360px;
	float:right;
	clear:right;
	height:300px;
	overflow:auto;
}

#contentFull {
	width:745px;
	float:left;
	clear:both;
	margin-top:10px;
}

.media {
	margin-left:15px;
}

.contentImage {
	float:left;
	padding-right:10px;

}

.contentImageRight {
	float:right;
	padding-left:10px;

}
					
#docBtn {
	width:155px; 
	padding:2px; 
	margin:5px; 
	text-align:center;  
	float:left;
}					

#docList {
	height:200px;
	overflow:auto;
}							

#archiveBox {
	clear:both;
	height:300px;
	overflow:auto;
	padding:5px;
}

#rssDisplay {
	height:350px;
	overflow:auto;
	margin-bottom:5px;
}

.footer {	
	width:805px;
	height:40px;
	padding:5px 0px;
}