/* DelRay Group Stylesheet */
.main15 { font-weight: bold; font-size: 15px;  color: #FFFFFF;}
.main14 { font-size: 14px;  line-height: 16px; color: #FFFFFF;}
.main { font-size: 12px;  line-height: 16px; color: #000000;}
.main_white { font-size: 12px;  line-height: 16px; color: #FFFFFF;}
.footer { color: #C0C0C0; font-weight: bold; font-size: 11px;  line-height: 16px;}
.darkgreen12 { color: #32452F; font-size: 12px; font-weight: bold;  line-height: 16px;}
.darkgreen10 { color: #32452F; font-weight: bold; font-size: 10px;}
.main_green12 { color: #32452F; font-size: 12px;  line-height: 16px;}
.main_green10 {  color: #32452F; font-size: 10px;  line-height: 16px; letter-spacing: 1.5px;}
.red10 { color: #880707; font-size: 10px; letter-spacing: 1.5px; line-height: 16px;}

Body {
 background: #FFFFFF;
 font-family: Arial, Verdana, sans-serif;
}
A {
  color: #FFFFFF;
  text-decoration: none;
}

A.main_green12 {
	color: #669900;
	text-decoration: none;
	font-size: 12px;
}

A.main_rust12 {
	color: #8B3816;
	text-decoration: none;
	font-size: 12px;	
}
A:hover {
  color: #CC0000;
  text-decoration: underline;
}
A.main {
  color: #CC0000;
  text-decoration: none;
}

A.main:hover {
  color: #002100;
  text-decoration: underline;
}

.header_rust {
  color: #8B3816;
  font-size: 15px;
  letter-spacing: 1.1px;
  font-weight: bold;
}
/* table structures */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.typical {
  width: 100%;
  padding: 0;
  margin: 0;
}
table.main {
  padding: 0;
  margin: 0;
  width: 902px;
}
table.nav_bar {
  padding: 0;
  margin: 0;
}
table.info_area {
  padding: 0;
  margin: 0;
  width: 600px;
}
td.main {
 vertical-align: top;
}
td.green {
/* background-color: #649C1F; */
 background: url('/img/td_bg.jpg');
 background-repeat: no-repeat;
 padding-left: 40px;
 font-family: Arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #FFFFFF;
}


/* Div placements */
#nav_bar { left: 395px; top: 84px; width: 400px; z-index: 0; background-color: transparent; position: absolute; }
#main_info_area { left: 0px; width: 900px; top: 0px; position: relative; z-index: 2; background-color: transparent;}
#footer { left: 320px; top: 650px; width: 762px; z-index: 2; background-color: transparent; position: absolute; }
