body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	/* [disabled]line-height: 1.3; */
	background-color: #FFF;
}


ul, ol, dl {
	/* [disabled]padding: 0; */
	/* [disabled]margin: 0; */
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	/* [disabled]padding-left: 15px; */
}

a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.hcagsblock {
	/* [disabled]font-family: "Times New Roman", Times, serif; */
	/* [disabled]font-size: 0.8em; */
	margin-right: auto;
	margin-left: 50px;
}
.hcagsblock table tr td {
	/* [disabled]font-family: "Times New Roman", Times, serif; */
	/* [disabled]font-size: 0.8em; */
}
#container {
	min-width: 780px;
	max-width: 1260px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 0px;
}

#hcalogo #logo2 {
	margin-left: 12px;
}
#hcalogo #logo3 {
	margin-left: 24px;
}
#hcalogo p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #600;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 28px;
}
#hcalogo span {
	background: url(../images/hcalogo.png);
	position: absolute;
	height: 95px;
	width: 160px;
	left: 0px;
	top: 0px;
}
#hcalogo {
	width: 160px;
	float: left;
	height: 95px;
	overflow: hidden;
	position: relative;
}

#rheader {
	height: 110px;
	display: inline;
}
#rheader img.fltlft {
	padding-top: 3px;
	padding-bottom: 3px;
}
#rheadtext {
	height: 95px;
	width: 150px;
	display: inline;
	margin-top: 20px;
	line-height: 0.3;
}
#rheadtext p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

#menudiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 30px;
	clear: both;
}
#menudiv br {
	clear: both;
}

#content {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
#content {
	margin: 1px;
	padding: 0px;
	clear: both;
}

#content h1 {
	font-size: 1.4em;
	color: #600;
}
#content h2 {
	font-size: 1.2em;
	color: #600;
}
#content h3 {
	font-size: 1em;
	color: #600;
}
#content h4 {
	font-size: 0.8em;
	color: #600;
}
#content h5 {
	font-size: 0.63em;
	color: #600;
}




#content ul, #content ol { 
	padding: 0 15px 15px 40px; 
}
#maincontent ul, #maincontent ol { 
	padding: 0 15px 15px 40px; 
}
#maincontent {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	display: inline;
}
.twocolsbordered #maincontent {
	border-right: 1px solid #999;
	border-left: none;
	border-top: 1px solid #999;
	border-bottom: none;
	width: 65%;
}
#maincontent.clubslist ul {
	list-style-type:none
}
#maincontent.clubslist ul li{
	line-height: 1.2;
	padding: 0;
	margin-bottom: 8px;
	
}
#maincontent.clubslist ul li p {
	line-height: 1.1;
	padding: 0;
	margin: 0px;
}

.navbar #maincontent {
	width: 88%;
}
#sidebar1 {
	float: left;
	width: 12%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar2 {
	float: left;
	width: 34%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twocolsbordered #sidebar2 {
	float: left;
	width: 34%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #999;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	background-color: #CCC;
	font-size: x-small;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 3px 5px 10px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #6F7D94;
	color: #FFF;
}



#footer {
	padding: 5px 0;
	background: #6F7D94;
	clear: both;
	position: relative;
	width: 100%;
}
#footer p {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 1;
	font-size: 80%;
	vertical-align: middle;
	margin-bottom: 0px;
	color: #FFF;
}
#footer a:link {
	color:#FFC;
	text-decoration: underline;
}
#footer a:visited {
	color: #FF9;
	text-decoration: underline;
}
#footer a:hover, #footer a:active, #footer a:focus { 
	text-decoration: none;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*
	Optional Styles
*/
table.tabst1 {
	width:600px;
	margin:0 auto;
	border:#002F2F 1px solid;
	font-family:Tahoma, Geneva, sans-serif;
	caption-side:bottom;
	border-collapse:collapse;
	/* [disabled]table-layout:fixed; */
}
.tabst1 caption {
	font-size:18px;
	font-weight:bold;
	font-variant:small-caps;
	padding:10px;
	caption-side: top;
}
.tabst1 td {
	text-align:right;
	padding:3px 10px 3px 3px;
	border-bottom:1px solid #002F2F;
}
.tabst1 .labelcol {
	background-color:#046380;
	text-align: left;
}
.tabst1 .oddcol {
  background-color:#E6E2AF;
}
.tabst1 .evencol {
  background-color:#EFECCA;
}
.tabst1 .headrow th, .tabst1 .headrow:hover th{
  background-color:#046380;
  text-align:center;
  vertical-align:top;
  font-variant:small-caps;
}
.tabst1 th {
	color:#EFECCA;
	padding:3px 10px;
	text-align:left;
}
.tabst1 tr:hover {
  background-color:#FFF;
}
.tabst1 tr:hover th {
  background-color:#008080;
}

.tabst2 {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	border: 2px outset #600;
}
.tabst2 td {
	font: bold x-small Arial, Helvetica, sans-serif;
	border: 1px dotted #00F;
}
#champs {
	margin-left: 50px;
}
#champs td {
	font-family: "Times New Roman", Times, serif;
	/* [disabled]font-size: 0.8em; */
}
#champs th {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000080;
}
#champs table {
	border-collapse: collapse;
}

.bignews {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #900;
	font-size: large;
}
.clearb {
	clear: both;
}
.w50 {
	width: 50px;
}
.w80 {
	width: 80px;
}
.w90 {
	width: 90px;
}
.w100 {
	width: 100px;
}
.prestandards #container table {
	border-collapse: collapse;
}
/* #news table caption */
table#news > caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #600;
	text-align: left;
}
.warning {
	font-weight: bold;
	color: #F00 !important;
}
