hr
{
	border: none;
	color: #d3dad7;
	background-color: #d3dad7;
	height: 1px;
	margin-bottom: 12px;
}

a
{
	text-decoration: none;
	color: #135cae;
}

a:hover
{
	color: #438cde;
}

p
{
	margin-bottom: 13px;
}

h1 img, h2 img, h3 img
{
	vertical-align:top;
}

h1
{
	margin: 0px 0px 15px 0px;
	font-size: 24px;
	font-weight: bold;
	/*color: #82b3d2;*/
	color: #517d98;	
	line-height: 17px;
}

p.answer
{
	font-size: 1.1em;
	line-height: 1.2em;
	font-style: normal;
	margin-bottom: 15px;
	font-weight: bold;
	color: #69a94f;
}

h2
{
	margin: 20px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #517d98;	
	line-height: 17px;
}

h3
{
	margin: 20px 0px 5px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #517d98;
}

h4
{
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #517d98;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

strong em, em strong
{
	font-style: italic;
	font-weight: bold;
}

#content iframe
{
	display: block;
	margin: 10px auto 30px auto;
}

.toplink
{
	text-align: center;
}

#content ul
{
	position: relative;
	top: -5px;
	margin-bottom: 20px;
}

#content ul li
{
	margin: 0px 0px 5px 10px;
	padding: 0px 10px;
	background: url(../images/li.gif) left top no-repeat;
}

body
{
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #666666;
}

#main-positioning
{
	width: 850px;
	height: auto;
	margin: 20px auto;
}

#main
{
	float: left;
	width: 850px;
	height: auto;
	background: url(../images/main-bg.gif) right repeat-y;
}

#header
{
	float: left;
	width: 850px;
	height: 183px;
	background: url(../images/header.gif) center no-repeat;
}

#header #homelink
{
	display: block;
	width: 357px;
	height: 103px;
	float: right;
	margin: 23px 26px 0px 150px
}

#header #hccsa-header
{
	width: 278px;
	height: 23px;
	float: right;
	margin: 8px 28px 0px 150px;
}

#content
{
	float: left;
	width: 600px;
	height: auto;
	padding: 25px 30px 20px 20px;
	background: #ffffff url(../images/content-bg.gif) top left no-repeat;
	/*text-align: justify;*/
}

#menu
{
	float: right;
	display: inline; /*IE6 Hack - margin displays double without display: inline;*/
	width: 196px;
	height: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	background: #6ca854;
	color: #ffffff;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
}

#menu ul
{
	width: 100%;
	border-bottom: 1px solid #84c16b;
}

#menu ul li
{
	width: 100%;
	border-top: 1px solid #84c16b;
}

#menu ul li a
{
	display: block;
	padding: 8px 10px 10px 10px;
	color: #e5eedd;
	text-decoration: none;
}

#menu ul li a:hover
{
	background-color: #84c16b;
	color: #ffffff;
}

#menu ul #activeItem a
{
	background: url(../images/menu-active.gif) left center no-repeat #8cc974;
	padding-left: 15px;
	color: #ffffff;
}

#links
{
	float: right;
	display: inline; /*IE6 Hack - margin displays double without display: inline;*/
	position: relative;
	top: -1px;
	width: 196px;
	font-family: Tahoma, Geneva, sans-serif;
	background: #f29130;
	color: #ffffff;
	margin-right: 2px;
}

#links h3
{
	padding: 6px 10px 0px 10px;
	color: #ffffff;
}

#links ul
{
	width: 100%;
	font-size: 12px;
	border-bottom: 1px solid #f7a655;
}

#links ul li
{
	width: 100%;
	border-top: 1px solid #f7a655;
	position: relative;
}

#links ul li a
{
	display: block;
	padding: 4px 10px 6px 10px;
	color: #ffffff;
	/*color: #ffecd9;*/
	text-decoration: none;
}

#links ul li ul
{
	display: none;
	width: 150px;
	position: absolute;
	left: -146px;
	top: 2px;
	z-index: 1;
	background: #f29130;
	border-bottom: 1px solid #f7a655;
	border-left: 1px solid #f7a655;
	border-right: 1px solid #f7a655;
}

#links ul li ul li
{
	width: 150px;
}

#links ul li a:hover
{
	background-color: #ff9f40;
}

#links ul li:hover ul, #links ul li.hover ul
{
	display: block;
}

#quiz
{
	float: right;
	display: inline; /*IE6 Hack - margin displays double without display: inline;*/
	width: 196px;
	margin-right: 2px;
	margin-bottom: 3px;
}

#quiz img
{
	margin-top: 3px;
	margin-bottom: 1px;
}

#footer
{
	float: left;
	width: 850px;
	height: 105px;
	background: url(../images/footer.gif) center top no-repeat #ffffff;
	color: #ffd2c8;
	font-size: 11px;
}

#footer h3
{
	text-align: left;
	color: #ffd2c8;
	margin: 8px 210px 2px 240px;
}

#footer p
{
	text-align: left;
	margin: 0px 210px 3px 240px;
}

#footer a
{
	color: #ffd2c8;
}

#footer a:hover
{
	color: #ffffff;
}

#footer #hccsa-footer
{
	width: 185px;
	height: 37px;
	float: left;
	margin: 21px 0px 0px 18px;
}

#footer .versionlinks
{
	float: right;
	position: relative;
	top: -18px;
	right: 18px;
}

#footer span.versionlink, #footer a.versionlink
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	-khtml-border-radius: 2px;
	
	padding: 4px 4px 5px 5px;
	margin: 0px 0px;
}

#footer span.versionlink
{
	background-color: #e5775c;
	color: #ffd2c8;
	margin-left: 10px;
}

#footer a.versionlink
{
	background-color: #d97157;
}

#footer a.versionlink:hover
{
	background-color: #cc6a52;
}

#news-title
{
	font-size: 18px;
	position: relative;
	left: 5px;
	top: 10px;
	background: #ffffff;
	width: 52px;
}

#news-div
{
	width: 578px;
	padding: 10px;
	margin: 30px 0px 30px 0px;
	border: 1px solid #c7c7c7;
}