html, body {
	padding:0;
	margin:0;
	font-size:11px;
	color:#142774;
	background-image:url(images/bg.gif);
}
#container {
	width:775px;
	margin:10px auto;
	background-image:url(images/text-bg.gif);
	background-position:right;
	background-repeat:repeat-y;
	border:1px solid white;
	background-color:white;
}
#header {
	width:100%;
	height:83px; /*83*/
	background-image:url(images/header.gif);
}
#header h1 {
	font-size:15px;
	color:#142774;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
	padding:12px 0 0 25px;
}
#image {
	width:536px;
	height:181px;
	float:left;
	border-right:1px solid white;
}
#nav {
	width:217px;
	height:166px; /*156*/
	float:left;
	background-color:#e2e9ef;
	background-image:url(images/nav-bg.gif);
	background-position:right;
	background-repeat:repeat-y;
	padding:15px 0 0 21px;
}
#left {
	width:182px;
	padding-bottom:325px;
	float:left;
	background-color:#eef0f5;
	border-left:17px solid white;
	text-align: center;
}
.left {
	position: absolute;
	left: 115px;
	width: 118px;
}
#content {
	width:473px;
	float:left;
	padding:42px 79px 0 24px;
}
#content a {
	color:#6F367B;
}
#content a:hover {
	color:#E8DBEA;
}
#nav li a {
	font-family:Arial, Helvetica, sans-serif;
	color:#142774;
	text-decoration:none;
	display:block;
	height:21px;
	width:160px;
	background-image:url(images/nav-off.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:18px;
}
#nav li a:hover {
	background-image:url(images/nav-on.gif);
}
#nav ul {
	padding:0;
	margin:0;
}
#nav li {
	margin:0;
	padding:0;
	list-style-type:none;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:19px;
	padding-left:1px;
	width:470px;
}
h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:17px;
}
h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#6f367b;
}
h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:italic;
}
.para1 {
	font-size:14px;
}
.subhead {
	background-color: #EFDFAF; 
	padding: 2px 3px; 
	border-bottom: 1px solid #DBC47E; 
	border-right: 1px solid #DBC47E;
	color: #142774;
	font-size: 14px;
	font-weight: normal;
}
#content li {
	padding: 8px 0px 8px 16px;
	background:url(images/bullet.gif) 0px 12px no-repeat;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
}
#content ul {
	margin-left: 0px;
}
.images {
	padding-left:30px;
}
.products {
	width:322px;
}
#copy {
	color: #142774;
	font-family:Arial, Helvetica, sans-serif;
}
#footer {
	width:100%;
	height:23px;
	background-color:#142774;
	border-top:5px solid #6F367B;
	color: #D9DFEE;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.foot1 {
	float: left;
	padding-left: 10px;
}
.foot2 {
	float: right;
	padding-right: 10px;
}
.offers {
	border: 2px solid #142774;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	background-color: #D9DFEF;
	color: #142774;
	padding: 3px;
	text-decoration:none;
	text-align: center;
	margin-left: 5px;
}