/* external CSS file */
/* NO HTML MARKUP ALLOWED */


/* font-family */
/* use ' ' for fonts with a space between the name */

/* font-weight */
/* normal, bold, bolder, lighter, 100-900, inherit */

/* font-size */
/* xx-small, x-small, small, medium, large, x-large, xx-large, */
/* smaller, larger, <length>, <percentage>, inherit */

/* font-style */
/* italic, oblique, normal, inherit */

/* font-variant */
/* small-caps, normal, inherit */

/* line-height */
/* <lenght>, <percentage>, <number>, normal, inherit */
/* line-height is font-size plus four or five */

/* text-transform */
/* uppercase, lowercase, capitalize, none, inherit */

/* text-decoration */
/* none, underline, overline, line-through, blink, inherit */

/* color */
/* color, percentage (rgb), numeric (rgb), Hexadecimal */


body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: 24px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #9F9F9F; /* color is light gray */
	text-decoration: none 
	}
	
body 	{
	background-color: #000000; /* color is white */
	/* background-image: url(1_images/bg_patten02.gif);  background image */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
A		{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 21px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FEC518; /* color is yellow */
	text-decoration: none 
	}
	
.bold	{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   line-height: 21px;
   font-weight: bold;
   font-variant: normal; 
   text-transform: none;
   color: #9F9F9F; /* color is light gray */
   text-decoration: none
   }
   
.italic {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 20px;
   font-style: italic;
   font-weight: normal;
   font-variant: normal; 
   text-transform: none;
   color: #9F9F9F; /* color is light gray */
   text-decoration: none
   }
	
.static	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FEC518; /* color is yellow */
	text-decoration: none 
	}
	
.rss {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	line-height: 11px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #8e8f90; /* color is dark gray */
	text-decoration: none 
	}
	
.copyright	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #363636; /* color is dark gray */
	text-decoration: none 
	}
	
.dash { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 6px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #9f9f9f; /* color is dark gray */
	text-decoration: none 
	}
	
.border { 
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	}
	

/* start the LVHA ordering */

/* :link - a hyperlink, an href attribute */
/* :visited - a hyperlink that has already been visited */
/* :hover - active when the mouse is over the hyperlink */
/* :active - active when the mouse is clicking the hyperlink */

 a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F9F9F; /* color is light grey */
	text-decoration: none
	}
	
a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F9F9F; /* color is light grey */
	text-decoration: none
	}
	
a.nav:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none;
	color: #FEC518; /* color is yellow */
	text-decoration: none	
	}
	
a.nav:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FFFFFF; /* color is white */
	text-decoration: none
	}
	
	
	
a.rss:link { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;
	line-height: 13px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #9F9F9F; /* color is light grey */
	text-decoration: none 
	}
	
a.rss:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;
	line-height: 13px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #9F9F9F; /* color is light grey */
	text-decoration: none 
	}
	
a.rss:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;
	line-height: 13px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none;
	color: #363636; /* color is dark grey */
	text-decoration: none	
	}
	
a.rss:active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;
	line-height: 13px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FFFFFF; /* color is white */
	text-decoration: none
	}
	
	
	
a.email:link { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 16px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #9F9F9F; /* color is light grey */
	text-decoration: none 
	}
	
a.email:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 16px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #9F9F9F; /* color is light grey */
	text-decoration: none 
	}
	
a.email:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 16px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #363636; /* color is dark grey */
	text-decoration: none	
	}
	
a.email:active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 16px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FFFFFF; /* color is white */
	text-decoration: none
	}


/* home page */
	
.hdrHome	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-style: normal; 
	line-height: 25px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FEC518; /* color is yellow */
	text-decoration: none 
	}
	
.hdrHomeMed	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: 21px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FEC518; /* color is yellow */
	text-decoration: none 
	}
	
.hdrHomeMedWht	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: 21px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FFFFFF; /* color is white */
	text-decoration: none 
	}

.txtHome	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-style: normal; 
	line-height: 25px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #9F9F9F; /* color is light gray */
	text-decoration: none 
	}
	
.txtHomeWht	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-style: normal; 
	line-height: 25px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FFFFFF; /* color is white */
	text-decoration: none 
	}
	
	
/* home page links */

 a.events:link { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;
	line-height: 21px;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #8e8f90; /* color is dark grey */
	text-decoration: none 
	}
	
a.events:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;
	line-height: 21px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #8e8f90; /* color is dark grey */
	text-decoration: none 
	}
	
a.events:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;
	line-height: 21px;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #ffffff; /* color is white */
	text-decoration: none	
	}
	
a.events:active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;
	line-height: 21px;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #a32424; /* color is red */
	text-decoration: none
	}
	
	
	
a.view:link { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 21px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #847B69; /* color is brown */
	text-decoration: underline 
	}
	
a.view:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 21px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #847B69; /* color is brown */
	text-decoration: underline 
	}
	
a.view:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 21px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FEC518; /* color is dark grey */
	text-decoration: underline	
	}
	
a.view:active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 21px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FFFFFF; /* color is white */
	text-decoration: underline
	}
	
	
/* services page */

.hdrServices	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-style: normal; 
	line-height: 30px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #9F9F9F; /* color is light gray */
	text-decoration: none 
	}
	
.hdrServicesWht	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-style: normal; 
	line-height: 30px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FFFFFF; /* color is white */
	text-decoration: none 
	}

.txtServices	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: 21px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #9F9F9F; /* color is light gray */
	text-decoration: none 
	}
	
.txtServicesRed	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: 24px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FA3602; /* color is red */
	text-decoration: none 
	}
	
.txtServicesGreen	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: 21px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #7F962C; /* color is green */
	text-decoration: none 
	}
	
.txtRedMed	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-style: normal; 
	line-height: 21px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FA3602; /* color is red */
	text-decoration: none 
	}
	
/* news page links */

a.news:link { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 21px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #9F9F9F; /* color is light gray */
	text-decoration: none 
	}
	
a.news:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 21px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #9F9F9F; /* color is light gray */
	text-decoration: none 
	}
	
a.news:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 21px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FFFFFF; /* color is white */
	text-decoration: none	
	}
	
a.news:active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 21px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FEC518; /* color is yellow */
	text-decoration: none
	} 


/* rss feed */

#divFeedityWidget span {
	visibility:hidden !important;
	}


/* rss feed */

#divFeedityWidget a:link {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    line-height: 21px !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    color: #9F9F9F !important; /* color is light gray */
    text-decoration: none
    }
   
#divFeedityWidget a:visited {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    line-height: 21px !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    color: #9F9F9F !important; /* color is light gray */
    text-decoration: none
    }
   
#divFeedityWidget a:hover {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    line-height: 21px !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    color: #FFFFFF !important; /* color is white */
    text-decoration: none   
    }
   
#divFeedityWidget a:active {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    line-height: 21px !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    color: #FEC518 !important; /* color is yellow */
    text-decoration: none
    }