body, div, p, th, td, ul, li, dd, dl, dt    {
             /* redundant selectors for NS4 */
    font-family:  verdana, geneva, arial, sans-serif;
    }
	
body { font-size:100%;}  /*part 1/2 of making font size consistent across browsers...everything set in ems will work off this*/

<!--[if !IE]>-->
body {    font-size:16px;}
<!--<[endif]-->  /*part 2/2 of making font size consistent across browsers*/

A:link	{
	color:	#333366; /*slightly darker gray on footer menu AND any other links on pg, but not any links w/ "nav" class? check this*/
	text-decoration: none;	}
A:visited	{
	color:	#636C8C; /*gray on footer menu AND any other links on pg, but not side menu*/
	text-decoration: none;	}
A:hover	{
	color:	#CC9900; /* gold hover on footer menu AND any other links on pg, but not side menu*/
	text-decoration: none;	}
A:active	{
	color:	#CC9900; /* gold onclick on footer menu AND any other links on pg except side nav menu*/
	text-decoration: none;	}	
	
.nav {	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	 /* a color code here overrides the .nav alink below*/
 	line-height: .6em;}

.nav a:link {color: #000099; text-decoration: none;} /*dk blue on side menu and blog archives menu*/
.nav a:visited  {color: #000099; text-decoration: none;} /*dk blue on side menu and blog archives menu*/
.nav a:hover {color: #ffffff;	text-decoration: none;} /*white hover on side menu*/
.nav a:active {color: #cc9900;	text-decoration: none;} /*controls onclick on side menu only*/
	
.nav2 { /*use this and the corresponding ahover when nav link is too long for one line*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;} 	
	
.nav2 a:link {color: #000099; text-decoration: none;} /*dk blue on side menu and blog archives menu*/
.nav2 a:visited  {color: #000099; text-decoration: none;} /*dk blue on side menu and blog archives menu*/
.nav2 a:hover {color: #ffffff;	text-decoration: none;} /*white hover on side menu*/
.nav2 a:active {color: #cc9900;	text-decoration: none;} /*controls onclick on side menu only*/
	
	
.content {	
	color: #000000;
	font: 12px verdana, geneva, arial, sans-serif;
	padding-left: 20px;
	}
p, td {
	line-height: 1.50em;
	font-size: 1em;
	font-family: verdana, geneva, arial, sans-serif;
	}
	
h1 {font-size:1.5em; 	font-weight:bold}
h2 {font-size:1.2em; font-weight:bold}
	
.blogtitle {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	}
	
	

.footer {
	font: 11px verdana, geneva, arial, sans-serif;
	color: #000000;
	margin-left: 35px;
	margin-right: 35px;
	border-top: dotted 1px #333366;
	padding: 5px 5px;
	}
.line	{
	border-top: dotted 1px #FF9933;
	}
.question {
	font: 12px verdana, geneva, arial, sans-serif;
	color: #003366;
	font-style: italic;
	}
li	{
	margin-top: 10px;
	}
.box {
	padding: 5px 5px;
	margin: 20px 20px;
	border: 1px dotted #003366;
	font: 11px verdana, geneva, arial, sans-serif;
	background: #B2CB8B;
	}
.quote	{
	padding-left: 20px;
	padding-right: 20px;
	color: #003366;
	}
.subhead	{
	color: #003366;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #003366;
	}
.small		{
	font-size: 11px;
	}
.sgnavA:link	{
	color:	#FFFFFF;
	text-decoration: none;
	}
.sgnavA:visited	{
	color:	#FFFFCC;
	text-decoration: none;
	}
.sgnavA:hover	{
	color:	#FFFFCC;
	text-decoration: underline;
	}
.sgnavA:active	{
	color:	#FFFFCC;
	text-decoration: none;
	}	

