@charset "utf-8";
/* CSS Document */

/* CSS Document */


/* this is for the administration pages */
.gallery img{float: right; margin-left: 2em;}
.gallery {height: 106px;text-align: right; padding: 1em; clear: both; }

#title{
	background-color:#8bb3ba;
	color:#ffffff;
	padding-left:50px;
	font-weight:bold;
}

/* CSS Document */
#mainInfo{
	color: #ffffff; 
	background-color:#333;
}
#mainInfo h2{
	color:#ffffff; 
	text-align:center;   
	/*background-color: #ffffff;*/
	background-color: #379045;
	padding-right: 1em; 
	padding-left: 0; 
	margin-top: 0;
}
#mainInfo dl dt {
	font-size: 1.2em; 
	font-weight: bold; 
	padding-top: 1.2em; 
	padding-bottom: 1.25em;
}

#mainInfo dl dd {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #e8e8e8;
	padding-left: 1em;
	padding-bottom: 0.2em;
	margin-bottom: 0px;
}
#underline{
	background-color:#212121;
	padding-bottom: 15px;
}