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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #EEE;
	background: #000 url(images/backgroundBar.png) top repeat-x;
	text-align: center;
  scrollbar-arrow-color: #000000;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #E0E0E0;
  scrollbar-face-color: #C0C0C0;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #E0E0E0
}

a {
	color: #5D2003;
}
a:link {
	color: #5D2003;
}
a:hover {
	color: #000000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
h1 {
	background: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
}

/*#################*/
/* Template Styles */
/*#################*/
.center {
	width: 760px; 
	margin: 0px auto; 
	text-align: center;
}
.sides {
	float: left;
	margin: 0px auto;
	background: #000 url(images/templateSides.png);
	padding-left: 10px;
	padding-right: 10px;
	width: 740px;
}
.header {
	background: #333 url(images/templateHeader.jpg);
	margin: 0px auto;
	width: 740px;
	height: 190px;
	text-align: left;
	background-position: left top;
}
.infoBarLeft {
	float: left;
	background: url(images/newsEventsHome.png);
	width: 360px;
	text-align: left; 
	height: 100px;
	overflow: hidden;
}
.infoBarRight {
	float: right;
	background: url(images/eventsRight.png);
	text-align: left; 
	width: 380px;
	height: 100px;
	overflow: hidden;
}
.menu {
	float: left;
	margin: 0px auto;
	background: #000 url(images/menuBack.png);
	width: 740px;
	height: 125px;
}
.body {
	float: left;
	margin: 0px auto;
	background: #FFF url(images/bodyBack.jpg);
	color: #333;
	text-align: left;
	width: 740px;
}
.bodyHeader {
	background: #CCC;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 8px;
	padding-top: 8px;
	width: 565px;
	height: 42px;
}
.welcome {
	float: left;
	margin: 0px auto;
	background: #FFF url(images/welcomeHome.png);
	color: #333;
	text-align: left;
	width: 730px;
	padding: 40px 5px 5px 5px;
	height: 55px;
}
.space {
	float: left;
	margin: 0px auto;
	background: #FFF url(images/bottomHome.jpg);
	color: #000;
	text-align: left;
	width: 740px;
	height: 158px;
}
.spaceContent {
	float: left;
	margin: 0px auto;
	background: #FFF url(images/bottomSpace.jpg);
	color: #000;
	text-align: left;
	width: 740px;
	height: 123px;
}
.footer {
	clear: both;
	margin: 0px auto;
	background: #000 url(images/templateFooter.png);
	color: #333;
	width: 760px;
	height: 40px;
}

/*#################*/
/*   Page Styles   */
/*#################*/

.pageBody {
	clear: both;
	padding: 10px;
}
.phead {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	color: #EC3C00;
	font-weight: bold;
}
.contentHeader img {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0px;
	border-bottom: 1px solid #999;
}

.menu_third a {
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 4px 10px 4px 10px;
	height: 12px;
	background: #FF9900 url(images/menu_third_back.png) top repeat-x;
	text-decoration: none;	
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -khtml-opacity: 0.8;
}
.menu_third a:hover {
	margin: 5px 0px 5px 0px;
	padding: 4px 10px 4px 6px;
	border-left: 4px solid #333;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}
