html, body {

}
body {
  margin: 0;
  padding: 0;
  font-family: verdana, arial;
  background: #fff;
  background-repeat:repeat-x;
  background: url('images/dirty_02_bgrepeat.jpg');
  background-repeat:repeat-x;

}

a {color: #6283b8; text-decoration: underline}

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: 11px; color: #333; }
.text2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ccc; 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: 14px;
	font-weight: bold;
	color: #799454;
	margin: 0;
}

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

.news_title {
  font-weight:bold;
	font-size: 12px;
	text-decoration: underline;
	color: #6283b8; 
	margin-bottom: 5px;
}

.news_abstract {
	font-size:12px;
	margin-bottom:5px;
	}

.news_abstract_indented {
  margin-left: 80px;
}

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

.news_date {
	margin-bottom:10px;
	font-size:11px;
	font-style:italic;
	}

.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;
  margin-bottom: 20px;
  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;
}

/* Dirty Little Monster Specific Styles */
#site_container {
  margin-top: 0px;
  margin-bottom: 20px;
}

#page_top {
  width: 900px;
  height: 287px;
  background: url('images/dirty_02_header.jpg') no-repeat;
}


#page_body {
  width: 898px;
  min-height: 600px;
  background: #fff;
  border:1px dashed #ccc;
}

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

#horiz_stripe {
  width: 900px;
  height: 32px;
  background: url('images/dirty_05_headerlower.jpg') no-repeat;
}

#column_left { 
  text-align: left;
  padding-top: 10px;
  width: 230px;
  float: left;
}


#main_content {
  padding:  20px 20px 5px 20px;
  margin-left: 220px;
  text-align: left;
  font-size: 13px;
  color: #666;
}



.nav_link_heading {
 display: block;
 text-decoration: none;
 padding-top: 5px;
 border-bottom: 1px solid #ccc;
 width: 210px;
 height: 25px;
 font-family: verdana, arial, sans-serif;
 font-weight: bold;
 font-size: 14px;
 color: #6283b8;
}

.nav_link_heading:hover {
 color: #7fb945;	
}

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

.sub_nav_link:hover {
 color: #7fb945;	
}

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

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

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

.sub_nav_link_selected:hover {
 color: #C00110;	
}

#footer_copyright {
  font-family: verdana, arial;
  font-size: 11px;
  color: #666;
}

.layout_table {
  background: #fff;
  border: 1px solid #aaa;
  font-family: verdana, arial;
  color: #333;
}

.layout_table TD {
  padding: 10px;
  border-bottom: 1px dotted #aaa;
}

TD.layout_data_cell a {
  color: #333;
  text-decoration: underline;
}

.layout_data_cell a:hover {
 color: #7fb945;
}	

.layout_heading_cell {
  font-weight: bold;
  font-size: 16px;
  background: #333;
  color: #fff;
}
/* Dirty Little Monster Specific Styles EOF */

