BODY {
	margin:0 auto; padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}

H2:first-child, H3:first-child {
	margin-top: 0;
	padding-top: 0;
}

A:link, A:visited, A:active {
	color:#796cbc;
	text-decoration:none;
	border-bottom:1px dotted #796cbc;
}

A:hover {
	color:#ff8400;
	border-bottom:1px dotted #ff8400;
}

.clearAll {
	display: block;
	float: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}

.page {
	width:800px;
	background-color:#FFFFFF;
 	margin:auto;
}

.banner {
	background:url('img/banner.jpg');
	height:300px; width:800px;
	margin:0; padding:0;
	border-top:solid 15px #0b0047;
	border-bottom:solid 15px #0b0047;
}

H2 {
	font-size:20px;
	line-height:normal;
	color:#0b0047;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-right:70px; margin-left:70px; padding:0;
	text-align:center;
}

H3, .fakeH3 {
	font-size:16px;
	color:#0b0047;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:0; padding:0;
}


/*.nav {
	text-align: center;
	background: #DFDCEF;
	height: 30px;
}
.nav UL {
	position: relative;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	background: #DFDCEF;
}
.nav LI {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	height: 30px;
}
.nav LI A {
	float: left;
	border: none;
	padding: 5px 10px;
	color: #4B3982 !important;
}
.nav LI A.selected,
.nav LI A.opened {
	font-weight: bold;
	color: #0B0047 !important;
}
.nav LI A:hover {
	color: #0B0047 !important;
}

/* second level */
/*.nav LI UL {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	margin: 29px 0 0 0;
	border-bottom: 2px solid #C0BBDF;
}
.nav LI:hover UL {
	display: block;
}
.nav LI LI A {
	display: block;
	float: none;
	font-weight: normal;
}
*/



.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:15px 20px; margin:0 30px;
	background-color:#ffffcc;
	line-height:2em;
	border-right:2px solid #fbdca4;
	border-bottom:2px solid #fbdca4;
	text-align:left;
}

.box {
	padding:15px 20px; margin:0 30px;
	border:1px solid #786dbc;
	text-align:left;
	background-color:#ede8f3;
}

.testButton {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#ff8400;
}

.testButton IMG { padding-top:10px; }
.testButton A { border-bottom:none !important; }

.photo {
	padding:0; margin:0;
	text-align:center;
	font-size:10px;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;	
}
.photo IMG { padding:0 10px 10px 10px; }
.photo STRONG { font-size:12px; }

UL { text-align:left; }


/* CONTENT ***************************************** */

.content {
	padding:0; margin:0;
	text-align:left;
}

.contentLinks {
	padding:5px 25px 5px 25px; margin:0;
	clear:both;
	text-align:center;
	/*border-bottom:solid 1px #796cbc;*/
}

.contentLinks A:link, .contentLinks A:visited, .contentLinks A:active, .contentLinks A:hover {
	font-size:14px;
	font-weight:bold;
	line-height:2.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 20px;
}

.contentMain {
	padding:20px 30px 20px 35px; margin:0;
	width:735px;
	clear:both;
}

.contentMain .contentRight {
	float:right;
	width:200px;
	padding:0 0 25px 25px;
	text-align:center;
	margin-top:0;	 
}

/* FOOTER ***************************************** */

.copyright, .copyright A:link, .copyright A:visited, .copyright A:hover, .copyright A:active  {
	color:#FFFFFF;
	font-size:11px;
	border:none;
}

.copyright {
	text-align:center;
	padding: 10px 0 10px 0; margin:auto;
	width:800px;
	background-color:#0b0047;
	clear:both;
} 


.nav { 
	clear:both;	
	text-align:center;
}


/* ******************************************************
 ALL LEVELS *********************************************
****************************************************** */
.nav UL {
	position:relative; /*position:absolute;*/
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #dfdcef;
	border-bottom:1px solid #706fb3;
	width: 800px;
	height:28px;
}

.nav A .levelBullet {
	/* hide level bullets for dropdowns */
	display: none;
}

/* NORMAL state *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
.nav LI {
	position: relative;
	float: left;
	margin: 0;
	border-left: 1px solid #706fb3;
	/* IE mouse over behaviour; adds class=over
	to get the :hover functionality on list items */
	behavior: url("/global/scripts/HTCLibrary/rollover.htc");
}
.nav LI.first {
	border-left: none;
}
.nav LI A:link,
.nav LI A:visited {
	display: block;
	padding: 5px 7px;
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
	color: #4b3982;
	border-bottom:none;
}
.nav LI A SPAN.childBullet {
	/* hide child bullet only for level2 */
	display:none;
}

/* SELECTED/OPENED state *-*-*-*-*-*-*-*-*-*-* */
.nav LI.selected, .nav LI.opened {
	background-color: #0b0047;
}
.nav LI A.selected:link,
.nav LI A.selected:visited,
.nav LI A.selected SPAN {
	color:#FFFFFF;
}
.nav LI A.opened:link,
.nav LI A.opened:visited,
.nav LI A.opened SPAN {
	color: #FFFFFF;
}

/* level 2 OVER state *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
.nav LI:hover,
.nav UL LI.over {
	background-color: #726fb4;
}
.nav LI:hover A,
.nav LI.over A:link,
.nav LI.over A:visited {
	text-decoration: none;
	color: #FFFFFF;
}



.nav LI UL {
	position:absolute;
	z-index: 22;
	width: 150px;
	/*border: none;*/
	border-top:1px solid #726fb4;
}
.nav LI LI {
	width: 150px;
	font-weight:normal;
	border-left: none;
	background-color: #b2b6dd;
	border-top: 1px solid #FFFFFF;
}
.nav LI LI.first {
	border-left: none;
	border-top: none;
	margin-left:0;
}
.nav UL UL LI A {
	display: block;
}

.nav LI LI UL {
	position: absolute;
	z-index: 33;
	top: 5px;
	width: 150px;
	margin-left: 150px;
	list-style: none;
	background-color: transparent;
	border-top: none;
	border-bottom: 1px solid  #598CB6;
	line-height: 1;
}
.nav LI LI A SPAN.childBullet {
	/* show the child bullet for the dropdowns */
	display:block;
}


/* SHOW/HIDE LEVELS ****************************************** */
/* level 1 */
.nav LI UL {
	display: none;
}
.nav LI:hover UL,
.nav LI.over UL {
	float: left;
	display: block;
}

/* level 2, 3 and 4 */
.nav LI LI UL {
	display: none !important;
}
.nav LI LI:hover UL,
.nav LI LI.over UL {
	display: block !important;
}

/* level 5 */
.nav LI LI:hover LI UL,
.nav LI LI.over LI UL {
	display: none !important;
}
.nav LI LI LI:hover UL,
.nav LI LI LI.over UL {
	/* comment the below out
	to turn off level 5 */
	display: block !important;
}

/* level 6 */
.nav LI LI LI:hover LI UL,
.nav LI LI LI.over LI UL {
	display: none !important;
}
.nav LI LI LI LI:hover UL,
.nav LI LI LI LI.over UL {
	/* comment the below out
	to turn off level 5 */
	display: block !important;
}