/* Hill View Template 0 Style Sheet */

/* index common elements */
body {
	background-color: #B6BDA8;
	font-family: serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
}

table.idx_table {
	background-color: #B6BDA8;
	width: 750px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

td.idx_main_text {
	background-color: transparent;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	color: Navy;
}

/*Interior Pages  */
table.pg_table {
	background-color: #B6BDA8;
	width: 750px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

td.menu {
	padding-right: 30px;
}


/* Text and Links within Menu Section e.g. email, web,*/
table.pg_menu {
	background-color: #008080;
	border: medium double White;
	width: 500px;
	height: 300px;
}
a.menu_text {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Navy;
	background-color: transparent;
}
a.menu_link {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Navy;
	background-color: transparent;
	text-decoration: none;
}
a.menu_link:hover {
	color: Grey;
	font-style: italic;
}
a.menu_link:visited {
	color: Navy;
}

/* Menu Item Links to subordinate pages */
a.menu_item {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: Navy;
	background-color: transparent;
	text-decoration: none;
}
a.menu_item:hover {
	color: Grey;
	font-style: italic;
}
a.menu_item:visited {
	color: Navy;
}

a.menu_item:active {
	color: White;
}



/* Auxialiary Footer Menu at bottom of pages */
table.footer_menu {
	background-color: transparent;
	width: 700px;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Navy;
}
a.footer_menu {
	text-decoration: none;
	color: navy;
}

a.footer_menu:hover {
	color: Gray;
	font-style: italic;
}
a.footer_menu:visited {
	color: Navy;
	text-decoration: none;
}
	
	
/* Headings */
td.text_h1 {
	color: Navy;
	font-size: 14pt;
	font-family: serif;
}

td.text_h2 {
	color: Navy;
	font-size: 12pt;
	font-family: serif;
	font-weight: bold;
}
td.text_h3 {
	color: Navy;
	font-size: 12pt;
	font-family: serif;
}



/* Pop-up Menu, Footer, text and links */
table.pu_menu {
	background-color: #008080;
	border: medium double White;
	width: 500px;
}
table.pu_footer {
	background-color: #008080;
	width: 500px;
	border: medium double White;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a.pu_footer {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a.pu_footer:hover {
	color: Grey;
	font-style: italic;
}
a.pu_footer:visited {
	color: white;
	text-decoration: none;
}
