html, body {

}
body {
  margin: 0;
  padding: 0;
  font-family: verdana, arial;
  background: #E3E3E3;
}

fieldset { margin: 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;
}


p {
	font-family: Verdana, Arial;
}


.page_header {
 font-family: verdana;
 font-size: 18px;
 font-weight: bold;
 color: #BC0410;
 margin: 0;
}

/* 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_abstract {}

.news_abstract_indented {
  margin-left: 80px;
}

.news_image {
  width: 80px;
  float: left;
  clear: none;
}

.news_date {}

.news_date_indented {
  margin-left: 80px;
}

/* News Page EOF */

/* Infobox Styles */

.side_box {

}

.side_box_heading {
  font-family: Verdana, Arial;
  color: #BC0410;
  font-size: 11px;
  font-weight: bold;
  padding-left: 10px;
}

.side_box_content {
  font-family: Verdana, Arial;
  font-size: 8pt;
  color: #484747;
  font-size: 11px;
  line-height: 20px;
}


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

/* Piranha Specific Styles */

#main_header {
  width: 842px;
  height: 160px;
}

#header_nav {
  background: url('images/header_nav_bg.jpg') no-repeat;
  width: 842px;
  height: 33px;
}

#head_nav_left {
  width: 310px;
  float: left;
  text-align: left;
}

#head_nav_left UL {
  list-style-type: none;
  margin: 5px 0 0 10px;
  padding: 0;
}


#head_nav_left UL LI {
  display: inline;
}


#head_nav_left UL LI A {
  font-family: verdana;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin-left: 15px;
}

#head_nav_left UL LI A:hover {
  text-decoration: underline;
} 


#head_nav_right {
  float: right;
  text-align: right;
}

#head_nav_right UL {
  list-style-type: none;
  margin: 5px 15px 0 0;
  padding: 0;
}


#head_nav_right UL LI {
  display: inline;
}


#head_nav_right UL LI A {
  font-family: verdana;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin-right: 15px;
}

#head_nav_right UL LI A:hover {
  text-decoration: underline;
} 


#lower_site_container {
  background: url('images/page_bg_repeat.jpg') repeat-y;
  width: 842px;
}

#left_column {
  background: url('images/col_left_bg_repeat.jpg') repeat-y;
  width: 231px;
  float: left;
  margin-top: 10px;
  text-align: left;
}

#main_content_container {
  margin-left: 250px;
  margin-right: 20px;
  text-align: left;
  margin-top: 20px;
  font-family: tahoma, arial;
  font-size: 11px;
  color: #161616;
}

#page_footer {
}

#copyright {
  font-family: tahoma, arial;
  font-size: 11px;
  color: #7F7C7C;
  padding-bottom: 20px;
}


.nav_link_heading {
 display: block;
 background: url('images/infobox_head_bg.jpg') no-repeat;
 text-decoration: none;
 font-family: tahoma, verdana;
 font-size: 14px;
 font-weight: bold;
 color: #fff;
 width: 224px;
 height: 29px;
 margin-bottom: 10px;
}

.nav_link_heading:hover {
 color: #C00110;	
}

.sub_nav_link {
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 5px 0;
}

.sub_nav_link:hover {
  text-decoration: underline;
}

.sub_nav_link img {
  position: relative;
  top: 2px;
}

.sub_nav_link_selected {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  margin: 5px 0;
}

.sub_nav_link_selected img {
  position: relative;
  top: 2px;
}

.sub_nav_link_selected:hover {
 color: #C00110;	
}

#main_content_container {
  padding-bottom: 100px;
}

/* Piranha Specific Styles EOF */	