@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color:#E6E6FA;
	background-image:url(images/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}
#wrapper {
	margin:auto;
	width:800px;
	background-color:#FFFFFF;
	background-image:url(images/main_bg.jpg);
}

#content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:20px;
	color:#000000;
	width:740px;
	margin:auto;
	margin-top:0px;
}

h1 {
	color:#C00000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:33px;
	line-height:37px;
	font-weight: bold;
	text-align: center;
}

h2 {
	color:#C00000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	line-height:32px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	color: #000099;
	font-weight: bold;
	font-size: 19px;
}
ul {
	width:80%;
	margin:auto;
}
.imgbox {
	width:280px;
	float:right;
	padding:0px 15px 20px 15px;
	font-size:13px;
	color:#660000;
	text-align:left;
	background-color: #F8E385;
	margin: 0px 0px 10px 15px;
	}
	
.img_grey {
	border-style:solid;
	border-color:#660000;
	border-width:2px;
}
.keith {
	background-color:#F8E385;
	padding:15px;
	font-size:13px;
	color:#660000;
	width: 655px;
	margin-right: 10px;
	height: 430px;
	margin-bottom: 10px;
	text-align: justify;
	margin: auto;
}
.graph {
	padding:5px;
	border-color:#333333;
	border-style:solid;
	border-width:1px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.chart_tb {
	border-color:#003399; 
	border-style:solid; 
	border-width:1px;
	margin-bottom:10px;
}
.chart_heading {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.testimonial {
	float:right;
	width:275px;
	background-color:#F2F5FF;
	padding:5px 15px 5px 20px;
	font-size:12px;
	line-height:20px;
	margin-left:20px;
	margin-bottom:5px;
	border-color: #DEE2F8;
	border-width: 1px;
	border-style: solid;
	color:#414141;
}

.blue ul {
    list-style:none;
}
 
.blue li {
	background-image:url(images/check.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 40px; /* the width of your image + some space */
	margin: 3px 0;
	list-style:none;
	padding-bottom:20px;
}
.newspaper1 {
	width:625px;
	height:165px;
	margin:auto;
	padding:50px 25px 10px 25px;
	background-image:url(images/newspaper_sm.jpg);
	background-repeat:no-repeat;
	font-family:"Courier New", Courier, monospace;
	color:#333333;
	font-size: 15px;
	line-height: 20px;
}
.newspaper2 {
	width:625px;
	height:406px;
	margin:auto;
	padding:17px 25px 10px 25px;
	background-image:url(images/newspaper_lg.jpg);
	background-repeat:no-repeat;
	font-family:"Courier New", Courier, monospace;
	color:#333333;
	font-size: 15px;
	line-height: 20px;
}
.imagebox {
	width:280px;
	float:right;
	padding:0px 15px 20px 15px;
	font-size:13px;
	color:#333333;
	text-align:left;
	border-color: #DEE2F8;
	border-width: 0px;
	border-style: solid;
	
	}

