body {
	font-family:Arial, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	margin: 0px;
	padding: 0;
	background-color: #062051;
	background-image:url(bg2.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-image:url(shadow_01.png);
	background-repeat:no-repeat;
	height:217px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#center {
	width: 900px;
	background-image:url(shadow_02.png);
	background-repeat:repeat;
}
#center .content {
	padding: 5px 24px;
	font-size: 12pt;
	margin:0 auto;
	width:800px;
}
#center .content .text {
	padding-top: 0px;
	padding-left:10px;
	padding-right:15px;
	margin:0 auto;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 9pt;
	background-image:url(shadow_03.png);
	background-repeat:no-repeat;
	height:33px;
}
#center a:link {
	color:#0033FF;
    text-decoration: none;
}
#center a:visited {
	color: #0033FF;
}
#center a:hover {
	color: #0033FF;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
h1 {
	font-size: 26pt;
	font-family:Tahoma, Verdana, Times, serif;
	margin-top: 10px;
	margin-bottom:10px;
	color:#CC0000;
}
h2 {
	font-size: 21pt;
	font-family:Tahoma, Helvetica, sans-serif;
	margin: 30px 0 30px 0;
	color:#bc1000;
	text-align:center;
}
h3 {
	font-size: 18pt;
	margin: 30px 0 0 0;
	color:#BC1000;
	text-align:center;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.content p {
	margin: 12px 0;
}
#center .content ol li {
	padding-top:10px;
}
#center .content ul li {
	padding-top:5px;
}
.bottom-pad  li { padding-bottom:15px;}
#center .content ul {
	margin-top:5px;
}
.footer {
	color:#999999;
	font-size:10pt;
}
.footer a {
	color:#999999;
}
.footer a:visited {
	color:#999999;
}
.table1 {
	-moz-box-shadow: 0px 0px 5px 3px #003366;
	-webkit-box-shadow: 0px 0px 5px 3px #003366;
	box-shadow: 0px 0px 5px 3px #003366;
	border: 2px solid #003366;
	background-image:url(table1-bg.jpg);
}
.table2 {
	-moz-box-shadow: 0px 0px 5px 3px #003366;
	-webkit-box-shadow: 0px 0px 5px 3px #003366;
	box-shadow: 0px 0px 5px 3px #003366;
	border: 2px solid #003366;
}
/* Added by Cenay to match the original */
.letter {
    font-family: "Courier New",Courier,monospace;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
	}
.testimonial_id {
	width:476px; 
	background-image:url("/media/testimonial_vert_repeater.jpg");
	background-repeat :repeat-y;
	margin-left:auto; 
	margin-right:auto; 
	}	
.testimonial_content {
    color: #333333;
    padding-left: 40px;
    padding-right: 40px;	
	font-size:10pt;
	}
.testimonial_title {
	font-size:14pt;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	}	
.my-thumb {
	padding:4px;
	background-color:#ffffff;
	box-shadow:0 0 5px #666666;
	}	
.big-shadow {
    border: 2px solid #003366;
    box-shadow: 0 0 5px 3px #003366;
	}	
.white-text { color:#ffffff;font-weight:bold;}	
.checks ul {
	font-weight:bold;
	color:#ffffff;
	}
.checks li {
	list-style-image: url("/media/style6.png");
	padding-bottom:8px;
	color:#ffffff;	
	font-weight:bold;
	}
.dark-checks ul {
	font-weight:bold;
	color:#000000;
	}
.dark-checks li {
	list-style-image: url("/media/style6.png");
	padding-bottom:8px;
	color:#000000;
	font-weight:bold;
	}			
.red {color:#FF0000;}	
.black-highlight {
	background-color:#FFFF00;
	color:#000000;
	}
.center-box {
	background-color:#fdfbc6;
    border: 4px dashed #BC1000;
	margin:40px auto 35px;
	width:74%;
	padding:0 10px 13px 20px;
	font-size:10pt;
	}
.center-box h3 {margin-top:25px;}
.alignright {float:right; margin-left:10px;}
.alignleft {float:left; margin-right:10px;}
.double-bottom li {padding-bottom:10px;}