/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkgd-fade.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	}

a:link {
	color: #000000;
	text-decoration: underline;
	}
	
a:visited {
	color: #000000;
	text-decoration: underline;
	}

a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

.copyright {
	text-align: right;
	font-size: 10px;
	color: #999999;
	}
	
.eventslist {
	padding-left: 33px;
	padding-right: 20px;
	padding-bottom: 20px;
	list-style-image: url(images/bullet_red.gif);
	list-style-type: square;
	}

.sidelist {
	padding-left: 45px;
	padding-right: 0px;
	padding-bottom: 20px;
	list-style-image: url(images/bullet_gray.gif);
	list-style-type: square;
	color: #666666;
	}

.subhead {
	color: #CC0000;
	font-size: 13px;
	}

.bigsubhead {
	color: #CC0000;
	font-size: 16px;
	padding-bottom: 4px;
	}

.section {
	color: #333333;
	font-size: 16px;
	}

.description {
	padding-left: 20px;
	}
	
.paragraph {
	padding-left: 15px;
	padding-right: 20px;
	}	

.homesection {
	color: #C00;
	font-weight: bold;
	}
		
.hometitle {
	font-weight: bold;
	font-style: italic;
	padding-bottom: 8px;
	}

.homeauthor {
	padding-bottom: 8px;	
	font-style: italic;
	padding-left: 8px;
	}

.homedescription {
	padding-bottom: 8px;
	padding-left: 8px;
	}

.spaced {
	padding-bottom: 4px;
	}

#columnheader {
	margin-top: 41px;
	margin-right: 0px;
	margin-bottom: 41px;
	margin-left: 41px;
}

#columnitem {
	margin-left: 41px;
	margin-bottom: 41px;
}
	
#thumbnail {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	}

#sectiondivider {
	margin-bottom: 31px;
	margin-left: 41px;
	}
	
#sectionrule {
	margin-bottom: 31px;
	margin-left: 31px;
	}