body {
	color:black;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%;
	text-align: center;
}
#page {
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;	
	text-align: left;
}

a {
	text-decoration:
	underline;color:#0000CC; 
}

a:hover {
	color:white; 
	background-color:#0000CC;
	text-decoration:none;
}
a:visited {
	color: #0000CC;
}
a:active {
	color: #0000CC;
}

.yellowBox {
	border: 1px solid #ccc;
	background: #FFFFDF;
	width: 95%;
	text-align: center;
	padding: 6px;
}
.yellowBox a {
	font-size: 1.2em;
	font-weight: bold;
}
.homeTitle {
	color: #0000cc;
	font-size: 1.7em;
	font-weight: bold;
}
h1 {
	font-weight: bold;
	font-size: 1.2em;
}
h2 {
	color: #0000cc;
	font-size: 1.7em;
	font-weight: bold;
}
.mainMenu {
	list-style-image: url("../images/b13a.gif");
}
.mainMenu li:hover {
	list-style-image: url("../images/b14a.gif");
}
.mainMenu a {
	font-weight: bold;
}