html {
   font-family: arial, helvetica, sans-serif;
   font-size: 11px;
   line-height: 17px;
}
input {
	border: 1px solid #bbbbbb;
}
h1{
	text-align: left;
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
	margin-bottom: 10px;
	width: 482px;
	border-bottom: 2px solid #e2e2e2;
	color: #74a3c5;
	text-transform: uppercase;
	float: left;
}
h1.right{
	width: 50%;
	text-align: right;
	text-transform: none;
	float: right;
}
h1.left{
	width: 50%;
	text-align: left;
	float: left;
}
h1 a,
h1.left a,
h1.right a {
	color: #74a3c5;
}
h2{
	font-size: 11px;
	font-weight: bold; 
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
h3{
	font-size: 14px;
	font-weight: bold; 
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
}
h3.subpage {
	margin-bottom: 0px;
}
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #551a8b;
}
a:hover {
	text-decoration: underline;
}
a.more {
	font-size: 11px;
	color: #74a3c5;
	font-weight: bold;
}
p {
	font-size: 12px;
	margin:0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
p.lead {
	font-weight: bold;
}
p.small {
	font-size: 11px;
	color: #74a3c5;
	font-weight: bold;
	margin-top: 0px;
}
strong {
	font-size: 12px;
}
hr {
	margin-top: 20px;
	height:1px;
	border: none;
	border-bottom: 1px solid #e3e4e5;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
li {
	margin-bottom: 5px;
	padding-left: 15px;
	margin-left:20px;	
}

#sitemap-list {padding:0 0 0 10px; margin:0; list-style:none; font-weight:bold; } /*1st level list*/
#sitemap-list a, #sitemap-list a:hover {padding-left: 15px; background-image: url(../images/more2.jpg); background-repeat: no-repeat; color: #000; font-decoration: none;} /*1st level list*/
#sitemap-list li {padding:0px; margin-top:10px; font-size:13px;} /*1st level items*/
 
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal;} /*2nd level lists*/
#sitemap-list ul a, #sitemap-list ul a:hover {background-image: none;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:bold; font-size:11px; line-height:18px;} /*2nd level items*/
 
#sitemap-list ul ul {display: none;} /*3rd level lists*/
#sitemap-list li li li {display: none;} /*3rd level items*/