body {
	margin: 0 auto;
	text-align: left;
	background-color: #5186BA;
}

body img {
display: block;
float: left;
}

#container {
	width: 780px;
	margin: 0 auto 0 auto;
	background: url(/images/background.jpg) repeat-y;
	display: table;
}

#main {
	float: left;
	width: 734px;
	padding: 0px 7px 15px 7px;
}

/**Do not Modify**/

#header {
	width: 735px;
	height: 119px;
	background: url(/images/header.jpg) no-repeat;
	text-align: center;
}

#header p {
	padding: 20px 0px 20px 20px;
	margin: 0;
	font-family: Arial, Tahoma;
	font-size: 24pt;
}

/**Grey space left of Links**/
#space {
	float: left;
	width: 80px;
	height: 32px;
	background: url(/images/space.jpg);
}

/**Grey space right of Links**/
#spaceright {
	float: right;
	width: 85px;
	height: 32px;
	background: url(images/space.jpg);
}
#linksrow {
	width: 735px;
	float: left;
}

#links {
	float: left;
	width: 100%;
	height: 32px;
	padding-left: 3px;
	padding-right: 0px;
	background: url(/images/links.jpg) no-repeat;
}

#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#links ul li {
	margin-top: 7px;
	margin-bottom: 5px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 9pt;
	color: #FFF;
	float: left;
}

#links ul li a {
	margin-left: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#links ul li a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#links ul li a:hover {
	color: #FFCC00;
	font-weight: bold;
}

/**Title of Content**/
#contentTitle {
	position: relative;
/**Move up Over Image**/
	top: -30px;
/*********************/
	float: left;
	width: 735px;
	height: 30px;
	background: url(/images/contenttitle.gif) no-repeat;
	margin: 0;
	text-align: left;
}

#contentTitle p {
	font-family: Lucida, Tahoma;
	font-weight: bold;
	font-size: 100%;
	padding: 8px 0px 0px 12px;
	margin: 0;
}

/**Left Col**/
#leftCol {
	position: relative;
	top: 10px;
	width: 210px;
	float: left;
	padding:3px;
}

#leftCol p {
	margin: 0;
	text-align: left;
	font-family: 'Lucida Grande', Verdana;
	font-size: 8pt;
	line-height:1em;
   background-color:#FFFFFF;
}

.leftcolHeading {
	width: 210px;
	float: left;
	margin-top: 10px;
   padding-top:30px;
	border-right: 1px solid;
	color: #A6A6A6;
   background-color:#FFFFFF;
}

.leftcolHeading h3 {
	color: #2F4F4F;
	margin: 0;
	font-family: 'Arial', Tahoma;
}

.leftcolContent {
	color: #5186BA;
	margin: 0;
   padding-bottom:50px;
	border-right: 1px solid;
	font-family: 'Arial', Tahoma;
   font-size: 8pt;
   text-align:justify;
}


/**Main Content**/
#mainCol {
	position: relative;
	top: 10px;
	margin-left: 8px;
	width: 510px;
	float: left;
}

#mainCol p {
	margin: 0;
	text-align: left;
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
	line-height:1.25em;
}

.mainColHeading {
	width: 510px;
/*	float: left;*/
	margin-top: 10px;
/*	border: 1px solid;*/
	color: #A6A6A6;
	text-align: left;
}

.mainColHeading h3 {
	margin: 0;
	padding: 3px 0px 5px 15px;
	font-family: Tahoma, Verdana;
	color: #000;
}

#footer {
	width: 750px;
	background: url(/images/topbot.jpg) repeat-y;
	float: left;
	font-family: Tahoma, Verdana;
	font-size: 8pt;
}

/**Main Content Image**/
.right {
	margin: 7px 0px 7px 7px;
	float: right;
}

.left {
	margin: 7px 7px 7px 0px;
	float: left;
}
h1 {
 text-align:center;
 color: #5186BA;
 background: inherit;
}
h2 {
 text-align:left;
 color: #CC9900;
 background: inherit;
}
.testimonials {
 font-size: .9em;
 width: 75%;
 margin-left: 12%;
 color: #000000;
 background-color: #C0D9D9;
 font-style: normal;
 border: 1px solid black;
 padding: 3px;

}
.attn {
 color: red;
 font-weight: bold;
 background: inherit;
}

LI.forwardblue {
 list-style: disc url(/images/forwardblue.gif) outside;
 list-style-position: inside;
 color:navy;
 background-color:white;
 font-size:12pt;
 text-align:left;
}
UL.checkred {
 list-style: disc url(/images/checkred-shadow.gif) outside;
 list-style-position: inside;
 color:navy;
 background-color:white;
 font-size:12pt;
 text-align:left;
}
