*{
	color: black;
}

body{
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	color: #464646;

}

#pagetitle h2{
	margin: .5em 0 .2em .1em;
	font-weight: bold;
	font-size: 2.1em;
	font-weight: lighter;
}

#content h3, #content h4, #content h5, #content h6{
	margin: 1em 0 .2em 0;
	font-weight: lighter;
	font-size: 1.4em;
	color: #1a1b59;
	font-family: Georgia;
}

#content h4 {
	font-size: 1.2em;
}

#content h5, #content h6 {
	font-size: 1em;
}

#content p, #footer p, #col p{
	margin: 0 0 .8em 0;
	color: #515151;
	font-size: .85em;
}

#page a, #col a{
}

#middle a:hover{
color: #e49b2c;
	
}

#page a:visited, #col a:visited{
	color: #666666;
}

#content ol, #content ul{
	margin: 2em;
}

#content ul{
	list-style: disc;
}

#content ol{
	list-style: decimal;
}

#content li{
	margin: 0 0 .3em 0;
}

table{
	width: auto;
	clear: both;
}

td{
	border-bottom: solid 1px #999999;
	padding: .5em;
	background-color: #E5E5E5;
	color: #252525;
}

#content table.sitemap a{
	text-decoration: none;
}

		
#content table.sitemap td{
	border: 0;
}

#content table.sitemap h3 {
	border-bottom: 1px solid #3728cd;
	display: block;
	position: relative;
}

#content table.sitemap ul{
	margin: 10px 5px;
	list-style: none;
	font-size: .9em;
}

#content blockquote{
	float: left;
	margin: 10px 10px 35px 0px;
	width: 340px;
	display: block;
	background-color: #e79e37;
	color: white;
	position: relative;
	position: relative;
}

#content blockquote p{
	margin: 20px 0 0 0;
	padding: 0 30px 25px 30px;
	background: url(../img/block-quote.png) bottom  no-repeat;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	top: 0px;
}

 
 #mainnav a:visited{
 	color: white;
 }
 
  #search a{
 	z-index: 20;
	color: white;
	margin: 10px 0 0 0;
	padding: 10px 0;
	text-decoration: none;
	position: relative;
 }
 
 #news h2{
 	color:  #59554a;
	font-family: Georgia;
	font-size: 1.4em;
	font-weight: lighter;
	margin: 0 0 15px 0;
	border-bottom: solid 1px;
	background-image: url(../img/news-arrow.gif);
	background-repeat: no-repeat;
	background-position: 55px 5px;
	clear: left;
 }