html, body {
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	background: url("/images/bg-body.gif") repeat-y #000337;
	background-position: top center;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 10px 20px;
	padding-bottom: 5px;
}

h1 {

}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #215c83;
}

p, input, select, textarea {
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
}

a img {
	border: 0px;
}

.Clear {
	clear: left;
}

#Page {
	width: 850px;
	margin: auto;
	border-top: 0px solid #F00;
}

#Header {
	float: left;
	width: 100%;
}
#Content {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

#Header #Logo {
	float: left;
	width: 400px;
	padding: 15px 0px;
}
#Header #ParentLogo {
	float: left;
	width: 450px;
	text-align: right;
}
#Header #ParentLogo img {
	padding: 20px 0px;
}
#Header #Menu {
	float: left;
	width: 100%;
	height: 29px;
	background: url("/images/bg-menu.jpg") repeat-x;
}
#Header #Menu p {
	color: #FFF;
	padding: 8px 10px;
	padding-bottom: 5px;
	
}
#Header #Menu p a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#Header #Menu p span {
	padding: 0px 10px;
}

#Content #Banner {
	float: left;
	width: 100%;
}
#Content #Banner #Rotation {
	float: left;
	width: 460px;
	border-bottom: 0px solid #F00;
}
#rotator {
	border: 1px solid #000;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 460px;
	height: 260px;
}

#rotator img {
	border: 0;
	cursor: pointer;
	width: 460px;
	height: 260px;
}

#Content #Banner.Interior #Rotation {
	width: 494px;
}
#Content #Banner #Cross {
	float: left;
	width: 186px;
}
#Content #Banner.Interior #Cross {
	width: 151px;
}
#Content #Banner #Mascott {
	float: left;
	width: 204px;
}
#Content #Banner.Interior #Mascott {
	width: 205px;
}

#Content #ColumnA {
	float: left;
	padding-top: 10px;
	width: 320px;
}
#Content #ColumnB {
	float: left;
	padding-top: 10px;
	background: url("/images/bg-fade.jpg") repeat-x #e9e9e9;
	padding-bottom: 70px;
	width: 210px;
}
#Content #ColumnB ul {
	list-style-type: none;
	padding: 5px 20px;
	margin: 0px;
}
#Content #ColumnB ul li {
	padding: 5px 0px;
	font-size: 14px;
}
#Content #ColumnB ul li a {
	color: #000337;
	text-decoration: none;
}
#Content #ColumnC {
	float: left;
	padding-top: 10px;
	width: 320px;
}

#Content #Main {
	float: left;
	width: 620px;
	padding-top: 10px;
}
#Content #Side {
	float: left;
	width: 230px;
	padding-top: 10px;
	background: url("/images/bg-fade.jpg") repeat-x #e9e9e9;
	padding-bottom: 70px;
}

#Content #Main #Gallery {
	clear: left;
	border: 0px solid #000;
}

.EventPreview p span {
	color: #666666;
}
.EventPreview p a {
	color: #000337;
}

#Footer {
	float: left;
	width: 100%;
	background: url("/images/bg-footer.jpg") no-repeat #FFF;
}
#Footer p {
	padding: 17px 20px;
	padding-bottom: 25px;
	font-size: 12px;
	color: #828181;
}
#Footer #Copyright p {
	padding-top: 10px;
	font-size: 11px;
}

.Error, .Message {
	width: 100%;
	margin-top: 6px;
	margin-bottom: 4px;
}
.Error {
	background: #FFEEEE;
	border-top: 2px solid #88000F;
	border-bottom: 2px solid #88000F;
}
.Message {
	background: #ffffDD;
	border-top: 2px solid #23a600;
	border-bottom: 2px solid #23a600;
}
.Error p, .Message p {
	margin: 0px;
	padding: 5px;
	line-height: 1.2em;
}
#FormContact {
	width: 400px;
	padding-left: 20px;
}
#FormContact td {
	padding: 6px 0px;
	border-top: 0px solid #AAA;
}
#FormContact td input,
#FormContact td textarea {
	border: 1px solid #BBB;
	padding: 2px 4px;
}
#FormContact .Label {
	width: 120px;
}
#FormContact .Button input {
	font-size: 17px;
	font-weight: bold;
	border: 2px solid #AAA;
}