* {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

body {
	margin: 50px 25px 25px 25px;
	text-align: center;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #003366;
	background-color: #666666;
}

td {
	text-align: left;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	color: #003366;
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	color: #cc6600;
}

h4 {
	font-size: 1.0em; font-weight: bold;
}

div#background {
	background-color: #ffffff;
	width: 900px;
	border: 0px yellow solid;
	margin: 0px auto;
}

div#header {
	width: 900px;
	height: 150px;
	border: 0px red solid;
	background-color: #FAC899;
	background-image: url(/gfx/08_headerBG.gif);
}

div#headerhomelink {
	position: relative;
	float: left;
	left: 15;
	top: 30;
	width: 370px;
	height: 105px;
	border: 0px red solid;
}

div#quotes {
	position: relative;
	float: left;
	left: 30;
	top: 47;
	width: 455px;
	height: 100px;
	border: 0px red solid;
	font-family: Times, serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #003366;
	text-align: center;
}

div#navbar {
	width: 850px;
	height: 40px;
	padding: 0px 25px 0px 25px;
	border: 0px yellow solid;
	background-color: #FAC899;
	background-image: url(/gfx/08_navBG.gif);
}

div#navlinks {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;	
}

div#navlinks a {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;	
}

div#navlinks a:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;	
}

div#left {
	border: 0px red solid;
	text-align: left;
	width: 475px;
	margin: 10px 25px 25px 50px;
	float: left;
	display:inline;
}

div#homeleft {
	border: 0px red solid;
	text-align: left;
	width: 300px;
	margin: 10px 25px 25px 50px;
	float: left;
	display:inline;
}

div#right {
	border: 0px red solid;
	text-align: right;
	width: 250px;
	margin: 10px 50px 25px 25px;
	float: left;
	display:inline;
}

div#homeright {
	border: 0px red solid;
	text-align: left;
	width: 425px;
	margin: 10px 50px 25px 25px;
	float: left;
	display:inline;
}

div#footer {
	border: 0px green solid;
	width: 900px;
	height: 55px;
	text-align: left;
	font-size: 10px;
	color: #003366;
	clear: both;
	background-color: #ffffff;
	background-image: url(/gfx/08_footerBG.gif);
}

div#footer a {
	text-decoration: none;
	color: #003366;
	font-weight: normal;
}

div#footer a:hover {
	color: #cc6600;
}

a {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}

a:hover {
	color: #cc6600;
}
