/* CSS Document */


body{
	margin: 0px;
	background: url('images/background.jpg') repeat-x;
	font-family: arial;
	font-size: 9pt;
}

p {
	font-size: 12pt;
	font-face: Verdana, Arial;
}

li {
	font-size: 12pt;
	font-face: Verdana, Arial;
	padding-bottom:10px;
}

.event {
	height: 22px;
	font-size: 8pt;
	overflow: hidden;
	
	//margin-top: 0px;
	background: url('/images/eventbg.jpg');
	//padding: 4px;
	//border-top: 4px solid #B2B2B2;

}

.firstevent {
	height: 22px;
	font-size: 8pt;
	overflow: hidden;
	
	//margin-top: 0px;
	//border-top: 1px solid #B2B2B2;
	background: url('/images/eventbg.jpg');
	//padding: 4px;

}

.testimonial {
	font-face: Times New Roman;
	font-size: 12pt; 
	color:#1F4278;
	margin-top:5px;
	margin-bottom:0px;
}

.blueheader {
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 22pt; 
	color:#1F4278;
	margin-bottom:2px;
	margin-top:0px;
}

.blueheadersmaller {
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 18pt; 
	color:#1F4278;
	margin-bottom:2px;
	margin-top:0px;
}

.subheading {
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 17pt; 
	color:black;
	margin-bottom:2px;
}

.testimonialbox {
	padding: 12px; 
	background-color:#dddddd; 
	border: #000099 2px solid;
}

.topicx {
	font-family: Times New Roman;
	font-weight: bold;
	color: #990000;
	margin-bottom:8px;
}