body{
	font-family: Arial, Helvetica, sans-serif;
	color: #1A2F4E;
	font-size: 9pt;
	background-color: #FFF;	
	line-height: 1.4;
	background-image: url(images/fitzback.gif);
	background-repeat: no-repeat;
}

a{
	color: #e95c02;
}

a:hover{
	color: #e95c02;
	text-decoration: underline
}

#wrap{
	width: 763px;
}

#top{
	background-color: #ffffff;
	padding: 5px 0 0 0;
}
#nav{
	max-width: 763px;
}
#navbar{
	padding-top: 6px;
	float: left;
	width: 140px;
}
#navbar a{
	display: block;
	border-top: 1px #e4e4e4 solid;
	border-right: 1px #e4e4e4 solid;
	border-bottom: 1px #e4e4e4 solid;
	border-left: 15px solid #e95c02;
	padding: 1px 5px 5px 5px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #1a2f4e;
	margin-left: 2px;
	margin-bottom:5px;
	text-decoration: none;
}

#navbar a:hover{
	text-decoration: underline;
}
	
#main{
	padding-left: 140px;
}

#main h1{
	color: #e95c02;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#main h3{
	color: #e95c02;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#mainbuttons{
	float: right;
	padding-left: 15px;
}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #1A2F4E;
	background-color: #FFF;	
	line-height: 1.4;
	text-align: center;
}
#footer .initial{
	color: #e95c02;
}
p{
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 20px;
}
