BODY {
    margin: 0;
    padding: 0;
    text-align: center;
	font-size: 12.5px;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    background: url("../images/bg/wallpaper2.gif") repeat left top;
}
A {
text-decoration: none;
color:#6600CC;
}
A:HOVER {
	text-decoration: underline;
}
.top-margin P {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}
.top-margin a {
	color:#632894;
}
IMG {border: none;}

.relax {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*Page*/
#page {
	margin: auto;
	text-align: left;
	width: 900px;
}

/* //////////// */
/*    Header    */
/* //////////// */

.header {
    float: left;
    width: 100%;
	background: #78accb;
	border-right: 1px solid #848284;
	border-left: 1px solid #848284;	

}
.header-home {
    float:right;
	width:100%;
	position:relative;
}
.header-home DIV {
	float:right;
	width:85px;
	position:absolute;
	height:17px;
	top: 42px;
	right: 0px;
}
.logotype {
	float: left;
	width: 100%;
	position: relative;
	margin-top: -90px;
}
.logotype DIV {
	float: left;
	width: 129px;
	position: absolute;
	height: 134px;
	top: 0;
	left: 0;
}
.logotype DIV A {
	float: left;
	width: 129px;
	height: 134px;
	cursor: pointer;
	background: url("../images/logotype.png") no-repeat left top;
}
.logotype DIV A IMG {display: none;}
*html .logotype DIV A {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./public/images/logotype.png', sizingMethod='scope');
}

/* ////////////// */
/* Top Nav (PNAV) */
/* ////////////// */

