/*###############*/
/* Global Styles */
/*###############*/

body {
	margin: 0px auto;
	color: #FFFFFF;
}

a {
	color: #333333;
}
a:link {
	color: #333333;
}
a:hover {
	color: #FF0000;
}
p {
	color: #FFFFFF;
}
/*#################*/
/* Template Styles */
/*#################*/

.header {
	margin: 0px auto;
	padding: 0px;
	float: left;
	clear: both;
	width: 100%;
	background-image: url(images/banner.png);
	background-position: center;
}
.headerRight {
	width: 100%;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	float: left;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/menuBack2.png);
	background-repeat:repeat-x;
	height: 30px;
	width: 100%;
}
.menuButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	color: #000000;
	width: 80px;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 13px;
}
.body {
	background-color: #000033;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px auto;
	float: left;
	clear: both;
	width: 100%;
}
.space {
	float: left;
	clear: both;
	height: 10px;
	width: 100%;
	margin: 0px auto;
	display: block;
}
.footer {
	background-color: #181C18;
	border: 1px solid #666666;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(./images/footerBack.png);
	height: 15px;
	width: 100%;
	float: left;
	clear: both;
	padding: 0px;
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
/*#############*/
/* List Styles */
/*#############*/
.listHeader {
	font-weight: bold;
	color: #808080;
	background-color: #FFFFFF;
	border-left: 1px solid #A0A0A4;
	border-top: 1px solid #A0A0A4;
	border-bottom: 1px solid #A0A0A4;
	margin: 0px auto;
	padding: 0px;

}
.listHeader a {
	color: #333333;
	text-decoration: none;
	margin: 0px;
}
.list {
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	border-left: 1px solid #A0A0A4;
	border-bottom: 1px solid #A0A0A4;
	margin: 0px auto;
	padding: 0px;
}
.list a {
	color: #333333;
	text-decoration: none;
	display: block; 			/* This makes it into a block area */
	width: 100%; 				/* This makes it so that it highlights the whole area */
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
}
.list a:link {
	color: #333333;
}
.list a:hover {
	color: #000000;
	background-color: #FFFFFF;  /* add your background color on mouse over */
}

/*#############*/
/* MISC Styles */
/*#############*/

.pageHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	/* background-color: #246178; */
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.pagebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	/*background-color: #666666;*/
	padding: 2px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: text-top;
}
.pageFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	/*background-color: #666666;*/
	padding: 2px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: text-top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.boxHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #000000;
}
.boxBody {
	color: #000000;
	background-color: #CCCCCC;
	padding: 2px
}
.boxBody p {
	color: #000000;
	background-color: #CCCCCC;
	padding: 2px
}
.staffBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	padding: 2px;
	float: left;
	clear: both;
}
.staff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	background-color: #CCCCCC;
	padding: 2px
}
.staff b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	padding: 2px
}
.hiddenLink a:link{
	color: #FFFFFF;
}
.newsText p {
	color: #000000;
}