body { 
	background-color: #849BB4;
	margin: 0px;
}


h1 {
	font-family: Arial, Tahoma, serif; 
	font-size: 22px;
	color: #763A40;
	font-weight: bold;	
}
h2 {
	font-family: Arial, Tahoma, serif; 
	font-size: 19px;
	color: #763A40;
	font-weight: 600;	
}

h3 {
	font-family: Arial, Tahoma, serif; 
	font-size: 16px;
	color: #763A40;
	font-weight: 600;	

}

h4 {
	font-family: Arial, Tahoma, serif; 
	font-size: 14px;
	color: #763A40;
	font-weight: 600;	

}

p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 120%;
	
 }

li {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-bottom:3px;
 }


td {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
 }

.mastertable {
	border: 4px #3C536C outset;
	background-color: #FFFFFF;
	margin-top:10px;
} 
.nav { 
 	border-top: 1px solid #0F6292;
	border-bottom: 1px solid #0F6292;
	background-color: #E8D8CD;
	text-align:center;
 
 }
.rightcolumn {
	border-left: 1px solid #0F6292; 
	padding: 10px;
	font-size: 12px;
}

.rightcolumn li {
	margin-left: -.25in;
}

.content {
	padding: 10px 15px 15px 15px;

}
.footer {
	border-top: 1px #0F6292 solid;
}
.footer p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding: 5px;
	line-height: 130%;
}
.darkredbold {
	color: #763A40;
	font-weight: bold;
}
.darkbluebold {
/*	color: #3C536C; */
	color: #044272;
	font-weight: bold;

}
.indent li { 
	list-style-type: none;
}
#detailedcontact td {border: 1px dotted #3C536C;}

a:link {color:#183493; font-weight:bold; text-decoration:none;}
a:hover {color:#C39E8E;font-weight:bold; text-decoration:underline}
a:visited {color:#6485A9; font-weight:bold; text-decoration:none;}
a:active {color:#3382D9; font-weight:bold; text-decoration:underline;}
a:hover:visited {color:#C39E8E; font-weight:bold; text-decoration:underline;}

/* Classes used for gradients */

/*.leftrail {
	background-image: url(../images/leftrail.png);
	width: 20px;
	background-repeat:repeat-y;
}

.rightrail {
	background-image: url(../images/rightrail.png);
	width: 20px;
	background-repeat:repeat-y;
}

.bottomrail {
	background-image:  url(../images/bottomrail.png);
	height: 20px;
	background-repeat:repeat-x;
}
.leftcorner {
	background-image:  url(../images/leftcorner.png);
	height: 20px;
	width: 20px;
}

.rightcorner {
	background-image:  url(../images/rightcorner.png);
	height: 20px;
	width: 20px;
}

*/