/* ----------------------------------------
BASIC LAYOUT
-----------------------------------------*/
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.PageContainer{
	border: 1px solid #627CA2;
	padding: 0 px;
	margin: 0 px;
	width: 100%;
	height: 100%;
}

.ContentArea{
	padding: 10px 20px 10px 20px;
	font-size: 80%;
	color: #666666;
}

img{
	border: 0px;
}


/* ----------------------------------------
TEXT STYLES
-----------------------------------------*/
a, a:visited{
	color: #204060;	
	text-decoration: underline;
	font-weight: normal;
	font-size: 100%;
}

a:hover{
	color:#80A0C0;
}

h1,h2, h3, h4, h5, h6{
	color: #728EB7;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1{ font-size: 180%;}
h2{ font-size: 170%;}
h3{ font-size: 160%;}
h4{ font-size: 150%;}
h5{ font-size: 140%;}
h6{ font-size: 130%;}




/* ----------------------------------------
DROP DOWN MENU
-----------------------------------------*/


#dropmenudiv{
	margin-top: 5px;
	position:absolute;
	border-bottom-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	background-color: #728EB7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1a3359;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

#dropmenudiv a:hover{ 
	background-color: #193258;
	color: #ffffff;
}






.subhead{
	font-size: 120%;
	font-weight: bold;
	color: #990033;
}

.bodytitle{
	color: #204060;
	font-weight: bold;
}

.Booktext{
	font-size: 100%;
}

.Footer{
	font-size: 90%;
	font-family: Tahoma, Arial, sans-serif;
}


/* ----------------------------------------
LEFT NAV BAR
-----------------------------------------*/

.LeftNavBarTitle, .LeftNavBarTitle a, .LeftNavBarTitle a:hover, .LeftNavBarTitle a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration:none;
}

.LeftNavBarDivider{
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: none;
	height: 1px;
}

.LeftNavBarLinks a, .LeftNavBarLinks a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 170%;
	text-decoration: none;
}


.LeftNavBarLinks a:hover{
	color: #D0B34A;
}



/* ----------------------------------------
LEFT NAV BAR FUN ZONE LINKS
-----------------------------------------*/



.LeftFZNavBarLinks a, .LeftFZNavBarLinks a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: #1A3359;
	text-transform: uppercase;
	line-height: 170%;
	text-decoration: none;
}
.LeftFZNavBarLinks a:hover{
	color: #BA211D;
}	

.LeftFZNavBarLinks ul{

	padding: 0; 
	margin:0px 0px 0px 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1A3359;
	text-transform: uppercase;
	text-decoration: none;
	
	font-weight:normal;
	
	list-style-type:none; 
	

}

.LeftFZNavBarLinks ul li{
	/*background:url("/images/testYourKnowledge/smallBullet.jpg") center center no-repeat;
	//padding-left:10px;*/
}




.LeftFZNavBarLinks ul li a{
	

	margin:0;
	padding:0;
}



.TopNavBarSeparator {
	width: 1px;
	background-color: #ffffff;
}

.TopNavBar a, .TopNavBar a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1a3359;
	text-decoration: none;
	font-weight: bold;
}

.TopNavBar a:hover{
	color: #ffffff;
}




.UpperRightLinks a, .UpperRightLinks a:visited{
	text-decoration: none;
	color: #a6985f;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.UpperRightLinks a:hover{
	color: #1a3359;
}





.UpperRightBookLink a{
	color: #1a3359;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.UpperRightBookLink a:hover {
	color: #a6985f;
}









.TestimonialHeader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
.TestimonialHeader a{
	color: #1A3359;
}

.Testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  75%;
	font-style: italic;
}

.TestimonialSignature{
	margin-top:-17px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	
}

.style30{
		color: #ffffff;
	}