body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align:center;
}

a.mininav {
text-decoration:none;
font-size:11px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td.headertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style:italic;
	font-weight:bold;
}

td.smtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

DIV.centerpage {
margin-left: auto;
margin-right: auto;
width: 50em;
text-align: left;
}

div.menucontainer{
	margin: 0;
   	padding: 0;
	background-color: #393E42;
/*    background: url(images/menu/bg.gif) 0 0 repeat;*/
   	font: normal 12px Arial, Helvetica, sans-serif;
   	color: #00f;
   	overflow: hidden;
   	list-style: none;
}
div.home a{
	display: block;
	width: 123px;
	height: 23px;
	margin: 0;
   	padding: 0;
    background: url(images/menu/home.gif) 0 0 no-repeat;
	padding-left: 0px;
	text-decoration: none;
}
div.about a{
	display: block;
	width: 123px;
	height: 23px;
	margin: 0;
   	padding: 0;
    background: url(images/menu/about.gif) 0 0 no-repeat;
	padding-left: 0px;
	text-decoration: none;
}
div.audio a{
	display: block;
	width: 123px;
	height: 23px;
	margin: 0;
   	padding: 0;
    background: url(images/menu/audio.gif) 0 0 no-repeat;
	padding-left: 0px;
	text-decoration: none;
}
div.contact a{
	display: block;
	width: 123px;
	height: 23px;
	margin: 0;
   	padding: 0;
    background: url(images/menu/contact.gif) 0 0 no-repeat;
	padding-left: 0px;
	text-decoration: none;
}

div.getstarted a{
	display: block;
	width: 123px;
	height: 23px;
	margin: 0;
   	padding: 0;
    background: url(images/menu/getstarted.gif) 0 0 no-repeat;
	padding-left: 0px;
	text-decoration: none;
}

div.news a{
	display: block;
	width: 123px;
	height: 23px;
	margin: 0;
   	padding: 0;
    background: url(images/menu/inthenews.gif) 0 0 no-repeat;
	padding-left: 0px;
	text-decoration: none;
}

div.whyus a{
	display: block;
	width: 123px;
	height: 23px;
	margin: 0;
   	padding: 0;
    background: url(images/menu/whyus.gif) 0 0 no-repeat;
	padding-left: 0px;
	text-decoration: none;
}

div a:link{
	color: #000;
    background-position: 0 -23px;
}
div a:visited{
    color: #00f;
    background-position: 0 -23px; 
}
div a:hover{
    color: #c90;
    background-position: 0 -46px;
}
div a:active{
    color: #f00;
    background-position: 0 0px; 
}