body {
	font-family: Arial, Verdana, serif;
	color:#000000;	/*black */
	text-align: center;
	background-color: white; 
	margin-left: 0;
	margin-top: 0;
}

.tablesize {
	width: 100%;
	height: 100px;
}

blockquote {
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
}


hr {
	color: #3366FF; /*med. blue */
}

.hrgreen {
	color:  #015E31; /*green*/
}

h1, h2, h3 {
	font-family: Arial, Verdana, Serif;
}

h1 {
	font-size: 1.6em;
	padding-top: 10px;
	color: #3366FF; /*med. blue */
}

h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0 0 5px 0.85px;
	color: #3366FF; /*med. blue */
}
	
h3 {
	font-size: 1em;
	font-weight: bold;
}

.style1 {
	font-size: smaller
}

.bluetext {
	font-size: .8em;
	font-family: Arial, Verdana, Serif;
	color: #3366FF; /*med. blue */
}

.blacktext {
	font-size: 1.0em;
	font-family: Arial, Verdana, Serif;
	color: black; /*black*/
}

.blacktextsmall {
	font-size: .8em;
	font-family: Arial, Verdana, Serif;
	color: black; /*black*/
}


.greentext {
	color: #015E31; /*green*/
}

.maroontext {
	color: #800000; /*maroon*/
}


A:visited
{
    COLOR:#0033FF; /*med. blue */
    TEXT-DECORATION: underline
}
A:link
{
    COLOR:	#000080; /* dark blue */
    TEXT-DECORATION: underline
}
A:hover, A:active, A:focus
{
    COLOR: #990066; /* magenta */
    BACKGROUND-COLOR: #99CCFF; /* medium slate blue */
    TEXT-DECORATION: underline
}

/*********** Skip to Content styles ***********/
.skip {
	position:  absolute; 
 	top: -9000px; /* so doesn't display */
 	left: -9000px; /* so doesn't display */
}

.skip a:hover, .skip a:focus, .skip a:active {
	position: absolute; 
 	top: 9025px;
 	left: 9200px; 
	COLOR: #990066; /* magenta */
    BACKGROUND-COLOR: #99CCFF; /* medium slate blue */
    TEXT-DECORATION: underline
}

/*********** Menu Link Bar styles ***********/
.linkbar {
	background: #015E31; /*green*/
	color: #FFFFFF; /*white*/
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 7px 0 7px 0;
	font-weight: bold;
	font-size: .95em;
}

.linkbar a:link, .linkbar a:visited {
	color: #FFFFFF; /*white*/	
}

.linkbar a:hover, .linkbar a:focus, .linkbar a:active {
	COLOR: #0033FF; /*med. blue */
    BACKGROUND-COLOR: #99CCFF; /* medium slate blue */
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; color:#FFFFFF;}

#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/
#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	top: 186px;
	width: 185px;
	background: #3366FF; /*light blue*/ 	
	color: #FFFFFF; /*white*/
}

#sectionLinks h3{
	/*padding: 10px 0px 2px 10px; /*padding: 0px 0px 0px 0px;*/
}

#sectionLinks a:link{
	width: 100%;
	color: #FFFFFF; /*white*/
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	color: #FFFFFF; /*white*/
}

#sectionLinks a:hover, #sectionLinks a:focus, #sectionLinks a:active{
	COLOR: #FFFFFF; /*white*/
    BACKGROUND-COLOR: #0033FF; /*med. blue */		
}


/*********** Table styles ***********/
#members {
   color: #0033FF; /*med. blue */
}

#members a:link{
	color: #015E31; /*green*/
}

#members a:visited{
	color: #000080; /* dark blue */ 
}

#members a:hover, #members a:focus, #members a:active{
	COLOR: #FFFFFF; /*white*/
    BACKGROUND-COLOR: #015E31; /*green*/
}

.membersTable{
	text-align: left;
	border-style: solid; 
	border: 1px;
	border-color: #000000;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature blockquote{
	color:  #0033FF; /*med. blue */
	font-size: 0.8em; 	
}


/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	border: 1px solid #0033FF; /*med. blue */
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}


#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

