h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	border: none;
	}
	
body {
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	font: normal 11px/15px "Lucida Grande", Arial, Helvetica, sans-serif;
	}
	
#wrapper {
	width: 505px;
	margin: 0 auto;
	text-align: left;
	background: url(images/content.gif) repeat-y left top;
	}
	
a.header {
	display: block;
	background: url(headers/home.jpg) no-repeat left top;
	height: 260px;
	width: 500px;
	overflow: hidden;
	}
	
h1, h2 {
	display: none;
	}

ul#nav {
	float: left;
	width: 175px;
	padding: 10px 0;
	}
	
ul#nav li {
	list-style: none;
	display: inline;
	}
	
ul#nav li a {
	display: block;
	font: normal 12px/12px "Times New Roman", Times, serif;
	color: #666;
	text-transform: uppercase;
	text-align: right;
	text-decoration: none;
	padding: 10px 15px 10px 0;
	overflow: hidden;
	}
	
ul#nav li a:hover {
	color: #000;
	}
	
ul#nav li a.n_quote {
	margin: 10px 15px;
	background: #ed2024 url(images/quotebtn.gif) repeat-x left center;
	padding: 8px 0;
	border: 1px solid #f14d50;
	font: bold 14px/14px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	}
	
ul#nav li a.n_quote:hover {
	text-decoration: underline;
	color: #fff;
	}
	
div#content {
	width: 275px;
	padding: 18px 25px 30px 24px;
	float: left;
	background: none;
	border-left: 1px solid #ddd;
	}
	
h3 {
	font: normal 23px/22px "Times New Roman", Times, serif;
	color: #333;
	padding: 0 0 5px;
	border-bottom: 5px solid #eee;
	margin: 0 0 5px;
	}

h4 {
	font: bold 12px/12px "Lucida Grande", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333;
	margin: 0 0 10px;
	}
	
p {
	margin: 0 0 10px;
	}
	
#content ul,
#content ol {
	margin: 0 0 8px;
	}
	
#content ul li {
	list-style-type: square;
	}
	
#content li {
	margin: 0 20px 2px;
	}
	
#content a {
	text-decoration: underline;
	color: #000;
	}
	
#content a:hover {
	color: #b2181b;
	}
	
div.footer {
	clear: both;
	}
	
p.otherSI {
	float: left;
	width: 145px;
	padding: 30px 15px 0;
	color: #999;
	}
	
p.otherSI a {
	color: #999;
	}

p.otherSI a:hover {
	color: #666;
	}
	
div.contact {
	float: left;
	width: 275px;
	padding: 20px 25px 30px;
	background: #ed2024 url(images/red.gif) repeat-x left top;
	border-top: 10px solid #b2181b;
	color: #fff;
	}
	
div.contact h4,
div.contact p,
div.contact a {
	color: #fff;
	}
	
table {
	margin: 0 0 20px;
	width: 400px;
	}
	
table th,
table td {
	padding: 2px 5px 2px 0;
	}
