/* this file is named hcmcstyle.css */

.countdown {color: red; font-size: 10pt; font-family: Verdana; font-weight : bold;}

a:link  {color: #1e5a81; text-decoration: underline;}
a:visited  {color : #000033; text-decoration: underline;}
a:hover  {color: #1e5a81; text-decoration: none;}
a:visited:hover  {color : #1e5a81; text-decoration: none;}

body
{
	background-color : #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	}


p
{ 	
	color : #000033;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height : 130%;
        padding-left: 18px;
        padding-right: 8px;
}


p.pageheadline
{
        color : #000000;
        font-family : Times, Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-weight: bold; 
        font-size: 18pt;   
        line-height : 130%;
        text-align : center;
        padding-top: 20px;         
        }


p.questions
{
        color : #000000;   
        font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-weight: bold;  
        font-size: 12pt;   
        line-height : 130%;
 
        }

table.surveytable
{
        bgcolor : #6600ff;
        font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        line-height : 130%;
        padding-left: 50px;
        padding-right: 0px;
}


table.runnertable
{   
        color : #000000;
        font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        line-height : 130%;
        padding-left: 0px;
        padding-right: 0px;
}

.runnername
{
        color : #0000ff;
        font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        line-height : 130%;
        padding-left: 5px;
        padding-right: 2px;
        font-weight: bold;
}

.runnername a:link  {text-decoration: none; color: red}
.runnername a:visited  {text-decoration: none; color: red}
.runnername a:hover {text-decoration: underline; color: blue;}
.runnername a:visited:hover {text-decoration: underline; color: blue;}

marquee  
{
        color : #ffffff;
        font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-weight : none;
        font-size: 14pt;   
        line-height : 100%;
        
        }


label.lott_label
{
        color : #000033;
        font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        line-height : 130%;
        padding-left: 18px;
        padding-right: 8px;
}


ul,
ol
{ 	
	color : #000033;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


li 
{       margin-top : 7px;
        margin-bottom : 7px;
}


.copyright,
.copyright a:link,
.copyright a:visited,
.copyright a:hover
{
	color: #1e5a81;
	font-size:7pt;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding-top: 4px;
        line-height : 150%;
	padding-bottom: 0px;
}


/* !!!!!!!!  START THE STYLES FOR THE TOP-LEVEL (ALWAYS VISIBLE) MENU (does NOT control the attributes of the pop-up menus) !!!!!!!!!!!!!!! */

.menu_position { /* This controls the position of the menu on the page as well as any attributes that apply to the entire menu as a whole */
	position: absolute;
	top: 170px;
	padding-left: 8px;
}

/* START THE STYLES FOR THE 'SHORT' OR SINGLE-LINED MENU ITEMS */

.menu_title a:link, 
.menu_title a:visited,
.menu_title a:active,
.menu_title a:hover { /* This style is for the appearance of the single-line menu items, both hover and non-hover */
	font-family: verdana, arial, sans-serif;
	font-size:10pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	width: 97px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu_title a:link, 
.menu_title a:visited,
.menu_title a:active
 { /* this style is to differenciate between the non-hover and hover appearance of the single-line menu items */
	color: #000000;
	background-color: #ffff33;
}
.menu_title a:hover { /* this style controls the appearance of the "hover" stage for the single-line menu items */
	color: #000000;
	background-color: #ffffff;
}

/* START THE STYLES FOR THE 'TALLER', OR TWO-LINED MENU ITEMS */

.menu_title_tall a:link, 
.menu_title_tall a:visited,
.menu_title_tall a:active,
.menu_title_tall a:hover { /* This style is for the appearance of the two-line menu items, both hover and non-hover */
	font-family: verdana, arial, sans-serif;
	font-size:10pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	width: 97px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}
.menu_title_tall a:link, 
.menu_title_tall a:visited,
.menu_title_tall a:active { /* this style is to differenciate between the non-hover and hover appearance of the two-line menu items */
	color: #000000;
	background-color: #ffff33;
}
.menu_title_tall a:hover { /* this style controls the appearance of the "hover" stage for the two-line menu items */
	color: #000000;
	background-color: #ffffff;
}

