body { text-align: center; background-color: #606d7b; padding: 0; margin: 0; } 
#wrap {
	width: 960px;
	margin: auto;
	text-align: left;
	border: 1px solid white;
}
#wrap, table {	
	font-family: helvetica;
	font-size: 12px;
	line-height: 140%;
}
#header {
	background-color: white;
	height: 82px;
	border-color: #0078ae;
	border-style: solid;
	border-width: 0 0 6px 0;
}
#header img {float:left; border: none;}
#subheader {
	border-color: white;
	border-style: solid;
	border-width: 1px 0 0 0;
	display: block;
	clear:both;
	height:25px;
	background-color: #4aa9ce;
	padding: 0;
	margin: 0;
}
#subheader #breadcrumbs { 
	text-transform: capitalize; 
	float:left; 
	font-size: 10px;
	line-height: 25px;
	padding-left: 10px;
}
#subheader #breadcrumbs a { text-decoration: none; color: black;}
#subheader #breadcrumbs a:hover { text-decoration: underline; color: black;}

#subheader #search form {
	margin: 0; 
	padding: 0 10px 0 0;
	float: right;
}

#footer {
	clear: both;
	background-color: #0078ae;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}

#content {
	clear: both;
	background: url(http://biz49.inmotionhosting.com/~consul11/lib/image/bg-content.gif) repeat-y;
	background-color: white;
}
#content #cleft {
	float: left;
	width: 230px;
	display: block;
	padding: 15px 20px 0 10px;
	color: white;
}
#content #cleft ul { padding: 5px 0 0 20px; list-style-type: square; margin: 0;}
#content #cleft ul li { padding-bottom:5px;}
#content #cleft a {color: white; text-decoration: none;}
#content #cleft a:hover {color: white; text-decoration: underline;}
#content #cleft img { margin: 0 -20px 10px -10px; }
#content #cleft div {padding-bottom: 15px; text-align: center;}

#content #cright {
	float: right;
	display: block;
	width: 675px;
	padding: 15px 10px 0 0;	
}
#content #cright .next {float: right; font-weight: bold; padding: 10px 0;}
#content #cright .previous {float: left; font-weight: bold; padding: 10px 0;}

h2 { padding-bottom: 9px; border-right-width: 0px; border-left-width: 0px; border-top-width: 0px; border-color: #b57920; border-bottom-width: 1px; border-style: solid; color: #092a70; font-size: 18px;}
h3 { color: #092a70; }

ol li { padding-bottom: 10px; }

.intro {width: 80%; text-align: center; margin: auto; padding: 10px 0}
.imgright {float:right; padding: 10px 0 10px 10px;}
.imgcenter {text-align: center; padding: 10px;}
.clear { clear: both; }
