.main	{
	color: #000; 
	background-color: #fff; 
	margin: 5px; 
	scrollbar-face-color: #eee; 
	scrollbar-shadow-color: #23468d; 
	scrollbar-highlight-color: #23468d; 
	scrollbar-3dlight-color: #eee; 
	scrollbar-darkshadow-color: #eee; 
	scrollbar-track-color: #fff; 
	scrollbar-arrow-color: #23468d;
	}
	
.main_border	{
	border-style: solid; 
	border-color: #000; 
	border-width: 1px; 
	width: 760px;
	}
	

.navbar	{
	padding: 3px 0px; 
	color: #000; 
	background-color: #23468d; 
	font-family:  'Franklin Gothic Medium', verdana, sans-serif;  font-weight: bold; font-size: 10pt;
	}
		
.main_bg {
    color: #000; 
	background-color: #f0f0f0;
   }

.content {
	margin-top: 10px; 
	margin-bottom: 15px;
	   }
		
.txt {
	font-family: arial, verdana, sans-serif; 
	font-size: .8em;
	}
	
.txt_1 {
	font-family: arial, verdana, sans-serif; 
	font-size: .9em;
	font-weight: bold;
	}
	
.border_1  {
	border-style: solid; 
	border-color: #000; 
	border-width: 1px; 
	color: #000;
	background-color: transparent;
	}

.border_2	{
	border-width: 1px; 
	border-style: dotted; 
	border-color: #000; 
	color: #000; 
	background-color: #fff; 
	font-family: arial, helvetica, sans-serif;
	font-size: .8em; 
	padding: 5px;
}

.border_3	{ 
	color: #000; 
	background-color: #f3f3f3; 
	font-family: arial, helvetica, sans-serif;
	font-size: .8em; 
	padding: 5px;
}

.border_4	{ 
	color: #000; 
	background-color: #f3f3f3; 
	padding: 5px;
}

.heading {
	color: #930; 
	background-color: transparent; 
	font-weight: bold;
	font-size: 1.25em;
}

.txt_margin {
	margin-top: 5px; 
	margin-left: 5px;
}

.left_margin {
	margin-left: 15px;
}

.txt_blue {
	color: #23468d; 
	background-color: transparent;
	font-weight: bold;
}

.contact {
	width: 760px; 
	color: #172e5e; 
	background-color: #CBC7BC; 
	margin-top: 7px; 
	margin-bottom: 25px; 
	border-top-style: solid; 
	border-top-width: 1px; 
	border-top-color: #beb9ad; 
	border-bottom-style: solid;
	border-bottom-width: 1px; 
	border-bottom-color: #b1ab9c;
}

.txt_contact {
	font-family: 'Franklin Gothic Medium', verdana, sans-serif; 
	font-weight: bold; 
	font-size: .9em; 
	margin-right: 18px;
	letter-spacing: 1px;
	text-align: right;
	}

.txt_copyright {
	margin-top: -8px; 
	margin-bottom: 15px; 
	margin-right: 18px; 
	font-family: arial, serif; 
	font-size: .7em; 
	letter-spacing: 1px;
	text-align: right;
}

.callout_trans  {
	color: #23468d;
	background-color: transparent;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	margin: 5px;
	font-style: italic;
}


a.nav:link, a.nav:visited, a.nav:active	{
	color: #fff;
	background-color: #23468C;
	text-decoration: none;
	}

a.nav:hover {
	color: #CBC7BC;
	background-color: #23468C;
	text-decoration: underline;
	}
	
.current {
	color: #CBC7BC;
	background-color: #23468C;
	text-decoration: underline;
	}

