
/* Generic styling, for unclassed elements */
body		{	background : #ffffff ;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 11px ; }

b, strong	{	font-weight : bold ; }

cite		{	font-style : normal ; }

i, em		{	font-style : italic ; }

u		{	text-decoration : underline ; }

hr		{	color : #000000 ;
			height : 1px ; }

h1		{	font-family : Georgia, New York, "Time New Roman", serif ;
			font-size : 24px ;
			color : #52514f ; }

h2		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 15px ;
			font-weight : bold ; }

h3		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			font-weight : bold ;  }


code		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 9px ; }

pre		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 9px ; }

td		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ; }

input, select, textarea { 
    			font-family : Arial, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #000000 ; }


/* Generic style for content cells -- class your main content cell as "Content" */
td.Content, td.HomeContent	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
					font-size : 11px ; 
					color : #000000 ; }

.Footer 		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
				font-size : 10px ;
				color : #666666 ;  }

.FooterInternal 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
				font-size : 10px ;
				color : #ffffff ;  }

.Showcase 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			color : #759d68 ;  }



.LeftDotLine		{	border-left : 1px dotted #333333; }


/* Styles for Buttom */
input.btn          {    font-size : 11px ;
			background-color : #a7cb92 ;
			color : #333333 ;
			font-weight : bold ;
			border-color : #999999 ;
			text-align : center ;}

/* Main navbar styling, unselected */
.PriNav		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #ffffff ;  }

/* Main-navigation - selected; this means you're on that page, so this one highlights it in some way */
.PriNavSel	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #ffffff ;
			background : #759d68 ; }

/* Sub navbar styling, unselected */
.SubNav		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #ffffff ; }

/* Sub-navigation - selected; this means you're on that page, so this one highlights it in some way */
.SubNavSel	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #ffffff ;
			background-color : #91c780 ;  }


/* #### All link styles */


/* Default link style for all unclassed links */
a:link		{	text-decoration : underline ;
				color : #759d68 ; }

a:visited	{	text-decoration : underline ;
				color : #759d68 ; }

a:hover		{	text-decoration : none ;
				color : #333333 ; }


				
			
a.Footer:link		{	text-decoration : none ;
				color : #666666 ; }

a.Footer:visited	{	text-decoration : none ;
				color : #666666 ; }

a.Footer:hover		{	text-decoration : none ;
				color : #759d68 ; }



a.FooterInternal:link		{	text-decoration : none ;
					color : #ffffff ; }

a.FooterInternal:visited	{	text-decoration : none ;
					color : #ffffff ; }

a.FooterInternal:hover		{	text-decoration : none ;
					color : #759d68 ; }


/* Main navigation styles, class your <a> as "PriNav" */
a.PriNav:link	{	text-decoration : none ;
			color : #333333 ; }

a.PriNav:visited {	text-decoration : none ;
			color : #333333 ; }

a.PriNav:hover	{	text-decoration : none ;
			color : #0C2577 ;   }


/* Main navigation styles, class your <a> as "PriNav" */
a.PriNavSel:link	{	text-decoration : none ;
				color : #ffffff ; }

a.PriNavSel:visited	 {	text-decoration : none ;
				color : #ffffff ; }

a.PriNavSel:hover	{	text-decoration : none ;
				color : #0C2577 ;    }


					
/* Sub navigation styles, class your <a> as "SubNav" */
a.SubNav:link		{	text-decoration : none ;
				color : #ffffff ; 
				background-color : #759d68 ;}

a.SubNav:visited 	{	text-decoration : none ;
				color : #ffffff ; 
				background-color : #759d68 ;}

a.SubNav:hover		{	text-decoration : none ;
				color : #ffffff ;
				background-color : #5a7b4f ;  }


/* Sub navigation styles, class your <a> as "SubNav" */
a.SubNavSel:link		{	text-decoration : none ;
					color : #ffffff ; }

a.SubNavSel:visited 		{	text-decoration : none ;
					color : #ffffff ; }

a.SubNavSel:hover		{	text-decoration : none ;
					color : #ffffff ;  }



.PriNav a:hover		{	color : #ffffff;
				background : #c48531 ; }


.PriNavSel a:hover, .PriNavSel a:link, .PriNavSel a:visited	
			{	color : #ffffff; 
				background : #759d68 ; }

/* Table Cell Background Image - Header */
.hdrImage2		{	background-color : #000000 ;
				background-image : url("images/hdr_index2.jpg") ;
				background-repeat : no-repeat ; }

.liquid			{	background-color : #000000 ;
				background-image : url("images/user.gif") ;
				background-repeat : repeat-x ; }
