/*
sitewide
 */
.todo{
	background: Red;
}

body {
	background: #ccc9ba;
	
}

table {
	font: 12px sans-serif;
	letter-spacing: 1px;
}

.pg_iframe {
	width: 740px;
	vertical-align: top;
	height: 400px;
}

/*
main menu
*/

table.main_menu_items{
	width: 780px;
	font-size: 8pt;
	letter-spacing: 1pt;
	font-weight: bold;
}

table.main_menu_items td{
	width: 150px;
	height: 16px;
	background: #FFFFEA;
	text-align: center;
}



table.main_menu_items a, table.main_menu_items a:visited {
	color: Black;
	text-decoration: none;
}

table.main_menu_items a:hover{
	background: White;
}

/*
sub menu
*/

table.sub_menu_items{
	font-size: 8pt;
	letter-spacing: 1pt;
	font-weight: bold;
	padding-top: 10px;
}

table.sub_menu_items td{
	background: Silver;
	height: 16px;
}

table.sub_menu_items td:hover{
	background: #e7e7e7;
}

table.sub_menu_items a, table.sub_menu_items a:visited {
	color: Black;
	text-decoration: none;
}

/* 
page header
*/

.page_head{
	color: #FFFAFA;
	background: #616960; 
	font-size: 14px;
	height: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
	padding-right: 10px;	
} 

.sub_pg_line{
	background: Silver;
	font-size: 12px;
	height: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-right: 10px;
	color: Black;
	text-align: right;
} 

.sub_pg_line_l{
	background: Silver;
	font-size: 12px;
	height: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-right: 10px;
	color: Black;
	text-align: left;
	padding-left: 10px;
} 

.sub_pg_head{
	background: #ccc9ba;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-right: 6px;
	color: Black;
	vertical-align: middle;
	/* text-align: right; 
	
	font-family: serif;*/
	font-style: italic;
	line-height: 20px;
} 

/* 
page body 
*/

a.pg_link {
/*	background: #828073;
color: #FFFFEA;
 */
	background: Silver;
	color: #828073;
	
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1pt;
	text-decoration: none;
}

a:hover.pg_link {
	background: #FFFFEA;
	color: #828073;
}


td.sidebar{
	background: Silver;
	height: 400px;
	width: 140px;
}

.idx_page_content{
	background-color: #FFFFEC;
	width: 780px;
}

td.page_content{
	background-color: transparent;
	height: 440px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: justify;
	list-style: disc outside url(../images/sme_bullet.jpg);
	background: url(../images/pg_bgrnd.jpg) no-repeat top;
}

td.page_content a:hover{
	background: White;
	color: Black;
}

/* td.page_content a, td.page_content a:visited {
*/

td.page_content a{
	background: Silver;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

.body_heading{
   background: #ffffd9;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: Black;
	vertical-align: middle;
	font-family: serif;
	font-style: italic;
	line-height: 20px;
} 

.body_sub_heading{
   background: #828073;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffd9;
	vertical-align: middle;
	font-family: serif;
	font-style: italic;
	line-height: 16px;
	padding-left: 10px;
} 

.body_sub_heading_space{
	line-height: 20px;
}

.body_sub_heading_subhead{
	background: Black;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: Black;
	text-align: left;
	vertical-align: middle;
	font-family: serif;
	font-style: italic;
	line-height: 14px;
} 

.sme_header{
 	background-image: url(../images/idx_banner.jpg); 
/*	background-position: bottom, left; */
	background-repeat: no-repeat;
	height: 80px;
}

table.sme_footer{
	background: #828073;
	padding: 5px 5px 5px;
}

.sme_contact_info {
	background-color : #828073;
	color: #F5F5F5;
	font-weight : bold;
	font-size : 7pt;
	letter-spacing : 2pt;
}

.sme_contact_info a, a:hover  {
	color : White;
	text-decoration : none;
}


.footnote {
	font: 9px sans-serif;
	letter-spacing: 1px;
	color: Black;
}

.hvi_logo{
	text-align: center;
}

