body {
	color: #4B0082;
	font-family: arial, chicago, helvetica, sans-serif;
	background-color : #FFFFFF;
}

H1   { 
	font-family : Arial; 
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
H2   { font-family : Arial; }
H3   { font-family : Arial; }
H4   { font-family : Arial; }
.clear {clear:both;}
p.clearboth { clear : both; }

a:link {color:#4B0082;}
a:visited {color: #4B0082;}
a:active {color: #4B0082;}
a:hover {COLOR: #FFFFFF; text-decoration : none; background-color : #4B0082;}

A.menuLinks, A.menuLinks:Visited, A.menuLinks:Active {
	COLOR: #4B0082;
	text-decoration : none;
	font-size : larger;
	text-align : center;
}
A.menuLinks:Hover {
	COLOR: #FFFFFF;
	text-decoration : none;
	background-color : #4B0082;
	font-size : larger;
	text-align : center;
}

A.subMenuLinks, A.subMenuLinks:Visited, A.subMenuLinks:Active {
	COLOR: #4B0082;
	text-align : left;
	font-size : smaller;
}
A.subMenuLinks:Hover {
	COLOR: #FFFFFF;
	background-color : #4B0082;
	text-align : left;
	font-size : smaller;
}

LI.subMenuLinks {
	list-style: none;
	float: left;
	padding: 2px;
}

#listMenuLinks {
	margin-left: auto; margin-right: auto;
}
#listMenuLinks A, #listMenuLinks A:Visited, #listMenuLinks A:Active {
	color:#4B0082;
	text-decoration : underline;;
	font-size : smaller;
}
#listMenuLinks A:Hover {
	COLOR: #FFFFFF;
	text-decoration : none;
	background-color : #4B0082;
	font-size : smaller;
}
#listMenuLinks UL {
	list-style:none;
	float : left;
	margin : 0 auto 0 auto;
	padding : 0 0 0 0;
}
#listMenuLinks LI {
	float : left;
	margin : 0 auto 0 auto;
	padding : 0 0.5em 0 0.5em;
}