.top-nav {
	float: left;
	width: 899px;
	margin-top: 70px;
}
.top-nav UL {
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-nav UL LI {
	display: inline;
	width: 108px;
	float: left;
	background: #ffffff;
	border: 1px dotted #8F3F97;
	border-left: none;
	position: relative;
	text-align: left;
}
.top-nav UL LI:HOVER,
.top-nav UL LI.selected {
	border: 1px solid #7d7d7d;
	border-left: none;
}
.top-nav UL LI A {
	color: #8F3F97;
	height: 20px;
	_height: 24px;
	display: block;
	width: 99%;
	padding-top: 4px;
	border-left: 1px solid #ffffff;
}
.top-nav UL LI:HOVER A,
.top-nav UL LI.selected A {
	border-left: 1px solid #7d7d7d;
	text-decoration: none;
}
.top-nav UL LI.empty {
	width: 130px;
	height: 24px;
	_height: 26px;
}
.top-nav UL LI.large {
	width: 113px;
	_width: 120px;
}
.top-nav UL LI.large {
	width: 113px;
	_width: 120px;
}
.subnav {
	float: left;
	width: 184px;
	display: none;
	position: absolute;
	left: -8px;
	top: 20px;
	z-index: 1;
	padding-top: 5px;
}
.bg-subnav {
	float: left;
	width: 100%;
	background: url("../images/bg/bg-subnav.png") repeat-y left top;
}
*html .bg-subnav {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./public/images/bg/bg-subnav.png', sizingMethod='scale');
}
.b-subnav {
	float: left;
	width: 100%;
	height: 17px;
	background: url("../images/bg/b-subnav.png") no-repeat left top;
	
}
*html .b-subnav {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./public/images/bg/b-subnav.png', sizingMethod='scope');
}
.top-nav UL LI .subnav UL {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	width: 164px;
	display: inline;
}
.top-nav UL LI:HOVER .subnav {
	display: block;
}
.top-nav UL LI .subnav UL LI {
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 20;
	border: none;
	border-bottom: 1px dotted #8F3F97;
	background: none;
	text-align:left;	
}
.top-nav UL LI .subnav UL LI A {
	display: block;
	width: 100%;
	padding: 4px 0;
	height: auto;
	border: none !important;
}
.top-nav UL LI .subnav UL LI:HOVER A {
	border: none;
	background: #8F3F97;
	color: #fff;
}
.top-nav UL LI .subnav UL LI:HOVER {
	border: none;
	border-bottom: 1px dotted #8F3F97;
}
.top-nav UL LI .subnav UL LI.last {
	border-bottom: none;
	padding-bottom: 0;
}
.top-nav UL LI .subnav UL LI.last:HOVER {border-bottom: none;}
/*Content*/
.content {
	float: left;
	width: 100%;
	border-right: 1px solid #848284;
	border-left: 1px solid #848284;
	height: 100%;
	background:url("../images/bg/fff.gif") repeat left top;
}
.top-text {
	float: left;
	width: 270px;
	height: 19px;
	display: inline;
	margin-left: 124px;
	margin-top: 15px;
	background: url("../images/titles/connecting-people-and-possibilities.png") no-repeat left top;
}
*html .top-text {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./public/images/titles/connecting-people-and-possibilities.png', sizingMethod='scope');
}
.top-text IMG {display: none;}

/* //////////////// */
/*  Left Nav (SNAV) */
/* //////////////// */

.left-nav {
	float: left;
	width: 184px;
	margin-top: 15px;
}
.bg-left-nav {
	float: left;
	width: 100%;
	background: url("../images/bg/bg-left-nav.png") repeat-y left top;
}
*html .bg-left-nav {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./public/images/bg/bg-left-nav.png', sizingMethod='scale');
}
.b-left-nav {
	float: left;
	width: 100%;
	height: 9px;
	background: url("../images/bg/b-left-nav.png") no-repeat left top;
}
*html .b-left-nav {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./public/images/bg/b-left-nav.png', sizingMethod='scope');
}
.left-nav UL {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 180px;
}
.left-nav UL LI {
	_float: left;
	_width: 100%;
}
.left-nav UL LI.green {
	background: #c9dd76;
}
.left-hav UL LI.green first:HOVER {
	text-decoration: none;
	color: #fff;
	background: #78accb;
}
.left-nav ul li a, .left-nav ul li span {
	padding: 3px 0 3px 20px;
	color: #8f3f97;
	display: block;
	border: 1px solid #ffffff;
}
.left-nav ul li span{
    background: #C9DD76
}
.left-nav UL LI.first-li {
	border-top: 1px solid #ffffff;
}
.left-nav UL LI.first-li:HOVER {
	text-decoration: none;
	color: #8F3F97;
	background: #78accb;
}
.left-nav UL LI.last-li {
	border-bottom: 1px solid #ffffff;
}
.left-nav UL LI.last-li:HOVER {
	text-decoration: none;
	color: #8C3C94;
	background: #78accb;
}
.left-nav UL LI A.white-link {
	color: #fff;
}
.left-nav UL LI.blue {
	background: #78accb;
	color: #8F3F97;
}
.left-nav UL LI.blue:HOVER {
	text-decoration: none;
	color: #fff;
	background: #78accb;
}
.left-nav UL LI.light-blue {
	background: #abccdf;
	color: #8F3F97;	
}
.left-nav UL LI.light-blue:LHOVER {
	text-decoration: none;
	color: #fff;
	background: #78accb;
}
.left-nav UL LI.selected-li {
	padding-bottom: 0;
}
.left-nav UL LI:HOVER {
	cursor: pointer;
}
.left-nav UL LI.empty-li {
	border: 1px dotted #8F3F97;
	background: #bc9abf;
	padding: 3px 0;
}
.left-nav UL LI.empty-li:HOVER {cursor: auto;}
.left-nav UL LI:HOVER A {
	text-decoration: none;
	color: #fff;
	background: #78accb;
}
.left-nav UL LI.selected-li A {
	text-decoration: none;
	color:#fff;
	font-style:italic;
	background: #BD9ABD;
	border: 1px dotted #8F3F97;
}

/* //////////////////////// */
/*  LI styles for ListMenu  */
/* ///////////////////////  */

.left-nav LM_level_N {
	float: left;
	width: 184px;
	margin-top: 15px;
}
.bg-left-nav LM_level_N {
	float: left;
	width: 100%;
	background: url("../images/bg/bg-left-nav.png") repeat-y left top;
}
*html .bg-left-nav LM_level_N {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./public/images/bg/bg-left-nav.png', sizingMethod='scale');
}
.b-left-nav LM_level_N {
	float: left;
	width: 100%;
	height: 9px;
	background: url("../images/bg/b-left-nav.png") no-repeat left top;
}
*html .b-left-nav LM_level_N {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./public/images/bg/b-left-nav.png', sizingMethod='scope');
}

.left-nav LM_level_N UL {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 180px;
}
.left-nav LM_level_N UL LI {
	_float: left;
	_width: 100%;
}

#LM_level_N {
	background: #BD9ABD;
	border: 1px dotted #8F3F97;
	color: #ffffff;
	font-style:italic;
	display: block;	
}

