@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bkgrndimage.jpg);
	background-repeat: repeat-x;
	background-color: #516073;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #C30;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	color: #6F6;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	color: #06F;
	margin: 0px;
	padding: 0px;
}


#content {
	background-color: #000;
	width: 770px;
	color: #FFF;
	border: 4px inset #000;
	margin: auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}

#banner {
	margin: 0px;
	padding: 0px;
	height: 172px;
	width: 770px;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
}

#pic1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 172px;
	width: 200px;
	color: #FFF;
}
#pic2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 172px;
	width: 200px;
	color: #FFF;
}
#pic3 {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 172px;
	width: 200px;
}

#nav {
	float: none;
	width: 730px;
	margin: 10px;
	height: 25px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	color: #FFF;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a:link, #nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #F00;
	text-decoration: none;
}

#leftMainContent {
	padding: 0px;
	float: left;
	width: 435px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 2px groove #333;
	background-image: url(../images/blackfade.jpg);
	background-repeat: repeat-x;
	background-color: #909090;
}
#rightMainContent {
	margin: 0px;
	padding: 0px;
	width: 280px;
	float: left;
	border: 2px groove #333;
}
#footer {
	clear: both;
	float: left;
	width: 750px;
	height: 66px;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #AF0008;
	margin: 0px;
	background-image: url(../images/redbg.gif);
}

#pscroller1 {
	color: #FFF;
	height: 100px;
	width: 270px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #000;
	font-weight: bold;
}
.centerStyleDates {
	font-size: 14px;
	font-weight: bold;
	color: #FC0;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
}
.boldIt {
	font-weight: bold;
}
.centerStyle {
	text-align: center;
	display: block;
}
.imgBottom {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#pscroller1 a:link, #pscroller1 a:visited {
	color: #FC3;
}

#pscroller1 a:hover, #pscroller1 a:active {
	color: #C00;
}
.centerStyleTitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: #C30;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}
#leftMainContent a:link, #leftMainContent a:visited {
	font-weight: bold;
	color: #006;
}
#leftMainContent a:hover, #leftMainContent a:active {
	font-weight: bold;
	color: #F00;
}
#rightMainContent a:link, #rightMainContent a:visited {
	font-weight: bold;
	color: #FC3;
}

#rightMainContent a:hover, #rightMainContent a:active {
	font-weight: bold;
	color: #F00;
}
