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

/* BASIC PAGE REDIFNED STYLES */

body {
	padding: 0px;
	background-color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	position: relative;
	border-top-width: 30px;
	border-right-width: 30px;
	border-bottom-width: 30px;
	border-left-width: 30px;
	color: #000;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #840084;
}
a:active {
	text-decoration: none;
}

.h2 {
		font-size: 24px;
		color: #000;
		font-weight: bold;
		display: inline;
}


/* GENERAL PAGE STYLES - ALL PAGES */

.pageHead {
	font-size: 32px;
	margin-top: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
}

.underblack {
	color: #000;
	font-size: 24px;
	font-weight: lighter;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 10px;
}

.style9 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	
}

.smaller {
	font-size: 11px;
}
.middle {
	font-size: 16px;
	
	
	}
.listhead {
	font-size: 18px;
	
	
}
.yellowBorder {
	font-size: 16px;
	background-color: #FFF;
	
}


.menuLinkStyle {
	font-size: 24px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	
}

.menuLinkStyle a {
	padding: 0 35px 0 35px;	
}


/* STYLES FOR INDEX PAGE LINKS BOX */

.linkP {
	float:left; 
	font-size: 16px;
	margin: 12px 0 0 25px;
}

.linkList {
	font-size: 12px;
	margin-left: 50px;
		
}
.linkList a {
		font-size: 18px;
}
.linkList li {
	list-style: none;
	display: inline;
	margin-left: 25px;
	color: #FFC;
}


/* OTHER STYLES */


.frontPageText {
	font-size: 18px;
}
.frontPageText .playsnews em {
	font-style: normal;
}
.gallery {
	padding: 25px;
		border: solid 2px #FFF;
		margin: 0px;
}
.table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	padding: 20px;
	
/* STYLES FOR DISPLAYING IMAGES */

.picturetitle{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	
}
.picture {
		padding: 5px;
		border: solid 2px #cCC;
		margin: 0px;
}

.picturesmall {
	padding: 5px;
	border: solid 2px #cCC;
	margin: 0 0 7px 0;
}

.PicHolder {
	padding-top: 28px;	
}