p
{
	padding: 0px 15px 0px 15px;
}

h1
{
	font-size:14px;
	font-weight:bold;
	color:#d63535;
	display:inline;

}
h2
{
	font-size:12px;
	font-weight:bold;
	color:#d63535;
	display:inline;
}
h3
{
	font-size:11px;
	font-weight:bold;
	color:#999999;
	display:inline;
}
p
{
	font-size:11px;
	color:#000000;
}

input, select
{
	border-top:#999999 solid 1px;
	border-right:#999999 solid 1px;	
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:20px;
	background:url(../images/textboxbackground.jpg) repeat-x top;
}
.checkBox
{
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
textarea
{
	border-top:#999999 solid 1px;
	border-right:#999999 solid 1px;	
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

input.button
{
	border:#9e9e9e solid 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	height:36px;
	background:url(../images/buttonBackground.jpg) repeat-x left;
	color:#4a4a4a;
}
.contentTable
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background:#d4d6dc;
	border:#c0c5d0 solid 1px;
}
.titleDiv
{
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	background:url(../images/hctitlebackground.jpg) #FFFFFF top no-repeat;
	color:#006633;
	padding:5px 20px 5px 10px;
	height:25px;
}
hr
{
	border-top:#FFFFFF solid 1px;
	border-bottom:#cdcdcd dashed 1px;
	margin:0;
}
hr.thick
{
	border-top:#FFFFFF solid 1px;
	border-bottom:#d6d6d6 dashed 1px;
	height:1px;	
	margin:0;	
}
.resultLeft
{
	float:left;
	width:120px;
	border-right:
}
.resultRight
{
	float:right;
	width:420px;
}
.resultWrapper
{
	border:#cdcdcd dashed 1px 0px;
}

/* Navigation */
#navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 15px;
list-style-type: none;
font-family: Verdana,Arial;
}

#navcontainer a
{
display: block;
font-weight:bold;
padding: 5px 3px;
width: 160px;
border-bottom: 1px dashed #bcc6c0;
}

#navcontainer a:link, #navlist a:visited
{
color: #00953f;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #a0c2ae;
color: #FFFFFF;
}

#sponsorContainer_Title
{
	background-color:#00953f;
	width:180px;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
}
#sponsorContainer
{
	width:190px;
	background: url(../images/hccontentbackground.jpg) repeat-y left #FFFFFF;
	text-align:center;
	padding:10px 0px;
}
/***********************/

/* Text Results */
#resultDiv {}

#resultDiv  ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana,Arial;
}

#resultDiv  a
{
display: block;
padding: 5px 3px;
margin-bottom:3px;
border-top: 1px dashed #cdcdcd;
border-bottom: 1px dashed #cdcdcd;
}

#resultDiv  a:link, a:visited
{
color:#333333;
text-decoration: underline;
}

#resultDiv  a:hover
{
background-color: #e9e9e9;
color: #577683;
}
/***********************/
.footerTxtBlue
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#2f2a62;
}
.footerTxtBlack
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
}
.footerTxtGray
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}