.wide65 {
	width: 64%;
}
.wide50 {
	width: 48%;
}
.wide55 {
	width: 50%;
}
.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: 14px;
	font-family: Arial, Verdana, sans-serif;
	line-height: 20px;
	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: 14px;
	color: #2c50b4;
	text-decoration: none;
}

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

#Content h1 {
	margin: 8px 0;
	padding: 0;
	font-family: Times, serif;
	color: #014a8e;
	font-size: 30px;
	font-weight: bold;
}

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

#Content .imgborder {
	border: 4px solid #16358b;
	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 #1a5c99;
}
#HomeSplash #SplashTxt h1 {
	font-size: 40px;
	font-family: Times, serif;
  font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0px 10px;
}

#HomeSplash #SplashTxt h2 {
	font-size: 20px;
	font-family: Times, serif;
  font-weight: bold;
	color: #FFF;
	margin: 5px;
	padding: 5px 5px;
	border-top: 1px solid #AAA;
}

#HomeSplash #SplashTxt p {
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #FFF;
	line-height: 15px;
	padding: 0px 10px;
	margin: 0;
}

#HomeSplash #SplashTxt ul {
	margin: 5px 35px;
}

#HomeSplash #SplashTxt ul li {
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	list-style-type: disc;
	color: #FFF;
	line-height: 15px;
}

#Content ul.RelatedLinks {
	
}
#Content ul.RelatedLinks li {
	list-style-type: none;
}

#Content ul.RelatedLinks li a {
	line-height: 25px;
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #36C;
}
#Content ul.RelatedLinks li a:hover {
	text-decoration: underline;
	color: #39F;
}

#ContactForm {
	border: 1px solid black;
	padding: 5px;
	width: 400px;
	background: #EEE;
}
/* 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 */

