/***** MAIN ELEMENTS *****/
* {
	margin: 0;
	padding: 0;
	}
body {
	background: #ffffff url(images/pageBG.jpg) repeat-x;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12pt;
	margin: 15px 0;
	color: #000000;
	}
p {
	margin: 15px 0 15px 0;
	text-align: left;
	line-height: 14pt;
    text-indent: 20px;
    }
blockquote {
	margin: 15px 25px;
    text-indent: 20px;
    }
ol, ul, li {
	margin: 0 0 0 25px;
	line-height: 14pt;
	text-indent: 0;
	}
img {
	text-indent: 0;
	margin: 0;
	padding: 0;
	}
a:link {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	}
a:active {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	color: #6600CC;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	color: #00386E;
	text-decoration: underline;
	font-weight: bold;
	}
h1 {
	font-family: Impact, Arial, Helvetica, Verdana;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 25pt;
	font-weight: normal;
	color: #000080;
	text-indent: 0;
	}
h2 {
	font-family: Tahoma, Arial, Helvetica, Verdana;
	padding: 0;
	margin: 15px 0 30px 0;
	font-size: 13pt;
	color: #000000;
	}
h3 {
	font-family: Tahoma, Arial, Helvetica, Verdana;
	padding: 0;
	margin: 15px 0;
	font-size: 14pt;
	color: #BA0000;
	text-indent: 0;
	}
h4 {
	font-family: Tahoma, Arial, Helvetica, Verdana;
	padding: 0;
	margin: 15px 0;
	font-size: 13pt;
	color: #000000;
	}

/***** CONTAINERS *****/

#wrapper {
	background: #fff;
	border: 1px solid #777;
	width: 750px;
   	margin: 15px auto 15px auto;
	}
#top {
	display: block;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
	clear: both;
	}
#main {
	display: block;
	text-align: left;
	padding: 25px;
	margin: 0;
	}
.photo {
	display: block;
	float: left;
	margin: 0 0 -10px 0; 
	padding: 0 5px 5px 0;
	}
.box {
	border: 1px solid #e3f0cf;
	padding: 15px;
	margin: 15px;
	background: #E3F0CF;
	}
.tabel {
	display: block;
	text-align: left;
	padding: 10px;
	margin: 0;
	}

/***** IMAGES *****/



/***** HACKS *****/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix:after { /* float hack used to float content correctly */
	content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
	visibility: hidden;
	}
.noindent {
	text-indent: 0;
	margin: 15px 0;
	}
.salutation {
	text-indent: 0;
	margin: 0;
	}
ul.check {
	font-family : Arial, Helvetica, Verdana;
	font-size : 12pt;
	margin: 0 0 0 10px;
	text-indent: 0;
	}
ul.check li {
	list-style-image: url('http://www.thecopydoctor.com/images/checkmarkred.gif');
	line-height: 14pt
	}
ul li {
	list-style-image: url('../images/red.gif');
	line-height: 14pt;
	padding-left: 5px
	}
li.short {
	margin: 0 0 0 20px;
	line-height: 14pt;
	text-indent: 0;
	}
.testimonial {
	font-size : 11pt;
	text-indent: 0;
	}