html, body {

}
body {
  margin: 0;
  padding: 0;
  font-family: georgia, verdana;
  font-size: 12px;
  background: url('images/body_bg.jpg') repeat-x #c7ceda;
  color: #55593B;
}

p {
}



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;
}


#sub_nav_heading {
 font-size: 20px;
 color: #ABAAAA;
 padding: 20px 0;
}

#sub_nav_container a {
 color: #636363;
 font-family: tahoma, verdana, arial;
 font-size: 11px;
 display: block;
 margin: 5px 0;
 text-decoration: none;
}

#sub_nav_container a:hover {
 text-decoration: underline;
}


.page_header {
 font-family: times new roman;
 font-size: 22px;
 font-weight: bold;
 color: #727272;
 margin-top: 0;
 font-style: oblique;
}

/* 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 {
  border-top: 1px solid #5F7197;
  display: block;
  height: 22px;
  color: #BED2ED;
  text-align: center;
  text-decoration: none;
  padding-top: 5px;
  font-size: 10px;
  font-weight: bold;
}

a.sub_nav_link {
  display: block;
  height: 22px;
  color: #BED2ED;
  text-align: center;
  text-decoration: none;
  padding-top: 5px;
  font-size: 10px;
}


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

.side_box {
  margin-top: 10px;
}

.side_box_heading {
 display: none;
}

.side_box_content {
  border-bottom: 1px solid #5F7197;
  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;
}

/* ChiHigh Specific Styling */

#page_body {
  background: url('images/page_body_repeat.jpg') repeat-y;
  width: 763px;
  min-height: 630px;
  text-align: left;
}

#page_body_inner {
  margin: 0 0 0 45px;
  border: 1px solid #e3e9f1;
}

#page_bottom {
  background: url('images/page_bottom.jpg') no-repeat;
  width: 763px;
  height: 64px;
}

#right_column_narrow{
  width: 172px;
  float: right;
  clear: both;
  border-left: 1px solid #b8b9b5;
  text-align: center;
}

#right_column_wide{
  width: 280px;
  float: right;
  clear: both;
  border-left: 1px solid #b8b9b5;
  text-align: center;
}


#main_content_container {
  margin-right: 300px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #646363;
  font-size: 12px;
}


#main_content_container_wide {
  margin-right: 240px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #646363;
  font-size: 12px;
}
#menu_container {
  height: 50px;
}

.features_box {
  margin: 0 25px 10px 25px;
}

.features_heading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #6b6a6a;
  text-align: left;
  margin-bottom: 5px;
}

.features_body {
  background: #fff;  
  height: 100px;
  text-align: left;
  padding: 6px;
}

.features_body img {
  float: left;
  margin-right: 6px;
}

.features_text {
  margin-left: 105px;
  font-size: 11px;
  line-height: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #646566;
}

#footer_copyright {
  float: left;
  width: 300px;
  margin-left: 30px;
  margin-top: 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #fefefe;
}

#footer_links {
  float: right;
  margin-top: 18px;
  margin-right: 30px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #434242;
}

#footer_links a {
  color: #434242;
  text-decoration: none;
}

#footer_links a:hover {
  text-decoration: underline;
}

#news_box {
}

#news_box ol {
  list-style-image: url('images/news_arrow.jpg');
  text-align: left;
}

#news_box ol li {
  margin-bottom: 10px;
  margin-right: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #0c244c;
  font-size: 10px;
}

#news_box ol li a{
  margin-bottom: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #0c244c;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}

/* ChiHigh Specific Styling EOF */