html {
	margin: 0;
	padding: 0; }

body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 0.85em; 
	background-color: #E6E6E6; }
		   

/* GENERAL FORMATTING - most must have space set: 
216 on left
130 on right */
img {
	border: 0; }

a:link, a:visited, a:hover, a:active {
	text-decoration: none; 
	margin-left: 0; 
	color: #006DBA; }
	
p {
	z-index: 30;
	margin: 0 130px 0.5em 216px;  
	line-height: 1.7em; 
	font-size: 0.8em; }
	
h1 {
	z-index: 30;
	margin: 0 130px 0 216px; }
	
h2 {
	z-index: 30;
	margin: 15px 130px 10px 216px; 
	font-size: 1.1em;
	color: #0071BC;}

ul {	
	z-index: 30;
	margin: 0 130px 0 256px;
	font-size: 0.85em; }
	
li { 
	margin: .5em 0; 
	padding: 0px;
	list-style-image: url(images/lkbullet.gif);}

h1 {
    margin-top: 105px;
	margin-bottom: 10px;
    font-family: arial,helvetica,verdana,sans-serif;
    font-size: 1.8em;
	color: #0071BC; }

.pop {
	color: #0071BC;
	font-weight: bold; 
	font-size: 1em; }
	
.note {
	color: #8F8F8F;
	font-style: italic;
	font-size: 0.8em;}
	
#bread { 
	position: absolute;
	z-index: 20;
	top: 90px;
	right: 130px;
	font-size: 0.75em;
	text-align: right; 
	font-weight: bold; 
	margin: 0; }
	

#clear {clear: both;}

/* end GENERAL FORMATTING */

#holding {
    background: url("images/leftbg.gif") 0% 0% repeat-y;
	background-color: #fff;}
* html #holding {
    background: url("images/leftbg.gif") 0% 0% repeat-y; 
	background-color: #fff;}	
	   
/*HEADER*/
.logo {
	z-index: 10;
	position: absolute;
	top: 0px; left: 0px; }
#header {
	z-index: 0;
	position: absolute;
	width: 100%; height: 108px;
	top: 0px; left: 0px; 
	background: #fff; }
#head1 {
	position: absolute;
	width: 100%; height: 52px;
	background: #000; }
.freequote {
	margin-right: 36px; 
	float: right; }
#head2 {
	position: absolute;
	width: 100%; height: 1px;
	top: 52px;
	background: #ccc; }
#head3 {
	position: absolute;
	width: 100%; height: 26px;
	top: 53px;
	background: #CECECE;
	background-image: url(images/topgrad.gif);
	background-position: top right; 
	background-repeat: no-repeat; 
	text-align: right;  }
/* end HEADER */

/* TONAV */
#topnav {
	z-index: 5;
	position: absolute;
	color: #fff;
	font-size: 0.75em; 
	top: 58px; right: 36px; }
#topnav a {
	color: #fff; 
	font-weight: none;}
ul.topnav {
	z-index: 5;
	margin-right: 0px;
	padding-left: 0;
	display: inline; } 
ul.topnav li {
	margin-left: 0;
	padding: 0px 5px;
	border-left: 1px solid #A9A9A9;
	list-style: none;
	display: inline;  }
/* end TOPNAV */


/* LEFT */
#left {
	left: 0; 
	width: 216px;
	position: absolute; 
	padding: 0; 
	margin: 0;
	background: url("images/leftbg.gif") 0% 0% repeat-y; }
* html #left {
       width: 216px;}
#linkhold {
	position: absolute;
	z-index:15;
	top: 108;
	left: 0;
	width: 183; }
.links {
	width: 183;
	background-color: #fff;
	border-width: 1;
	border-style: solid;
	border-color: #000;
	margin-left: 11;
	margin-bottom: 4;
	font-size: 10px; }
.linkbar {
	width: 183;
	background-color: #000;
	font-weight: bold;
	padding-top: 1;
	padding-bottom: 3;
	margin: 0;
	border: 0;
	border-bottom-width: 1;
	border-style: solid;
	border-color: #d7d7d7; }
.linkbar a:link, .linkbar a:visited, .linkbar a:hover, .linkbar a:active {
	color: #FCE33B;
	margin-left: 6; }
ul.side {
	margin-left: 20px;
	margin-top: 3px;
	margin-right: 0px;
	padding-left: 0px; 
	border: 0;
	background-color: transparent;}
ul.side li a:link, ul.side li a:visited {
	color: #020F8E;
	margin-left: -3; }
ul.side li a:hover, ul.side li a:active {
	color: #000;
	background-color: #FDF1A2;
	margin-left: -3; }
ul.side li {
	padding: 0px;
	list-style-image: url(images/lkbullet.gif);	}
ul.side li.last {
	margin-bottom: 6px; }
.look {
	margin-left: 11;
	margin-top: 1; }
/* end LEFT */

/* BOTTOM */
.infospace {
	height: 45px; }
#info { 
	position: static;
	width: 100%;
	text-align: center; 
	bottom: -1px; 
	padding: 16px 0 5px 0;
	border-top: 3px solid #000;
	background-color: #E6E6E6; 
	background-image: url(images/bottombg.gif);
	background-position: top right; 
	background-repeat: repeat-x; }
.credit {
	font-size: 0.7em;
	color: #9E9E9E;  }
.credit a:link, .credit a:visited, .credit a:hover, .credit a:active {
	color: #9E9E9E; }
/* use extrafiller if any part of the page isn't long enough */
.space { 
	height: 45px; }
/* end BOTTOM */

	   
	   
	   