/* GLOBAL ELEMENTS */

body{
	margin:0px;
	background-color:#176E9B;
	background-image:url(img/gradient_bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}


h2{
	color:#395A7D;
	font-size:20px;
	margin-left:10px;
	margin-bottom:3px;
	margin-top:3px;
	line-height:20px;
	}
	
	
h3{
	color:#395A7D;
	font-size:24px;
	margin-left:10px;
	margin-bottom:3px;
	width:98%;
	text-align:center;
	}
	
h4{
	color:#5E7C9C;
	font-size:18px;
	margin-left:5px;
	margin-bottom:2px;
	margin-top:3px;
	line-height:16px;
	}

ul{
	list-style-image:url(img/check_bullet.jpg);
	margin-left:5%;
	margin-right:5%;
	}
	
li{
	padding-bottom:3px;
	font-size:14px;
	}
	
p{
	font-size:14px;
	margin-left:10px;
	margin-right:10px;
	}
	

/* DIV THAT CONTAINS LAYOUT */
#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #000000;
	border-right:2px solid #000000;
	}
	
/* TOP GRADIENT BAR */
#bar_top{
	width:800px;
	height:173px;
	background-image:url(img/banner_top3.jpg);
	background-repeat:no-repeat;
	background-color:#3691CA;
	border-bottom:2px solid #000000;
	}
	
/* MAIN CONTENT DIV */
#report_content{
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	}
	
#innertable{
	width:100%;
	}
	
#report_content h3{
	font-size:24px;
	color:#3691CA;
	margin-top:2px;
	}
	
#report_content a:link, a:visited, a:active{
	color:#00578E;
	text-decoration:underline;
	font-weight:bold;
	}
	
#report_content a:hover{
	color:#000000;
	}
	
#headlinetext_1{
	float:left;
	width:370px;
	margin:5px;
	font-size:18px;
	font-weight:bold;
	color:#176E9B;
	}
	
.emphasis{
	color:#C10435;
	}
	
.center{
	text-align:center;
	}
	
.maintext{
	font-size:12px;
	text-align:justify;
	}
	
#supportingimage_1{
	float:right;
	border:2px dashed #000000;
	margin:5px;
	}
	
#supportingimage_2{
	float:left;
	border:2px dashed #000000;
	margin:5px;
	}
	
.formoreinfo{
	width:70%;
	background-color:#F3D294;
	border:1px solid #000000;
	text-align:center;
	font-size:16px;
	padding:5px;
	}
	
.johnsonbox{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	width:97%;
	padding:5px;
	border:1px solid #000000;
	background-color:#BAD8F3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	}
	
.books{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

	
/* BOTTOM GRADIENT BAR */	
#bar_bottom{
	width:100%;
	height:41px;
	background-image:url(img/bar_bottom.jpg);
	background-repeat:repeat-x;
	background-color:#3691CA;
	}
