html { font-size:100.01%;}

body {font-size:.9em;
	font-family : arial, sans-serif;
	color : #020304;
	line-height: 1.4em;
	font-weight: normal;
	background-color:#020304;
	line-height:1.4; 
}
img {border-color: black;}
div.gogoChecks {background-image: url(../images/content/gogo.jpg); height: 30px;}
h1 {
	font-size: 150%;
	font-family : Geneva, Arial, Helvetica, san-serif;
	color : #303473;
	padding: 0;
	margin: 0;
	font-style: italic; 
	}
A, A:Active, A:Visited   {
	color : #005113;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
A:Hover  {
	color : #551850;
	text-decoration: underline;
}
HR {color: #005113; background-color: #005113; height: 3px;}
td.mainContent {background-image:url(../images/content/main-bkg.jpg);
}
div.mainContent {
	border: 6px solid #EA2619;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFDE13;
	text-align: left;
	padding: 15px;
	margin: 20px 50px 20px 55px;
	
}
li {list-style-image: url(../images/assets/list-bullet.jpg);}
	/*  LEFT NAVIGATION  */
td.leftNav {background-image:url(../images/content/left-nav-bkg.jpg);
}
div.leftNav{	margin-top: 30px;
		}
ul.leftNav {
	margin: 0;
	padding: 0;
	margin-left:30px;
	list-style: none;
	list-style-image: none;
	width: 108px;
}
li.leftNav {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	background-image: url(../images/content/left-nav-button.gif);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 15px;
	padding-top: 2px;
	text-align: center;
}
li.leftNav:hover {background-image: url(../images/content/left-nav-button-o.gif);
	list-style: none;
	list-style-image: none;

}
A.leftNav, A.leftNav:Active, A.leftNav:Visited   {
	color: #EA2619;
	font-size:  14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	display: block;
}
a.leftNav:hover {
	color: purple;
}

	/*  coyright */

.copyrightAlignCol2 {
	margin-left: 198px;
	text-align: center;
	padding: 15px; 
		margin-right: 75px;
}
div.copyright {
		font-size: 12px; font-family : Arial, Helvetica, sans-serif; color : #258E62; TEXT-DECORATION: none; 	
		width: 750px;
}
A.copyright, A.copyright:Active, A.copyright:Visited   {
	font-size:11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #258E62;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
A.copyright:Hover  {
	color : #75A167;
	text-decoration: underline;
}
/*  for gallery pages  */
table.slideThumbs {text-align: center;
	margin-top: 20px;
}

td.slideThumb {
	padding: 0 5px 10px 5px;
	text-align: center;
}

/*  highlights a paragraph or div - dotted, lt yellow */
p.highlight, div.highlight {
	background-color:#FFFF80;
	padding: 10px 10px 8px 5px;
	;
	border: 4px dotted #303473;
	}
