body {
	margin: 0;
	padding: 0;
	font-family: "Arial";
	font-size: 10pt;
	text-align: center;
	color: black;
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: white;
	}

h1 {
	font-family: "Arial";
	font-size: 20px;
	font-weight: black;
	color: #191f47;
}

h2 {
	font-family: "Arial";
	font-size: 16px;
	font-weight: normal;
	color: #191f47;	
}
h3 {
	font-family: "Arial";
	font-size: 14px;
	font-weight: black;
	color: #191f47;	
}
h4 {
	font-family: "Arial";
	font-size: 12px;
	font-weight: black;
	color: #191f47;	
}
a.nav:link {color: white; text-decoration: none; }
a.nav:visited {color: white; text-decoration: none; }
a.nav:hover {color: white; text-decoration: underline; }
a.nav:active {color: white; text-decoration: none; }

a.header:link {color: #666666; text-decoration: none; }
a.header:visited {color: #666666; text-decoration: none; }
a.header:hover {color: #666666; text-decoration: underline; }
a.header:active {color: #666666; text-decoration: none; }

a.content:link {color: black; text-decoration: none; }
a.content:visited {color: black; text-decoration: none; }
a.content:hover {color: black; text-decoration: underline; }
a.content:active {color: black; text-decoration: none; }

#container {
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 817px;
	text-align: center;
	}

* html #container {
height: 100%;
}

#offer {
	position:absolute;
	top: 96px;
	left: -35px;
}

#header {
	text-align: right;
	height: 144px;
	background-image: url(images/header_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 0px;
	}

#spacer {
	text-align: right;
	background-image: url(images/link_bg.gif);
	background-repeat: repeat-y;
	height: 36px;
	}

#links {
	text-align: right;
	background-image: url(images/link_bg2.gif);
	background-repeat: repeat-y;
	height: 38px;
	}

#banner {
	height: 247px;
	text-align:left;
	padding: 0px 0px 0px 8px;
	background-image: url(images/banner_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}

#content {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	text-align: center;

	}

#content_mini {
	text-align: left;
	padding: 1px 30px 10px 30px;
	}

#logos {
	height: 45px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	text-align: center;
	}

#footer {
	text-align: right;
	height: 44px;
	background-image: url(images/footer_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 20px 0px 0px;
	margin: 0px;
	font-size: 8pt;
	}

#madeby {
	height: 20px;
	color: white;
	font-size: 8pt;
	}
#seotable {
	width:700px;
	text-align:center;
}

.seocol {
	float:left;
	width:174px;
	font-weight:bold;
	font-size:9pt;
}

.seoheader a {color:#fff;}
.seofooter a, a:visited {color:#fff;}
.seoheader {
	line-height:150%;
	background-color:#003366;
	
	font-size:9pt;
	font-weight:bold;}

.seofooter {
	line-height:150%;
	background-color:#003366;
	color:#FFF;
	font-size:9pt;
	font-weight:bold;}
	
.seocol a, a:visited{color:#003366;}

.headerseo {color:#FFF;}

.clear {clear:both;}