
BODY {
	margin : 00px;
	font-family : Arial, Helvetica, sans-serif;
/* 	font-size : 12pt; */
	background : #EEF;
	text-align: center;
}


P {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 90%;
}

em {
	font-style: italic;
}

A {
	font-size: 90%;
	color : #000099;
	text-decoration : none;
}

A:Visited {
	font-size: 90%;
	color : #000099;
	text-decoration : none;
}

A:Active {
	font-size: 90%;
	color : #0000CC;
	text-decoration : underline;
}

A:Hover {
	font-size: 90%;
	color : #0000CC;
	text-decoration : underline;
}



/* ------------------------------------------------------------ */
/* Logo at very top of page */
#logoAtTop {
/* 	top: 40px; */
/* 	left: 0px; */
/* 	right: 0px; */

	margin: 10px 10px 20px 10px;
	padding: 0px;
/* 	margin: 10px; */
/* 	padding: 5px; */
/* 	padding-bottom: 20px; */

	
	/* For testing */
/* 	border:1px solid #F00; */


	height: 215px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 185px;
}
html>body #logoAtTop {
	height: 185px; /* ie5win fudge ends */
}


/* ------------------------------------------------------------ */

#menu {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;      
	
	padding: 10px 10px 10px 10px;

  	border: 1px solid #00C;
	
	color: #000000;
/* 	background: #FFF; */
	background: #FFF;

	font-size : 10px;
	text-align : center;


	width: 530px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 500px;
}
html>body #menu {
	width: 500px; 
	/* ie5win fudge ends */
}

/* #menu IMG { */
/*   	border: 1px solid #00C; */
/* }	 */

#menu P {
	color : #000000;
/* 	font-family : Arial, Helvetica, sans-serif; */
/* 	text-decoration : none; */
	margin: 2px;
}
#menu A {
	color : #000099;
	background-color: transparent;
	text-decoration : none;
}
#menu A:Visited {
	color : #000099;
	background-color: transparent;
	text-decoration : none;
}
#menu A:Active {
	color : #0000CC;
	background-color: transparent;
	text-decoration : underline;
}
#menu A:Hover {
	color : #0000CC;
	background-color: transparent;
	text-decoration : underline;
}

#menu IMG {
	border: 1px solid #00C;
}


/* ------------------------------------------------------------ */


#mainBody {
	margin: 30px;

	text-decoration : none;
	font-weight : normal;
 	text-align : center;
/* For testing */
/* 	border: 1px solid #FF0000; */
}

/* #mainBody P { */
/* 	font-size: 90%; */
/* 	font-family : Arial, Helvetica, sans-serif; */
/* } */

#mainBody hr {
	color: #0000FF;
}



/* ------------------------------------------------------------ */
#siteCredit {
	margin: 20px 0px 0px 0px;
	padding: 5px;
	text-align: right;
/* 	clear: both; */
	clear: right;

	font-size: 8pt;
	
	/* For testing */
/* 	border:1px solid #F00; */
}

#siteCredit a:link {
	color: #008;
	font-size: 8pt;
	background-color: transparent;
	text-decoration: none;
}

#siteCredit a:visited {
	color: #008;
	font-size: 8pt;
	background-color: transparent;
	text-decoration: none;
}

#siteCredit a:hover {
	color: #008;
	font-size: 8pt;
	background-color: transparent;
	text-decoration : underline;
}

#siteCredit a:active {
	color: #008;
	font-size: 8pt;
	background-color: transparent;
	text-decoration : underline;
}


/* ------------------------------------------------------------ */
#siteCounter {
	margin: 20px 0px 0px 0px;
	padding: 5px;
	text-align: left;
	clear: left;

	font-size: 8pt;
	
	/* For testing */
/* 	border:1px solid #000; */
}
