@charset "utf-8";
 
.navbar {
	float: left;
	width: 780px;
	height: 30px;
	background-color: #6699CC;
}
.headerimageholder {
	float: left;
	width: 780px;
	height: 350px;
}
.containerformainframes {
	float: left;
	width: 780px;
}
.maintextframe {
	float: left;
	width: 515px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
.sidebarframe {
	float: right;
	width: 235px;
	margin-top: 10px;
	margin-right: 10px;
}
.footerbar {
	float: left;
	width: 780px;
	height: 20px;
	background-color: #6699CC;
	margin-top: 5px;
}
.sidebarimageframe {
	float: left;
	width: 235px;
	height: 150px;
	border-bottom-color:#4D78D2;
	border-top-color:#4D78D2;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	
}
.footertextleft {
	float: left;
	width: 250px;
	height: 15px;
	padding-left: 10px;
	font-size: 10px;
	padding-top: 2px;
	color: #003366;
	font-weight: bold;
}


.footertextright {
	float: right;
	width: 300px;
	height: 15px;
	padding-right: 10px;
	font-size: 10px;
	padding-top: 2px;
	text-align: right;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.footertextright a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.addthisdiv {
	float: left;
	width: 235px;
	height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
.imagegalthumbframediv {
	float: left;
	width: 155px;
	height: 155px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
	
}
