.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #303F4A;
	font-size: 36px;
	letter-spacing: 1px;
	padding-top: 20px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #303F4A;
	white-space: normal;
	padding-right: 20px;
}
#mainspace {
	background-color:;
	background: #DCDCCA;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303F4A;
}
body,td,th {
	color: #303F4A;
}
h1{
	line-height: 28px;
}
img{
	 border: none;
}
th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 13px;
}
#nzpifanz{
	margin: 10px 0 10px 0;
}
#feature{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	text-align: center;
}

#feature a {
	text-decoration: none;
	color: #AD0B0A;
}
#feature a strong {
	font-size: 22px;
}
#feature a span {
	text-decoration: underline;
}
#nav {
	    background-color: #303F4A;

}
#nav ul{
    margin: 0; padding: 0;
    float: left;}
 
#nav ul li{
    display: inline;}
 
#nav ul li a{
    float: left; 
	 text-decoration: none;
    color: white;
    padding: 10.5px 11px;
	font-family: sans-serif;
 }
 
#nav ul li a:visited{
    color: white;}
 
#nav ul li a:hover, .menu ul li .current{
    color: #fff;
    background-color:#0b75b2;}
    
.error_message{
	color: red;
}