.LM_level_N A {
	padding: 3px 0 3px 20px;
	text-decoration: none;
	color:#ffffff;
	border: 1px solid #ffffff;
}
.left-nav UL LI.LM_level_N:hover {cursor: auto;}
.left-nav UL LI:hover a {
	text-decoration: none;
	color: #fff;
	background: #78accb;
}
.left-nav UL LI.LM_level_N A {
	text-decoration: none;
	color:#fff;
	font-style:italic;
	background: #BD9ABD;
	border: 1px dotted #8F3F97;
}

.left-nav UL LI.LM_youAreHere {
	background-color: #c9dd76;
	color: #8F3F97;
	text-decoration: none;	
}

#left-nav LM_youAreHere SPAN {
	background-color: #c9dd76;
	color: #8F3F97;
	border: 1px dotted #8F3F97;	
	padding: 3px 0 3px 20px;	
	display:block;
}

.LM_youAreHere UL LI:HOVER {
	text-decoration: none;
	color: #fff;
	background: #78accb;
}
.left-hav UL LI.LM_youAreHere:HOVER {
	text-decoration: none;
	color: #fff;
	background: #78accb;
}

.LM_youAreHere UL LI A {
	background: #c9dd76;
	color:#ffffff;
}

.left-nav UL LI.LM_endPage {
	background: #ADCFDE;
	color: #8F3F97;
}
.LM_endPage UL LI:HOVER {
	text-decoration: none;
	color: #fff;
	background: #78accb;
}

.left-nav UL LI.LM_collapsed {
	background: #abccdf;
	color: #8F3F97;	
}
.LM_collapsed UL LI:HOVER {
	text-decoration: none;
	color: #fff;
	background: #78accb;
}

/* ///////////////////// */
/* Main Content - Middle */
/* ///////////////////// */

