body	{ 
	background-color: #C4BCA1;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
#container {
	width:750px;
	margin:auto;
	background-color:#FFFFFF;
	border:2px solid #6F6F6F;
	padding: 10px;
	-moz-border-radius:25px 25px;
}
#header{
	text-align: center;
}
#content {
	width:530px;
	padding:10px;
	float:left;
}
#rightcontent{
	width:180px;
	padding:10px;
	float:right;
}
#foot {
	width:750px;
	text-align: center;
}
#search {
	border: 1px solid #6F6F6F;
	padding: 15px;
	width: 400px;
}
form {
	text-align: center;
}
h1	{
	font-family: "Helvetica", "Century Gothic", "Unicode", "Tahoma", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 24pt;
}
h2	{
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: -15px;
	}
h2.agencytitle	{
	font-family:  "Century Gothic", "Unicode", "Tahoma", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 20pt;
	margin-bottom: -15px;
	}
h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}
h4	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: lighter;
}
h5	{
	font-size: 10pt;
	font-weight: 500;
}
h6	{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 14pt;
	font-weight: 500;
	font-style: italic;
	text-align: center;
}
ul  {
	padding: 0px 0px 0px 15px;
	margin:0px 0px 20px 0px;
}
li	{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12pt;
	list-style-type: circle;
	list-style-position: inherit; 
	word-spacing: 1px;
	line-height: 1.2;
	padding-bottom:7px;
}
p {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 100%;
	word-spacing: 1px;
	line-height: 1.2;
}
span {
	font-size: 70%;
}
a:link {color: #aa0000;
	text-decoration: none;
}
a:visited {color: #660000;
	text-decoration: underline;
}
a:hover {color: #aa0000;
	text-decoration: underline;
}
a.alpha:hover {
	color: #aa0000;
	background-color: #CFCEC2;
	text-decoration: none;
}
.clear{
	clear:both;
}