﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif
}

#masthead {
}

#nav {
    color: #666;
    font-size: 14px; 
    text-decoration: none; 
    }
a:hover {
	color: #E85700;
}
.style1 {
	text-align: center;
}
</style>

}

#page_content {
    color: #666;
}

#footer {
	clear: both;
	color: #999;
	font-size:xx-small

}
a:hover {
	color: #E85700;
}
