.wide65 {
	width: 64%;
}
.wide50 {
	width: 48%;
}
.wide35 {
	width: 32%;
}
.right {
	float: right;
}
.left {
	float: left;
}
.padded {
	padding: 0 18px;
}
.vertmargin15 {
  margin: 15px 0;
}
.margins10 {
	margin: 10px;
}

#Content p {
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
	color: #000;
}

#Content #ContentBox p {
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	color: #000;
}

#Content ul {
	margin-top: 5px;
	font-size: 12px;
	color: #b3885b;
}

#Content a {
	margin: 0;
	font-size: 12px;
	color: #2c50b4;
	text-decoration: underline;
}

#Content a:hover {
	text-decoration: underline;
}

#Content h1 {
	margin: 8px 0;
	padding: 0;
	font-family: Times, serif;
	color: #16358b;
	font-size: 30px;
	font-weight: normal;
}

#Content h2 {
	margin: 0;
	padding: 0;
	color: #e5d39a;
	font-weight: bold;
	font-size: 18px;
}

#Content .imgborder {
	border: 4px solid #3b0076;
	margin: 5px 5px 5px 5px;
}

#Content #ContentBox .tblheader {
	margin: 5px;
	font-size: 16px;
	font-weight: bold;
}
#Content #ContentBox .tblheader2 {
	margin: 5px;
	font-size: 12px;
	font-weight: bold;
}

#Content #ContentBox .LinkHeader {
	font-weight: bold;
	font-size: 14px;
}

#Content #ContentBox .Accolade {
	margin: 15px 0;
	width: 650px;
	border-top: 1px dashed #888;
}
#Content #ContentBox .Accolade .quote {
	font-weight: normal;
	font-style: italic;
}
#Content #ContentBox .Accolade p {
	font-weight: bold;
}

#HomeSplash {
	margin: 0;
	position: relative;
	height: 430px;
	width: 960px;
	background: #e5d39a;
}

#HomeSplash #SplashTxt {
  margin: 0;
	width: 290px;
	height: 430px;
	padding: 0px;
	background: url(images/HomeSplashLeft.png) repeat-x #2c50b4;
}
#HomeSplash #SplashTxt h1 {
	font-size: 40px;
	font-family: Times, serif;
  font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 20px 20px 0 20px;
}
#HomeSplash #SplashTxt h2 {
	font-size: 40px;
	font-weight: bold;
	font-family: Times, serif;
	color: #FFF;
	margin: 0;
	padding: 0px 20px 0 20px;	
}
#HomeSplash #SplashTxt p {
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #FFF;
	line-height: 1.0;
	padding: 0px 10px;
}

#HomeFooter {
	background: url(images/HomeFooterBG.png) #29180e;
	width: 1000px;
	height: 270px;
	padding: 40px 0 0 0;
}

#Content #HomeFooter p {
	margin: 10px 0;
}

/* CSS FOR SLIDESHOW SCRIPT */
#imageSlideshowHolder{
	margin:0px;	/* "Air" */
	width:670px;	/* Image width */
	height:430px;	/* Image height */
	position:absolute;	/* Don't remove this line */
	top: 0px;
	right: 0px;
	overflow: hidden;
}

/* Don't change these values */
#imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}

/* END CSS SLIDESHOW SCRIPT */

