/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
}
#all {
	display: block;
	margin: auto;
}
#column {
	display: block;
	float: left;
}
#header {
	display: block;
	float: left;
	height: 185px;
	width: 710px;
	overflow: hidden;
	border-bottom: 1px solid #91a5a5;
	margin-bottom: 10px;
}
#body {
	display: block;
	float: left;
	width: 710px;
}
#content {
	display: block;
	float: left;
	width: 710px;
}
#leftnav {
	display: none;
	width: 0px;
}
#blurb {
	display: block;
	float: left;
	width: 709px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c1cac8;
}
#blurb p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #7f8081;
	margin-left: 20px;
	line-height: 20px;
}
#branding {
	display: block;
	float: left;
	background-image: url(branding.jpg);
	border: 2px solid #636466;
	margin-left: 12px;
	margin-top: 12px;
}
#branding-overlay {
	display: block;
	float: left;
	width: 456px;
	height: 283px;
	background-image: url(branding-overlay.png);
}
#branding-overlay p {
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: 240px;
	margin-right: 100px;
}								
#recentnews {
	display: block;
	float: left;
	width: 488px;
}
#recentnews h2 {
	display: block;
	float: left;
	width: 456px;
	background-image: url(recent-news-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 45px;
	border-bottom: 1px solid #cccec6;
	margin-top: 12px;
	margin-left: 12px;
	text-indent: 32px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #7f8081;
}
#recentnews ul {
	display: block;
	float: left;
	width: 441px;
	margin-top: 12px;
	margin-left: 27px;
	margin-top: 5px;
	list-style-type: none;
}
#recentnews ul li {
	border-bottom: 1px solid #cccec6;
	padding-bottom: 8px;
	padding-top: 4px;
	margin: 0;
}
#recentnews ul li em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #636466;
}
#recentnews ul li h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636466;
	font-weight: bold;
	text-decoration: none;
}
#recentnews ul li h3 a:hover {
	text-decoration: underline;
}
#recentnews ul li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636466;
}
#quicklinks {
	display: block;
	float: right;
	width: 221px;
	overflow: hidden;
}
#quicklinks h2 {
	display: block;
	float: left;
	width: 221px;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	font-size: 11px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(quick-links-heading-bg.png);
	background-position: left;
	text-indent: 22px;
	margin-top: 5px;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
#quicklinks ul {
	display: block;
	float: left;
	list-style: none;
	width: 210px;
	background-image: url(quick-links-bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: -10px;
	min-height: 225px;
	overflow: hidden;
}
#quicklinks ul li a {
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
	line-height: 28px;
	overflow: hidden;
}	
#quicklinks ul li a:hover {
	text-decoration: underline;
}	
#support {
	display: block;
	float: left;
	background-image: url(support.jpg);
	background-position: top;
	width: 221px;
	height: 230px;
}
#support h3 {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 35px;
}
#support h3 a,
#support p a {
	color: white;
	text-decoration: none;
}
#support h3 a:hover,
#support p a:hover {
	text-decoration: underline;
}
#support p {
	display: block;
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
	margin-left: 20px;
	margin-top: 5px;
}
#footer {
	display: block;
	float: left;
	width: 710px;
	text-align: center;
	height: 100px;
}
#footer p {
	margin-top: 15px;
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer p a {
	color: #636466;
}
#footer p a:hover {
	color: black;
}