* img
{
	border: 0;
}
body
{
	background-color: rgb(73,125,185);
	background-image: url('../Images/Layout/Background.png');
	background-repeat: repeat-x;
	margin: 0;
	font-size: .8em;
	line-height: 18px;
	letter-spacing: 1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
div.Page
{
	width: 960px;
	margin: auto;
	padding: 0 5px;
	background-image: url('../Images/Layout/PageBG.png');
	background-repeat: repeat-y;
	position: relative;
}
div.Header
{
	height: 178px;
	width: 960px;
	background-image: url('../Images/Layout/Masthead.jpg');
	position: relative;
}
div.HeaderNav
{
	position: absolute;
	top: 20px;
	right: 15px;
	width: 600px;
	text-align: right;
	z-index: 700;
	color: rgb(255,255,255);
	font-size: 18px;
	letter-spacing: 2px;
}
div.HeaderNav a
{
	color: rgb(255,255,255);
	font-size: 18px;
	letter-spacing: 2px;
	text-decoration: none;
}
div.PrimaryNav, div.FooterNav
{
	background-image: url('../Images/Layout/PureMist-Navbar.png');
	background-repeat: repeat-x;
	height: 28px;
}
div.PrimaryNav
{
	padding-left: 20px;
	width: 940px;
	overflow: hidden;
}
div.FooterNav
{
	width: 960px;
	color: rgb(255,255,255);
	text-align: center;
	clear: both;
	padding-top: 4px;
	height: 24px;
}
div.FooterNav a
{
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 2px;
}
div.PageBody16
{
	height: 500px;
}
div.LeftColumn
{
	width: 598px;
	margin: 20px 10px 20px 20px;
	padding: 20px;
	float: left;
	min-height: 500px;
	overflow: hidden;
	border: 1px solid rgb(220, 220, 220);
	background-color: rgb(245, 245, 245);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline;
	position: relative;
}
div.RightColumn
{
	width: 225px;
	margin: 20px 20px 20px 10px;
	padding: 15px;
	height: 510px;
	border: 1px solid rgb(220, 220, 220);
	background-color: rgb(245, 245, 245);
	float: left;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline;
}
span.RightHeader, span.RightHeader a
{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: rgb(54, 107, 164);
	letter-spacing: 2px;
	display: block;
	background-color: rgb(215,215,215);
	padding: 3px 10px;
}
span.RightText
{
	font-size: 12px;
	color: rgb(45,45,45);
	display: block;
	padding: 5px 15px;
}
span.RightSeparator
{
	display: block;
	height: 40px;
	background-image: url('../Images/Layout/Swirls.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
div.PageFoot
{
	width: 970px;
	margin: 0 auto;
	background-image: url('../Images/Layout/PageFooter.png');
	background-repeat: no-repeat;
}
div.Footer
{
	height: 50px;
	background-color: rgb(248, 246, 242);
}
#slideshow
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#slideshow li
{
	float: left;
	position: absolute;
	/* opacity: 0.0;
	visibility: hidden; */
}
#slideshow li.show
{
	/* z-index: 500; */
	/* visibility: visible; */
}
#slideshow li div
{
	padding: 10px;
}
#slideshow li.show div
{
	top: 395px;
}
div.PageBody a
{
	color: rgb(54, 107, 164);
	text-decoration: none;
	border-bottom: 1px dotted rgb(54, 107, 164);
}
div.PageBody a:hover
{
	border-bottom: 1px solid rgb(54, 107, 164);
}


h1
{
	color: rgb(54, 107, 164);
	font-size: 1.8em;
	margin: 3px 0;
	line-height: 1.9em;
	font-weight: bold;
	border-bottom: 1px solid rgb(54, 107, 164);
}
h2
{
	color: rgb(54, 107, 164);
	color: rgb(89,135,30);
	font-size: 1.3em;
	font-style: normal;
}
h3
{
	color: rgb(54, 107, 164);
	display: inline;
	font-style: normal;
	font-size: 1.1em;
	font-weight: normal;
}
p strong
{
	color: rgb(54, 107, 164);
	font-weight: bold;
}
div.PageBody h3 a
{
	color: rgb(54, 107, 164);
	letter-spacing: 2px;
	background-color: rgb(215,215,215);
	padding: 3px 10px;
	text-decoration: none;
	border-bottom: 0px;
	
}
div.PageBody h3 a:hover
{
	border-bottom: 0px;
}


table
{
	border-collapse: collapse;
	width: 450px;
	margin: 0 auto;
}
th
{
	background-color: rgb(54, 107, 164);
	color: rgb(255,255,255);
	width: 150px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
tr
{
}
td
{
	border: 1px solid rgb(255,255,255);
	background-color: rgb(217,228,235);
	padding: 5px;
	text-align: center;
}
.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}
