@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	color: #000;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color:#FFF;
	text-align:center;
}
a {
	color: #993300;
}
a:hover {
	color: #004722;
}
img {
	border:none;
}
h1 {
	color: #006699;
	font-size: 1.1em;
	font-weight:100;
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	text-align:left;
}
h2 {
	color: #006699;
	font-size: 1.0em;
	font-weight:bold;
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	text-align:left;
}
	
p {
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	text-align:left;
}
table {
	border-collapse:collapse;
}
/*Layout IDs*/
#wrapper {
	position: relative;
	width: 920px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFF;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:920px;
	height:180px;
	background-image:url(../Images2/header1.gif);
	background-repeat:no-repeat;
	background-color:#bca66d;
}
#header a {
	font-family:"Times New Roman", Times, serif;
	line-height:0.9em;
	font-size:3.8em;
	letter-spacing:-0.05em;
	color:#004722;
	text-decoration:none;
}
#header p {
	padding-top:55px;
	padding-left:700px;
}
#greenBar {
	position:absolute;
	left:0px;
	top:180px;
	width:920px;
	height:35px;
	background-image:url(../Images2/greenBar1.gif);
}
#greenBar h1 {
	margin-left:760px;
	margin-top:10px;
	color:#bca66d;
	font-size:1.1em;
}
#navBar {
	position:absolute;
	left:0px;
	top:221px;
	width:920px;
	height:31px;
	text-align:center;
}
#leftSideContent {
	position:absolute;
	left:0px;
	top:259px;
	width:275px;
	height:421px;
}
#leftSideContentInt {
	position:absolute;
	left:0px;
	top:260px;
	width:143px;
	height:1500px;
	background-color:#FBFBB9;
}
#leftSideContentInt img {
	padding-left:20px;
	padding-top:20px;
}
#centerContent {
	position:absolute;
	left:281px;
	top:259px;
	width:260px;
	height:auto;
	text-align:center;
	background-color:#fbfbb9;
}
#centerContent img {
	margin-left:0;
	margin-right:0;
}
#centerContent th, tr, td {
	text-align:center;
	background-color:#fbfbb9;
}
#centerContentInt {
	position:absolute;
	left:147px;
	top:259px;
	width:394px;
	height:422px;
	text-align:left;
}
#rightSideContent {
	position:absolute;
	left:548px;
	top:259px;
	width:370px;
	height:421px;
}
#rightSideContentInt {
	position:absolute;
	left:548px;
	top:259px;
	width:370px;
	height:421px;
}
#socialNetLogo {
	position:absolute;
	left:255px;
	top:365px;
	width:112px;
	height:43px;
}
#socialNetLogo a {
	color:#600;
	font-style:italic;
	text-decoration:none;
}
#footer {
	position:fixed;
	margin: 0 auto;
	width:920px;
	height:25px;
	font-size:10px;
	text-align:right;
	color:#A4A4A4;
	background-color: #FBFBB9;
	padding-right:20px;
	bottom: 0px;
}
#footer a{
	font-size:10px;
	text-align:right;
	color:#A4A4A4;
	text-decoration:none;
	padding-left:5px;
}
#footer span {
	font-size:10px;
	color:#A4A4A4;
	padding-right:5px;
	padding-left:5px;
}
	
/*End Layout IDs*/

.Sitemap {
	
}
.Sitemap a {
	color: #006699;
	font-size: 1.1em;
	font-weight:100;
	text-decoration:none;
	
}
.alignCenter {
	text-align:center;
}
.floatLeft {
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
.EventList {
	margin: 0px;
}

	
