/******************* BASICS *******************/

*
{
margin: 0px;
padding: 0px;
}

img 
{
border: 0;
}

#header {
	background:#00ffff;
}

table { 
  border-collapse: collapse; 
  width: 100%;
}

td {
  white-space: nowrap;
}

div {
    font-family: verdana, tahoma;
  	font-size: 11px;
}


/******************* HEADER *******************/

.h_txt {
  color: #ffffff;
  font-family:arial;
  font-size:11px;
  text-decoration: none;
  line-height:150%;
  font-weight: 700;
}

.h_txt:hover {
  color: #ffffff;
  font-family:arial;
  font-size:11px;
  text-decoration: underline;
  font-weight: 700;  
}

.h_txt_ov {
  color: #0A246A;
  background-color:#ffffff;
  font-family:arial;
  font-size:11px;
  text-decoration: none;
  line-height:150%;
  font-weight: 700;
}


.h_top {
  position: relative;
  top: 2px;
  width: 100%;
}

.h_top_div {
  background-image: url('../images/layout/divider.gif');
  padding: 0px 1px 0px 1px;
}

.h_middle {
  position: relative;
  top: 2px;
  width: 100%;
  height: 75px;
  text-align: center;
  background-image: url('../images/layout/header_left_fade_green1.jpg');
}

.h_img_pos {

}

.h_bot {
  position: relative;
  top: 2px;
}

.h_bot_cont {
  width: 780px;
  text-align: right;
}

.h_bot_lfade {
  background-image: url('../images/layout/lightgreen_left_fade.jpg');
  background-position: right;
  background-repeat:no-repeat;
}

.h_bot_rfade {
  background-image: url('../images/layout/lightgreen_right_fade.jpg');
  background-position: left;
  background-repeat:no-repeat;
}

.h_bot_h {
  background-image: url('../images/layout/top_horizontal_gradient.jpg');
  padding: 1px 1px 0px 0px;
}

.bgcol_bg {
  background-color: #1a4f5e;
}

.bgcol_lb {
  background-color: #6389A0;
}

.bgcol_w {
  background-color: #ffffff;
}

/******************* TITLES *******************/

h1 {
  font-weight: 700;
  font-size: 11px;
  margin: 0px 0px 2px 0px;
}

h3 {
  font-weight: 700;
  font-size: 11px;
}

.nTitle {
  font-weight: 700;
  font-size: 11px;
}

/******************* LINKS *******************/

a	{
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.inline	{
	color: #22546D;
	text-decoration: none;
}

a.inline:visited {
	color:  #22546D;
	text-decoration: none;
}

a.inline:hover {
	color:  #22546D;
	text-decoration: underline;
}

a.linktitle	{
	color: #22546D;
	text-decoration: none;
  font-weight: 700;
}

a.linktitle:visited {
	color:  #22546D;
	text-decoration: none;
  font-weight: 700;	
}

a.linktitle:hover {
	color:  #22546D;
	text-decoration: underline;
  font-weight: 700;	
}

a.norm	{
  text-decoration: none;
  height: 16px;
	line-height: 16px;  
	color: #000000;
}

a.norm:hover {
	text-decoration: underline;
	height: 16px;
	line-height: 16px;
	color: #000000;
}

a.titlelink	{
  font-family: arial,verdana;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
	font-size: 12px;
	color: #606060;
  height: 16px;
	line-height: 16px;  
}

a.titlelink:hover {
  font-family: arial,verdana;
	text-decoration: underline;
  font-weight: bold;
  text-align: left;
	font-size: 12px;
	color: #606060;	
  height: 16px;
	line-height: 16px;
}

/******************* LISTS *******************/

ul {
		list-style-type:square;	
		line-height: 16px;
		border: none;
		text-align:left;
}

li.big_item {
  padding: 0px 0px 15px 0px;
}

li.mid_item {
  margin: 0px 0px 6px 0px;
}


/******************* FOOTER *******************/

#footer {
  clear:both;
  line-height: 24px;
  width: 780px;
  font-family: arial; 
  font-size: 11px; 
  color: #606060;    
}

#f_left {
  float:left;
  margin: 0;
  padding: 0;
}

#f_right {
  float:right;
  margin: 0;
  padding: 0;
}

/******************* GENERAL FORMATTING *******************/

.pg_cntr {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 780px;
  vertical-align:top;
  padding: 0;
}

#main1 {
	margin: 11px 0px 0px 0px; 
  padding:0;
	background-color: #00ff00;
	background: url(../images/layout/dotwide.gif) repeat-y;	
	top:0px;
}

#main2 {
	margin: 0; 
  padding:0;
}

.bodytext {
  font-family: verdana, tahoma;
  text-align: justify;
	font-size: 11px;
	color: #202020;
	margin: 0px 0px 15px 0px;
  padding: 0;
}

.bodytextcntr {
  font-family: verdana, tahoma;
  text-align: center;
	font-size: 11px;
	color: #202020;
	margin: 0px 0px 15px 0px;
  padding: 0;
}

.pagetitle {
  font-family: arial;
  font-weight:bold;
  text-align: left;
	font-size: 16px;
	color: #0A479E;
	margin: 0px 0px 15px 0px;
  padding: 0;
}

