body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial, verdana, lucida, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}

p	{
	font-family: arial, verdana, lucida, helvetica, sans-serif;
	font-size: 13px;
}
h1  {
	font-family: arial, verdana, lucida, helvetica, sans-serif;
	color: #013300;
	font-size: 16px;
}
#footer	{
	width: 930px;
	height: 50px;
	color: #ffffcc;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
#footer	a {
	text-decoration: none;
	color: #ffffcc;
	font-size: 12px;
	line-height: 20px;
}
#footer a:hover	{
	text-decoration: none;
	color: #a50606;
}

a:link { color: #013300; text-decoration: underline; }
a:visited { color: #013300; text-decoration: underline; }
a:hover { color: #a50606;  text-decoration: underline; }
a:active { color: #013300; text-decoration: underline; }

.header	{
	font-family: Times-New-Roman, serif;
	color: #ffffcc;
	font-size: 18px;
}
#header	a {
	text-decoration: none;
	font-family: Times-New-Roman, serif;
	color: #ffffcc;
	font-size: 18px;
}
#header	a:hover{
	text-decoration: none;
	font-family: Times-New-Roman, serif;
	color: #f4f45c;
	font-size: 18px;
}

.nav	{
	color: #013300;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	margin-top: 40px;
	margin-left: 30px;

}
.nav a  {
	text-decoration: none;
	color: #013300;
}

.nav a:visited	{
	text-decoration: none;
	color: #013300;
}
.nav a:hover	{
	text-decoration: none;
	color: a50606;
}
