body {
	background-color: #ececec;
	background-image:  url(images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
.footerLinks {
	background-image: url(web_footers/bg.jpg);
}

.guide {
	display: block;
	width: 220px;
	padding-top: 20px;
}
.divider {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #bebdbd;
}
.dividerVert {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #bebdbd;
}
.Header {
	font-family: Baskerville, Garamond, serif;
	font-size: 24px;
	color: #075c9d;
}
.HeaderLetter {
	font-family: Baskerville, Garamond, serif;
	font-size: 36px;
	color: #075c9d;
}
.SubHeader {
	font-family: Baskerville, Garamond, serif;
	font-size: 20px;
	color: #075c9d;
}
.SubHeaderLetter {
	font-family: Baskerville, Garamond, serif;
	font-size: 26px;
	color: #075c9d;
}
#home li {
	font-family: "Century Gothic", "Avant Garde", sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	font-weight: normal;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}
ul#navlist {
	position: relative;
}
ul#navlist li#plat {
	position: absolute;
	top: -45px;
	right: 0;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	font-family:"Century Gothic", "Avant Garde", sans-serif;
	font-size:12px;
	color:#000000;
	background-position: bottom;
	float: right;
	overflow: hidden;
	padding-right: 20px;
}
#footerlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	font-family:"Century Gothic", "Avant Garde", sans-serif;
	font-size:12px;
	color:#000000;
	background-position: bottom;
	overflow: hidden;
}
#subnavlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 25px;
	font-family:"Century Gothic", "Avant Garde", sans-serif;
	font-size:12px;
	color:#000000;
	float: left;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	left: 20px;
	margin-left: -10px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
.nav {
	font-family: "Century Gothic", "Avant Garde", sans-serif;
	font-size: 12px;
	color: #000000;
}
.footer {
	font-family: "Century Gothic", "Avant Garde", sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 25px;
}
#navlist span {
	font-family: "Century Gothic", "Avant Garde", sans-serif;
	font-size: 12px;
	color: #000000;
	background-position: bottom;
}
a.nav:link {
	color: #000000;
	text-decoration: none;
}
a.nav:visited {
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	color: #000000;
	text-decoration: underline;
}
a.nav:active {
	color: #004788;
	text-decoration: none;
}
a.footer:link {
	color: #000000;
	text-decoration: underline;
}
a.footer:visited {
	color: #000000;
	text-decoration: underline;
}
a.footer:hover {
	color: #000000;
	text-decoration: none;
}
a.footer:active {
	color: #005596;
	text-decoration: none;
}
.body {
	font-family: "Century Gothic", "Avant Garde", sans-serif;
	font-size: 12px;
	line-height: 25px;
	color:#333333;
	text-align: left;
}
.body2 {
	font-family: "Century Gothic", "Avant Garde", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color:#333333;
}
a:link {
	color:#000000;
	text-decoration:underline;
	}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #005596;
	text-decoration: underline;
}
td.menu {
	position: relative;
}
#platinum a{
	display: block;
	border: none; outline: none;
	text-indent: -9999px;
	width: 80px; height: 213px;
	background: url(images/portal.png) 0 0 no-repeat;
	position: absolute;
	top: -25px; left: 20px;
	-webkit-transition:all .1s linear;
}
	#platinum a:hover{
		top: -20px;
	}
.menu-title {
	display:block;
	padding: 0 20px;
	height: 23px;
	color: #000000;
	background-color: #CCCCCC;
	font-weight: 100;
	margin: 0 0 0 0;
}

#menu ul {
	margin: 0; padding: 0;
}

#menu ul li {
	list-style-type: none;
	display: block;
	padding:  1px 30px;
	height: 24px;
	border-bottom: 1px solid #ddd;
}
	#menu ul li.current {
		background-color: #eeeeee;
}

	#menu ul li a:hover {
		color: #005596;
		text-decoration: none;
	}

h2.enter a {
	text-align: center;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}





