html {
	margin: 0; 
	padding: 0;
}   

body {
	color: black;
	text-align: center;
	margin-bottom: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background: white;
}

/* ----- TEXT SIZES ----- */

h1, body#home h1 {
	color: #A00;
	background: transparent;    
	font-family: Georgia, "Times New Roman", Times, serif;	
}	

body#home h1 {
	font-size: 110%;	
}	

h1 { 
	font-size: 150%;
}

h2 {
	font-size: 120%;
	color: rgb(0,0,140);
	background: transparent;    
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -1em;   
}

.small, div#CONTENT, div#NAVIGATION, #BENEFITS, #RIGHTCOLUMN, table#rates, table#layout, table#REFER {
	font-size: 9pt; 
}

.xsmall {
	font-size: 9pt; 
}

.xxsmall {
font-size: 8pt; 
}

/* ----- END OF TEXT SIZES ----- */

div#LOGO {
	width: 480px;
	margin-top: 0;
	margin-left: auto; /* Centres logo on page */
	margin-right: auto; /* ditto */         
	position: relative;
}

div#CONTAINER {
	text-align: left;  /* Left aligns all text below top logo */     
	margin-left: 10px;
	margin-right: 10px; 
	border-top: 1px solid #800; /* Burgundy line under logo */
}

div#CONTENT {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	line-height: 150%;  
}

/* ----- CONTENT TEXT ATTRIBUTES ----- */

div#CONTENT p {
	color: rgb(0,0,17);
	background: transparent;
}

div#CONTENT p strong {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #800;
	background: transparent;
}

div#CONTENT a {
	color: #800;
	background: transparent; 
}

div#CONTENT a:hover {
	color: #800;
	background: transparent; 
	text-decoration: none;
}

/* ----- END OF CONTENT TEXT ATTRIBUTES ----- */

/* ----- SET LEFT HAND COLUMN SIZE AND POSITION ----- */

div#LEFTCOLUMN { 
	display: none;
} 

/* ----- END OF SET LEFT HAND COLUMN SIZE AND POSITION ----- */

/* ----- RIGHT HAND COLUMN SIZE AND POSITION ----- */

div#RIGHTCOLUMN {
	display: none;
}

/* ----- END OF RIGHT HAND COLUMN SIZE AND POSITION ----- */ 

/* ----- RATES TABLE ----- */
table#rates {
	background: rgb(240,240,240);
	border-collapse: collapse;
}

table#rates td {
	border: 1px solid #DDD;
	padding: 5px;
}

table#rates td.header {
	font-size: 120%;
	font-weight: bold;
	color: rgb(0,0,140);
	border: none;
	background: white;    
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -1em; 
}

/* ----- END OF RATES TABLE ----- */

/* ----- QUOTE TABLE ----- */
table#REFER {
	border-collapse: collapse; 
}

table#REFER tr.header {
	font-size: 120%;
	font-weight: bold; 
	color: rgb(0,0,140);
	background: transparent;    
	font-family: Georgia, "Times New Roman", Times, serif;
}

table#REFER tr.subheader{
	text-align: left;
	font-weight: bold; 
}

table#REFER td {
	padding: 5px;
}

table#REFER td.left {
	text-align: right;
}

table#REFER td.right {
	text-align: left;
}

table#REFER .form {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #EEE; 
}

.button {
	margin-top: 5px;
	background-color: #800;
	color: white;
	font-weight: bold;
}

/* ----- END OF QUOTE TABLE ----- */

p.bottomnav {
	display: none;
}

#CALLOUT {
	width: 159px;
	margin-top: 15px;
	border: 1px solid #CC8888;
	background-color: #FFDDDD;
	padding: .5em;
	font-size: small;
	line-height: 140%;
}	

#CALLOUT strong, table#BENEFITS strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #800;
}	

#CALLOUT ul {
	margin: 0;
	padding-left: 0;
}	

#CALLOUT li {
	list-style-position: inside;
	margin-bottom: 5px;
}	

table#BENEFITS td {
	padding: 5px 0;
}	