.main-content {
	background: #ffffff;
	border: 1px solid #c0c0c0;
	float: left;
	width: 519px;
	height:inherit;
	margin-top: 15px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 30px;
}
.main-content P {
	color:#313131;
	padding: 0;
	margin: 0 30px;
	line-height: 170%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.main-content P SPAN {
	font-family: Georgia;
	font-size: 1.60em;
	color: #904098;
}
.main-content H3 {
	padding: 0;
	margin: 30px 30px 0 30px;
	font-size: 0.96em;
	text-transform:capitalize;
	text-align: left;
	color: #8F3F97;
}
.main-content H4 {
	padding: 0;
	margin: 0px 30px 0 30px;
	font-size: 2.2em;
	text-align: left;
	color: #8F3F97;
}
.main-content P.margin {
	margin-top: 20px;
}

.faq {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9C4D9C;
	display:block;
	margin-left:48px;
	margin-right:37px;
	line-height:140%;
}

.terms {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:normal;
}
/* //////////////////////// */
/* Heading Text - Resources */
/* //////////////////////// */

.Resources {
	display:block;
	margin: 0 0 10px 8px;
	text-align:left;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.99em;
	font-weight:bold;
}
.Resources a:link {
	font-style: italic;
	color: #632894;
	text-decoration: none;
}
.Resources a:visited {
	font-style: italic;
	color: #632894;
	text-decoration: none;
}.Resources a:hover {
	font-style: italic;
	color: #D3A4D9;
	text-decoration: none;
}.Resources a:active {
	font-style: italic;
	color: #D3A4D9;
	text-decoration: none;
}
.resources-header {
	display:block;
	font-size: 2em;
	color: #8F3F97;
	text-align: left;
	margin: 2px 0 0 8px;
}

/* ////////////// */
/* Resources page */
/* ////////////// */

img.positioned { 
	display:inline;
	position:relative; 
	height:27px; 
	width:84px; 
	margin-bottom: 4px;
}
.AdPrem {
	float:left;
	display:block;
	background: #E7EFF7;
	border: 1px solid #C6DB73;
	width: 95%;
	text-align: center;
	margin: 10px 10px 0 5px;
	padding: 5px;
}
.AdPrem H3 {
	padding: 0;
	margin: 5px;
	font-size: 1.6em;
	text-align: left;
	color: #8F3F97;
}
.AdPrem H4 {
	font-size: 0.96em;
	color:#8F3F97;
}
.AdPrem H5 {
	display:block;
	text-align:left;
	margin: 9px 0 0 5px;
	padding-right:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	color:#666666;	
}
.AdPrem-URL {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	color: #632894;
	text-align:right;
	margin-top: 8px;
	margin-left:15px;
	padding-left:5px;
	padding-right:10px;
}
.AdPrem UL {
	position: relative;
	float:left;
	display:block;
	width: 150px;
	height:auto;
	margin: 4px 0 0 5px;
	padding:0;
	list-style-type: none;
	list-style-position: outside;
	line-height:140%;
}
.AdPrem UL LI {
	display:block;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .94em;
	color: #8F3F97;
	margin: 0 0 0 5px; 
}
.AdBasic {
	float:left;
	display:block;
	background: #FFFFFF;
	border: 1px solid #C6DB73;
	width: 95%;
	text-align: center;
	margin: 10px 10px 0 5px;
	padding: 5px;
}
.AdBasic H3 {
	padding: 0;
	margin: 5px;
	font-size: 1em;
	text-align: left;
	color: #8F3F97;
}
.AdBasic H4 {
	font-size: 0.96em;
	color:#8F3F97;
}
.AdBasic H5 {
	display:block;
	text-align:left;
	margin: 9px 0 0 5px;
	padding-right:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	color:#666666;	
}
.AdBasic UL {
	position: relative;
	float:left;
	display:block;
	width: 150px;
	height:auto;
	margin: 4px 0 0 5px;
	padding:0;
	list-style-type: none;
	list-style-position: outside;
	line-height:140%;
}
.AdBasic UL LI {
	display:block;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .94em;
	color: #8F3F97;
	margin: 0 0 0 5px; 
}

/* ///////////// */
/* Right Sidebar */
/* ///////////// */

.right-sidebar {
	float: right;
	width: 190px;
	border: 1px solid #c1c1c1;
	margin-top: 15px;
}
.box {
	float: left;
	width: 100%;
	background: #ffffff;
	text-align: center;
	padding-bottom: 5px;
}
.right-sidebar H2 {
	padding: 5px;
	margin: 0;
	font-size: 1.20em;
	color: #5a4098;
	font-style: italic;
	background: #c9dd76;
}
.right-sidebar P {
	padding: 0;
	margin: 7px 27px 0 27px;
	color: #979797;
	text-align: left;
	font-size: 0.88em;
	font-family: Arial, Helvetica, sans-serif;
}
.right-sidebar P A {
	color: #78accb;
}
.box IMG {
	margin-top: 5px;
}
.banners {
	float: left;
	width: 100%;
	margin-top: 7px;
	text-align: center;
	background: #f3f3f3;
	border-top: 1px solid #c1c1c1;
	padding-top: 5px;
	padding-bottom: 15px;
}
.banners A.grey {
	color: #b5b5b5;
	font-size: 0.88em;
	text-decoration: underline;
}
.banners A.grey:HOVER {text-decoration: none;}
.separator {
	border-bottom: 1px dotted #c1c1c1;
	padding: 8px 0 5px 0;
}
.separator.no-border {
	border: none;
}

/* ///////////////// */
/* Bottom Nav (FNAV) */
/* ///////////////// */

.bottom-nav {
	border-top: 1px dotted #8F3F97;
	border-bottom: 1px dotted #8F3F97;	
	background: #ffffff;
	text-align: center;
	padding: 3px 0;
}
.bottom-nav UL {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bottom-nav UL LI {
	display: inline;	
	color: #904098;
}
.bottom-nav UL LI A {
	color: #904098;
}

/* ////////// */
/*   Footer   */
/* ////////// */

.footer {
    float: left;
    width: 100%;
	background: #78accb;
	text-align: center;
	color: #c6dfed;
	font-size: 0.88em;
	padding: 13px 0;
	font-family: Arial, Helvetica, sans-serif;
	border-right: 1px solid #848284;
	border-left: 1px solid #848284;	 
}
.footer UL {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer UL LI {
	display: inline;
}
.footer A {
	color: #c6dfed;
	text-decoration: underline;
}
.footer UL LI A:HOVER {text-decoration: none;}
.footer P {
	padding: 0;
	margin: 0;
	line-height: 150%;
}
