html, body {
}

body {
  margin: 0;
  padding: 0;
  font-family: verdana, arial;
  font-size: 12px;
  background: #fff;
}

p {
  font-family: Verdana, Arial;
}



fieldset { margin: 1em 0; padding: 1em; border: 1px solid #cccccc; }
label { display: block; }
input { width: 200px; }
textarea { width: 300px; height: 100px; }
.labeltext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666699; }
.text2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: bold;} 
/* fix for firefox */
input[type="text"], textarea {
border-top: 2px solid #999999;
border-left: 2px solid #999999;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}


.page_header {
 font-family: sans-serif;
 font-size: 18px;
 font-weight: normal;
 color: #FF570F;
}

/* News Page */
.news_item {
 border-bottom: 1px solid #ccc;
 margin: 10px;
 padding: 5px;
}

.news_title {
  font-weight:bold;
	font-size: 14px;
	text-decoration: underline;
	color: #076D2B; 
	margin-bottom: 5px;
}

/* News Page EOF */

/* Infobox Styles */


a.nav_link_heading {
  display: block;
  width: 181px;
  height: 25px;
  line-height: 25px;
  background: url('images/main_nav_off.jpg') no-repeat;
  color: #fff;
  font-family: arial;
  text-align: left;
  padding-left: 25px;
  margin-top: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

a.nav_link_heading:hover {
 background: url('images/main_nav_on.jpg') no-repeat;
}

a.sub_nav_link {
  display: block;
  height: 22px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding-top: 5px;
  font-size: 12px;
  width: 181px;
}


a.sub_nav_link_selected {
  display: block;
  height: 22px;
  color: red;
  text-align: left;
  text-decoration: none;
  padding-top: 5px;
  font-size: 12px;
  width: 181px;
}

.side_box {
  margin-top: 10px;
}

.side_box_heading {
 display: none;
}

.side_box_content {
  padding-bottom: 5px;
}

.side_box_content form {
 width: 180px;
 text-align: center;
}


/* Infobox Styles EOF */

td{
font-family:verdana;
font-size:8pt;
}


/*Styles for My Account Page */
.account_heading {
  font-size: 14px;
  font-weight: bold;
	color: #444;
}

.account_checkbox_row {
  height:30px;
  margin-bottom: 10px;
  border: 1px dotted #aaa;
}
/*Styles for My Account Page EOF*/

.warning {
  border: 1px solid #a00;
	background: pink;
	color: #a00;
	padding: 10px;
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 14px;
}

a.simple_button {
  display: block;
  border: 1px solid #aaa;
  padding: 5px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
}

a.simple_button:hover {
  background: #aaa;
	border: 1px solid #a0a;
}

/* HYHG Specific Styling */

#main_content p.page_header{margin-top: 0;}

#site_container {
  width: 1000px;
  margin-top: 10px;
}

#header_container {
  height: 116px;
}

#left_head_img_container {
  width: 100px;
  float: left;
  margin-left: 50px;
}

#mid_head_block {
  margin-left: 210px;
  margin-right: 170px;
  height: 100px;
  font-family: "Trebuchet MS", Verdana;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}

#iip_head_block {
  width: 139px;
  float: right;
}


#col_left {
  width: 200px;
  float: left;
  margin-top: 20px;
}

#main_content {
  margin-left: 210px;
  text-align: left;
  margin-top: 30px;
}

#col_left a {
  display: block;
  width: 181px;
    line-height: 25px;
  color: #fff;
  font-family: arial;
  margin-top: 2px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-align: center;

}

a.nav_link_heading1 {
  background: #660033;
}

a.nav_link_heading1:hover {
}

a.nav_link_heading2 {
  background: #006699;
}

a.nav_link_heading2:hover {
}

a.nav_link_heading3 {
  background: #3399CC;
}

a.nav_link_heading3:hover {
}

a.nav_link_heading4 {
  background: #CC99CC;
}

a.nav_link_heading4:hover {
}

a.nav_link_heading5 {
  background: #CC6600;
}

a.nav_link_heading5:hover {
}

a.nav_link_heading6 {
  background: #CC0066;
}

a.nav_link_heading6:hover {
}

a.nav_link_heading7 {
  background: #0099CC;
}

a.nav_link_heading7:hover {
}

a.nav_link_home { 
  background: #000;
}

a.nav_link_home:hover { 
}


A.page_auto_links_list{
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

/* HYHG Specific Styling EOF */