/* ----------------------------------------
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: 200%;}
h2{ font-size: 160%;}
h3{ font-size: 150%;}
h4{ font-size: 150%;}
h5{ font-size: 140%;}
h6{ font-size: 130%;}


h6, h5{margin-bottom:25px; margin-top:25px;}

/* ----------------------------------------
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;
	}
	
	
iframe {
	/*
	height: 35px !important;/**/
	/*
	overflow: visible !important;/**/
}



		.posterDiv{
		position:relative;
		background-color:white;
			z-index:0;
			width:500px;
			margin-left:auto;
			margin-right:auto;
			border:1px solid #74818e;
			-webkit-border-radius:15px 15px 15px 15px;
			-moz-border-radius:15px 15px 15px 15px;
			-o-border-radius:15px 15px 15px 15px;
			border-radius:15px;
			behavior: url(/PIE.htc);
							}


p.image-caption{
	font-style: italic;
	margin-top:5px;
}
span.bold-underline{
	font-weight: bold;
	text-decoration: underline;
}
span.bold{
	font-weight:bold;
}
span.underline{
	text-decoration: underline;
}
img.floated-left{
	margin-right:20px;
	float:left;
	margin-bottom:5px;
}
img.floated-right{
	float:right;
	margin-left:20px;
	margin-bottom:5px;
}
div.constitution-pages{
	clear:both;
}
div.constitution-pages img{
	margin-right:5px;
}
div.constitution-pages a{
	text-decoration: none;
}
div.clear-both{
	clear:both;
}
blockquote{
	margin-left:0px;
	margin-right:0px;
}
.italic{
	text-decoration: italic;
}
img.portraits{
	width:200px;
}
img.signer-portraits, img.founders-books, img.founders-journals{
	width:100px;
	margin-bottom:10px;
}
p.atSigners-body, div.justices-body, div.founders-books-body{
	margin-left:120px;
}
img.WomenBtS{
	width:200px;
}
img.AiHistory{
	width:200px;
}
img.JamesMadisonimg, img.TCC, img.px200{
	width:200px;
}
img.px150{
	width:150px;
}
img.px100{
	width:100px;
}
img.px250{
	width:200px;
}
div.WomenBtSCaption{
	width:150px;
	font-style: italic;
}
div.WomenBtSCaptionWrap{
	float:right;
	margin-left:20px;
	margin-bottom:5px;
}
div.px200CaptionWrap-left, div.AiHCaptionWrap-left, div.James-MadisonCaptionWrap-left, div.TCCCaptionWrap-left{
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}
div.px200CaptionWrap-right, div.AiHCaptionWrap-right, div.James-MadisonCaptionWrap-right, div.TCCCaptionWrap-right{
	float:right;
	margin-left:20px;
	margin-bottom:5px;
}
div.px200Caption, div.AiHCaption, div.James-Madison-Caption, div.TCCCaption{
	width:200px;
	font-style: italic;
}

div.px150CaptionWrap-left{
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}
div.px150CaptionWrap-right{
	float:right;
	margin-left:20px;
	margin-bottom:5px;
}

div.px150Caption{
	width:150px;
	font-style: italic;
}
div.USPresidentsWrapper{
	margin-right:50px;
	margin-bottom:20px;
	display:inline-block;
	*float:left;
	*height:400px;
}
div.px100CaptionWrap-left{
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}
div.px100CaptionWrap-right{
	float:right;
	margin-left:20px;
	margin-bottom:5px;
}
div.px100Caption{
	width:100px;
	font-style: italic;
}
div.USPresidentsCaption{
	width:200px;
	margin-bottom:20px;
	font-size:100%;
}

div.youtube-references-caption{
	width:420px;
	font-style:italic;
	padding-top:5px;
}
div.youtube-references-wrap{
	float:left;
	margin-right:50px;
	margin-bottom:20px;
	height:375px;
}
.main-image{width:600px;}
.main-image-caption{width:600px;margin-bottom: 20px; font-style:italic;margin-left:auto;margin-right:auto;}
.main-image-caption-doi{width:600px;margin-bottom: 20px; font-style:italic;}

.journal-indent{margin-left:40px;}
.journal-indent p{margin-top:5px; margin-bottom:5px;}




/******* PRINT CSS START **********/
/*Reset Style*/  body {margin:0; padding:0; line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; font: 13px Arial, Helvetica,"Lucida Grande", serif; color: #000;}
/*remove unwanted elements*/
.TopNavBar, .printHide{display:none;}

.PageContainer{border:none;}
.ContentArea{font-size:100%;}