body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	background: #fff;
}

#wrapper {
	width: 785px;
	margin: 0 auto;
}

#header {
	margin: 0px 10px 0px 5px;
	padding: 10px 0px 0px 0px;
	height: 100px;
	background: #383e74;
	text-align: center;
}

#navbar1 {
	margin: 0px 10px 0px 5px;
	padding: 10px 0px 0px 0px;
	height: 22px;
	background: #7fa9ac;
	text-align: center;
}

#navbar2 {
	margin: 1px 10px 0px 5px;
	padding: 0px;
	height: 22px;
	background: #383e74;
	text-align: center;
}

#logo {
	margin: 0px 10px 0px 5px;
	padding: 7px 5px 5px 10px;
	text-align: center;
	height: 96px;
	background: #7fa9ac;
}

/* ---------------------------- */
#leftcolumn1 { /* Parent Wrapper for inside boxes */
	margin: 8px 0px 0px 0px;
	display: inline; /* IE Hack */
	width: 121px;
	float: left;
	min-height: 900px;
	padding: 0px 4px 0px 8px;
	border-right: 2px solid #ccc;
	background-color: #fff;
	text-align: center;
}

#leftcolumn2 { /* Parent Wrapper for inside boxes */
	border-right: 2px solid #ccc;
	margin: 8px 0px 0px 0px;
	display: inline; /* IE Hack */
	width: 248px;
	float: left;
	min-height: 900px;
	padding: 0px 3px 0px 3px;
	background-color: #fff;
}

/* ---------------------------- */
#rightcolumn1 { /* Parent Wrapper for inside boxes */
	border-right: 2px solid #ccc;
	margin: 8px 0px 0px 0px;
	display: inline; /* IE Hack */
	padding: 0px 3px 0px 3px;
	width: 248px;
	float: left;
	min-height: 900px;
	background-color: #fff;
}

#rightcolumn2 { /* Parent Wrapper for inside boxes */
	margin: 8px 0px 0px 0px;
	display: inline; /* IE Hack */
	padding: 0px 3px 0px 3px;
	width: 125px;
	float: left;
	min-height: 900px;
	background-color: #fff;
	text-align: center;
}
/* ---------------------------- */

#footer {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	margin: 0px 5px 5px 5px;
	display: inline; /* IE Hack */
	padding: 4px;
	float: left;
	width: 767px;
	text-align: center
}

.banner {
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.cover {
	text-align: center;
}

.producttable {
	padding: 3px 3px 0px 0px;
	vertical-align: top;
	text-align: left;
}

/* Below are the text formating styles */

table {
	border: none;
}

.producthead {  
		font-size: 20px; 
		font-weight: bold; 
		color: #21409a; 
		text-transform: uppercase;
		border-bottom: solid black 1px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: black; 
	margin: 5px 0px 0px 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	text-decoration: bold; 
	margin: 5px 0px 0px 0px;
}

.title {  
	font-size: 10px; 
	font-weight: bold; 
	margin: 0px 0px 0px 0px;
}

.subhead {  
		font-size: 12px; 
		font-weight: bold; 
		color: #21409a; 
		text-transform: uppercase;
		margin: 10px 0px 0px 0px;
}