@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #000;
}
#bg {
	position: relative;
	background-image: url(../images/grad.png);
	background-position: center -1px;
	background-size: cover;
	background-attachment: scroll;
} 
a img {
	border: none
}
#Banner {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/grey%20to%20blue.png);
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #000;
	height: 211px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#wrapper {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	
}
#Sitenav {
	height: 55px;
	width: 950px;
	float: none;
	line-height: 50px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#Sitenav a {
	color: #FFF;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	display: block;
	width: 105px;
	float: left;
	text-align: center;
	padding: 0px;
	margin-right: 8px;
	font-size: 16px;
	margin-top: 5px;
	height: 50px;
	border-radius: 10px 10px 0px 0px;
	background-image: url(../images/grey%20to%20blue.png);
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
#Sitenav a:hover {
	color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	display: block;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px 10px 0px 0px;
	background-image: url(../images/white%20trans.png);
}
#Sitenav #current {
	background-color: #FFF;
	background-image: url(../images/white%20trans.png);
	color: #000;
}
#Sitenav #end {
	margin-right: 0px;
}
#Maincontent {
	margin-bottom: 10px;
	text-align: center;
	width: 950px;
	height: auto;
	clear: left;
	float: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	box-shadow: 6px 0 6px #222,  -6px 0 6px #222;
	background-image: url(../images/paperText.png);
	background-repeat: repeat;
	font-size: 18px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#Maincontent img {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 3px;
	margin-left: 3px;
}
#Maincontent a img:hover {
	box-shadow: 2px 0 2px #222,  -2px 0 2px #222;
}
#Maincontent #top {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#Maincontent p {
	padding-right: 25px;
	padding-left: 25px;
}
#Maincontent h1 {
	text-transform: capitalize;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	margin-top: 0px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #DAC444;
}
#Maincontent h4 {
	text-transform: capitalize;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	margin-top: 0px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #174C57;
}
#Footer a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#Maincontent h2 {
	font-size: 16px;
	text-align: left;
}
#Maincontent a {
	color: #333;
	text-decoration: none;
	font-style: italic;
}
		
#Maincontent a:hover {
	text-decoration: underline;
}
#Maincontent h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	color: #174C57;
}
#Maincontent #events  {
	background-image: url(../images/GreyBlue.png);
	height: auto;
	width: 900px;
	box-shadow: 2px 0 2px #222,  -2px 0 2px #222;
	margin-right: 25px;
	margin-left: 25px;
}
#Maincontent #events h3 {
	color: #000;
	text-decoration: none;
	font-size: 24px;
}
#events table tr td h6 {
	font-size: 24px;
	color: #FFF;
}
#Maincontent #events table {
	text-align: center;
}
#Footer {
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	clear: left;
	height: 150px;
}
#Footer a #Image3 {
	margin-right: 50px;
}
#Footer a #Image4 {
	margin-right: 50px;
}
#Footer a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	margin-right: 30px;
}
