﻿@charset "utf-8";
/* CSS Document */
/* 910039	= Dark burgundy (lettering in logo) 	*/
/* FF75AC	= Light pink						*/



#wrapper {
	margin: 0 auto;
	font-size: 100%;
	text-align: left;
	width: 900px;
	}

body, table, th, tr, td, li, ul, ol	{
	font-family: Arial, Verdana, Tahoma, helvetica, 'sans serif'; 
	font-size: 9pt; 
	text-align: center;
	}

table, tr, td	{
	text-align: left;
	}

li, ul, ol   { 
	margin-top: 5px; 
	margin-bottom: 5px;
	}

.09pt	{
	font-size: 9pt; 
	}


PRE, CODE, TT	{ 
	color: #000000;
	font-family: Courier New, monospace;
	font-size: 12px;
	}

HR	{	
	width: 100%;
	color: #910039;
	}	

a:link, 
a:visited	{
	color: #910039;
	text-decoration: underline;
	font-weight: normal;
	}	
		
a:active, 
a:hover	{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	}	
		
/*##### ADDRESS BOX #####*/

.addressbox td	{
	font-family: Arial, Verdana, Tahoma, helvetica, 'sans serif'; 
	font-size: 9pt; 
	font-weight: bold;
	color: #000000;
	}

.addressbox a:link,
.addressbox a:visited	{
	font-size: 9pt; 
	font-weight: bold;
	color: #910039;
	text-decoration: underline;
	}

.addressbox a:hover,
.addressbox a:active	{
	font-size: 9pt; 
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	}


/*##### COPYRIGHT FOOTER  #####*/

.footer td	{
	clear: both;
	font-family: Arial, Verdana, Tahoma, helvetica, 'sans serif'; 
	font-size: 9pt; 
	font-weight: bold;
	color: #EEEEEE;
	}

.footer a:link,
.footer a:visited	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

.footer a:hover, 
.footer a:active	{
	color: #FF75AC;
	text-decoration: none;
	font-weight: bold
	}


H2	{
	font-family: Georgia;
	font-size: 15pt; 
	letter-spacing: -1pt;
	color: #910039; 
	font-weight: normal;
	font-style: italic;
	}
	
H3	{
	font-family: Georgia, Times New Roman, serif;
	color: #000000; 
	font-size: 13pt; 
	text-decoration: underline; 
	letter-spacing: -.50pt;
	font-weight: normal;
	font-style: italic;
	}

/*##### CLASSES #####*/

.clear {
	clear: both;
}

.form		{ 
	font-family: Arial, Verdana, Tahoma, helvetica, 'sans serif'; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #000000;
	}

.button	{
	font-family: Arial, Verdana, Tahoma, helvetica, 'sans serif'; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #910039;
}

.box1 td	{
	border-bottom: 1px solid #DDDDDD;
	font-family: Arial;
	font-weight: bold;
	font-size: .7em; 
	}

/* HORIZONTAL NAVIGATION BUTTONS */

.blackButtons td	{
	font-family: Arial, Verdana, Tahoma, helvetica, 'sans serif'; 
	font-size: 9pt; 
	font-weight: bold;
	}

.blackButtons a:link, 
.blackButtons a:visited	{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-left: 15px; 
	padding-right: 25px; 
	padding-top: 0; 
	padding-bottom: 0;
	font-weight: bold;
	}	
		
.blackButtons a:hover	{
	background-position: left top; 
	text-align: center;
	color: #FFFFFF;
	text-decoration: none; 
	padding-left: 15px; 
	padding-right: 25px; 
	padding-top: 0; 
	padding-bottom: 0;
	background-image:url('../images/corner10_br11.gif'); 
	background-repeat:no-repeat;
	font-weight: bold;
	}

.blackButtons a:active	{
	background-position: left top; 
	text-align: center;
	color: #FFFFFF;
	text-decoration: none; 
	padding-left: 15px; 
	padding-right: 25px; 
	padding-top: 0; 
	padding-bottom: 0;
	background-image:url('../images/corner10_br12.gif'); 
	background-repeat:no-repeat;
	}


/* SIDEBAR */
.sidebar	{
	color: #910039;
	font-size: 9pt;
	font-weight: bold;
	}

.sidebar a:link,
.sidebar a:visited	{
	font-weight: bold;
	background-color: #CEE3D2;
	color: #910039;
	text-decoration: none;
	}

.sidebar a:hover,
.sidebar a:active	{
	font-weight: bold;
	background-color: #CEE3D2;
	color: #910039;
	text-decoration: underline;
	}

/* COVERAGE BUTTONS */
.covbut	{
	color: #910039;
	font-size: 9pt;
	font-weight: bold;
	}

.covbut a:link,
.covbut a:visited	{
	font-weight: bold;
	color: #910039;
	text-decoration: none;
	}

.covbut a:hover,
.covbut a:active	{
	font-weight: bold;
	color: #910039;
	text-decoration: underline;
	}


/*##### SERVICE BOX #####*/

.service td	{
	font-size: 10px;
	text-align: center;
	width:185px;
	color: #910039;
	font-weight: bold;
	}

.service a:link,
.service a:visited	{
	background-color: #FFF;
	color:#910039;
	text-decoration: none;
	padding: 5px;
	display: block;
	font-weight: bold;
	}

.service a:hover,
.service a:active	{
	background-color: #910039;
	color: #AA9D44;
	text-decoration: none;
	padding: 5px;
	display: block;
	font-weight: bold;
	}


.line150	{
	line-height: 150%;
	font-size: .975em;
	}

.hdgA	{
	font-family: Cambria, Georgia, Times New Roman, serif;
	font-size: 15pt; 
	font-weight: bold;
	letter-spacing: -.5pt;
	color: #910039;
	}

.hdgB	{
	font-family: Cambria, Georgia, Times New Roman, serif;
	font-size: 13pt; 
	color: #000000;
	font-weight: bold;
	}


.subhdgA	{
	font-size: 10pt;
	text-decoration: none; 
	font-weight: bold;
	}



.list1 li	{
	margin: 5px;
	text-align: left;
	list-style-image:url('../images/corner10_br.gif');
	}