body {
	background-color: #000127;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
}
#header {
	height: 190px;

}
#flashheader {
	width: 900px;
	margin: 0px;
	height: 190px;
	float: left;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-color: #132438;
}


#content {
	background-color: #ecfcff;
	background-image: url(../images/pagetop-bg.png);
	background-repeat: repeat-x;
	padding: 30px;
}
.pagetitle {
}
.pagecontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #253E4B;
	margin-top: 30px;
	line-height: 24px;
}
.pagecontent a {

} 

.pagecontent a:link, .pagecontent a:visited, .pagecontent a:active {
	color: #4F8F9D;
}

.pagecontent a:hover {
	color: #069;
	text-decoration: none;
}

.photoborderright {
	padding:5px;
	border:1px solid #cbcbcb;
	background-color: #FFFFFF;
	float: right;
	margin-left: 10px;
}
.movieright {
	border:1px solid #cbcbcb;
	float: right;
	margin-left: 10px;
}


#footer {
	background-color: #b7d4da;
	background-repeat: repeat-x;
	padding: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #8ABAC4;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #75aeba;
}
.fadedfootertext {
	color: #75aeba;
	padding-top: 5px;
}

#footer a {

} 

#footer a:link, #footer a:visited, #footer a:active {
	color: #4F8F9D;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.white-box {
	border: 1px solid #A2B3BC;
	background-color: #FFF;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 24px;
	font-size: 14px;
	color: #066;
}
.normal-spacer {
	height: 30px;
}

.bullet1
{
	margin-left: 10px;
	padding-left: 5px;
	list-style: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}

.bullet1 li 
{
	padding-left: 18px;
	background-image: url(../images/bullet1_square.gif);
	background-repeat: no-repeat;
	background-position: 0 0.8em;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.keshHR {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #A2B3BC;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-bottom: 6px;
}
.paraTitle {
	font-size: 18px;
	color: none;
}

a:hover {
	position: relative;
	color: #000000;
}
a span {
	display: none;
	width: 400px;
	font-size: 13px;
	line-height: 18px;
}
a:hover span {
	display: block;
	position: absolute;
	top: 5px;
	left: 35px;
	/* formatting only styles */
padding: 5px;
	margin: 10px;
	z-index: 100;
	border: 1px solid #000000;
	opacity: 0.9;
	color: #333333;
	background-color: #FFF;/* end formatting */
}
