<style>		<!--
		.navLinksSide{
			text-decoration : underline;
			color: #ffffff;
			font-size: 8px;
			font-weight : bold;
			font-family: Verdana, Arial,Helvetica,Sans Serif;
		}
		body, td, p, li, div {
			font-family: Verdana, Arial,Helvetica,Sans Serif;
			font-size: 11px;
			color: #000000;
			line-height: 17px;			
			padding:0;
			margin:0;
		}
		
		html,body {
			height:100%
		}
		
		#outer {
			height:100%;
			min-height:100%;/*for mozilla*/
		}

		html>body #outer {
			height:auto
		}/*for mozilla */		
		
		p {
			font-size: 11px;
			color: #000000;
			line-height: 18px;			
			padding:5px 0 10px 0;
			margin:0;
		}		
		a {
			text-decoration : underline;
			color: #92b835;
		}
		a:hover {
			text-decoration : none;
			color: #92b835;
		}		
		h1 {
			margin: 0;
			padding:0;
			color: #38b4ed;
			font-size: 15px;
			font-weight: bold;
		}		
		h2 {
			margin: 0;
			padding:0;
			color: #92b835;
			font-size: 13px;
			font-weight: bold;
		}
		h3 {
			margin: 0;
			padding:0;
			color: #666;
			font-size: 12px;
			font-weight: bold;
		}		
		.quote {
			margin: 0;
			padding:0;
			color: #acacac;
			font-size: 15px;
			font-weight: bold;
		}
		.quoteHome {
			margin: 0;
			padding:0;
			color: #666;
			font-size: 14px;
		}		
		.HDRSub {
			margin: 0;
			padding:15px 0 5px 0;
			color: #38b4ed;
			font-size: 13px;
			font-weight: bold;
		}
		.navLinks{
			margin: 0;
			padding:15px 10px 0 0;
			color: #666666;
			font-size: 12px;
			font-weight: bold;
		}		
		.navLinks:hover {
			color: #38b4ed;
			text-decoration : none;
		}			
		.quote {
			color:#333333;
			font-style: italic;
		}
		.textSmall {
			color: #000000;
			font-size: 9px;
			line-height: 14px;
		}		
		.homeText {
			padding:15px 200px 15px 10px;
			margin:0;
			font-size:11px;
			line-height:18px;
		}		
		.padding15 {
			font-size: 12px;
			padding: 15px;			
		}	
		.padding5 {
			padding: 5px;			
		}		
		.footer {
			color: #ffffff;
			font-size: 10px;
		}
		.footerLink {
			color: #ffffff;
			font-size: 10px;
			text-decoration : underline;
		}
		.footerLink:hover {
			color: #ffffff;
			font-size: 10px;
			text-decoration : none;
		}										
				
		.floatRight {
			font-size: 10px;
			float: right;
			padding:0 10px 20px 0;
		}

		.button  {
			padding : 2px;
			margin-top: 5px;
			background-color : #ddd;
			border-top-width : 1px;
			border-top-color: #cccccc;
			border-left-width : 1px;
			border-left-color: #cccccc;
			border-right-color: #999999;
			border-right-style : solid;
			border-right-width : 1px;
			border-bottom-color: #999999;
			border-bottom-width : 1px;
			border-bottom-style : solid;
			color: #000000;
			font-size: 11px;
			font-weight: bold;
			font-family: Verdana, Arial,Helvetica,Sans Serif;
		}		
		.error {
	font-size: 10px;
	font-variant: normal;
	color: red;
	font-weight: bold;

}		

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #93b936;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 13px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


#navcontainer { width: 200px;
padding:0; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}

#navcontainer a
{
display: block;
padding: 0px;
width: 200px;
background-color: #92b835;
border-bottom: 1px solid #a6c366;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #a6c366;
color: #fff;
}


		-->
</style>
