/*	body		THIS STYLESHEET ADAPTED FROM BLUE.CSS ORIGINAL FILE	*/
body {
color: #000000;
background: #ffffff;	  
/* background: #f1eed1;  */
font-size: small;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;

}

/*	Paragraph									*/
p {
font-size: small;
margin-left: 60px;
color: #000000;
background: #ffffff;
/*background: #F1eed1;  */
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
}

/*	Definition list									*/
dl {
color: #000000;
background: #ffffff;
/* background: #F1eed1; */
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
}

/*	Menu		Text Color and Font Size							*/
small.menu {
font-size: small;
color: #0033cc; /* original BLUE #3333ff 000000  */
background: #ffffff;
/* background: #F1eed1; */
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
}

/*	Menu unvisited links							*/
a.menulink:link {
color: #0033cc; /* BLUE orig #3333ff 000000 */
background: #ffffff;
text-decoration: none; /* newly inserted */
font-size: small;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;

}

/*	Menu visited links							*/
a.menulink:visited {
color: #0033cc; /*this config has effect test BLUISH GREEN orig #336699 000000*/
background: #ffffff;
text-decoration: none; /* newly inserted */
font-size: small;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;

}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #0033cc; /* BLUE orig #3333ff 000000 0099ff*/
background: #ffffff;
text-decoration: none; /* newly inserted */
font-size: small;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;

}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #FF0000;
/*	font-style: italic;		*/
text-decoration:none;      
background: #ffffff; /*original commented	*/
font-size: small;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;

}
/*	SubMenu unvisited links							*/
a.submenulink:link {
color: #336699; /* BLUE orig #3333ff 000000 */
background: #ffffff;
text-decoration: none; /* newly inserted */
font-size: small;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;

}

/*	SubMenu visited links							*/
a.submenulink:visited {
color: #336699; /* BLUE orig #3333ff 000000 0099ff */
background: #ffffff;
text-decoration: none; /* newly inserted */
font-size: small;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;

}

/*	SubMenu active links (not widely supported)				*/
a.submenulink:active {
color: #336699; /* BLUE orig #3333ff 000000 */
background: #ffffff;
text-decoration: none; /* newly inserted */
font-size: small;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;

}

/*	SubMenu links when hovered over (MSIE only)				*/
a.submenulink:hover {
font-style: italic;	
color: #FF0000;
text-decoration:none; /* original commented >>	either none or underline */   
background: #ffffff;
font-size: small;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;

}

/*	Links visited links		commented block		*/			
a.link:visited {
color: #FFFF00;
background: #ffffff;
text-decoration: underline; /* newly inserted */
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;

}	

/*	Links active links (not widely supported)				*/
a.link:active {
color: #3333FF; /* BLUE */
text-decoration:underline;	/* newly inserted */
background: #ffffff;		
font-size: small;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;

}

/*	Links when hovered over (MSIE only)		*/			
a.link:hover { 
color: #FF0000;
background: #ffffff; 
text-decoration: underline;	/* should be underline? newly inserted original commented*/ 
font-size: small;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;         

}


/*	Unvisited links								*/
a:link {
color: #336699; /* BLUE orig #3333ff 000000 0099ff */
text-decoration: underline; /* should be underline? newly inserted */
font-size: small;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
/*	font-weight: bold;	*/
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #336699; /* BLUE orig #3333ff 000000 0099ff  */
text-decoration: underline; /* should be underline? newly inserted */
font-size: small;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
/*	font-weight: bold;	*/
}



/*	Links unordered lists							*/
ul {
margin-left: 60px;
list-style: disc;
color: #000000;
background: #ffffff;
font-size: small;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
}




/*	This is for main headers	*/
h1 {
margin-left: 40px;
font-size: medium;
font-weight: bold;
border: none;
color: #000000;
background: #ffffff;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
}


/*	This class is for the error messages					*/
strong.error {
color: #000000;
background: #ffffff;/* original f1eed1 */
font-weight: bold;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
}



/*	h2					*/
h2 {
margin-left: 0px;
font-size: medium;
font-weight: bold;
border: none;
color: #000000;
background: #ffffff;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
}
































