p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #27328F;
	text-align: justify;
	line-height: 130%;/*	margin-right: 50px; */
}
li {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: small;
	list-style-image: url(../images/bullet.gif);
	text-indent: 20px;
	white-space: normal;
	list-style-type: none;
	margin-left: 10px;
	list-style-position: outside;

}
h1{ font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #999999;
}	
h2{ font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #F65C20;
}	
h3{ font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}
h4{ font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #F65C20
}
a:link, a:visited{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #F65C20;
	text-decoration: none;
	font-weight: bold;	
}
#nav a:link, #nav a:visited{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover{
	color: #999999;
	text-decoration: none;
	font-weight: bold;	
}
#content
{
	width:750px;
	border: 1px solid #999999;
	margin:0 auto 0 auto;
}
