

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

p {
 padding: 10px;
  font-size: 12px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height:15px
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

a:link {
	color: #556098;
}

a:visited {
  color: #556098;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #556098;
}

/* link styles for content area links */
.content A:link {
	text-decoration: underline; 
	color: #E77F47; 
	background-image: url("images/red_arrow.gif"); 
	background-repeat: no-repeat; 
	padding-left: 11px;
	}
	
.content A:visited {
	text-decoration: underline; 
	color: #E77F47; 
	background-image: url("images/red_arrow.gif"); 
	background-repeat: no-repeat; 
	padding-left: 11px;
	}
	
.content A:active {
	text-decoration: underline; 
	color: #E77F47; 
	background-image: url("images/red_arrow.gif"); 
	background-repeat: no-repeat; 
	padding-left: 11px;
	}
.content A:hover {
	text-decoration: underline; 
	color: #E77F47; 
	background-image: url("images/red_arrow.gif"); 
	background-repeat: no-repeat; 
	padding-left: 11px;
	}

   	

/* link styles for Right side of screen */
.rightnav A:link {
	text-decoration: underline; 
	color: #E77F47; 
	background-image: url("images/red_arrow.gif"); 
	background-repeat: no-repeat; 
	padding-left: 11px;}
.rightnav A:visited {
	text-decoration: underline; 
	color: #E77F47; 
	background-image: url("images/red_arrow.gif"); 
	background-repeat: no-repeat; 
	padding-left: 11px;}
.rightnav A:active {
	text-decoration: underline; 
	color: #E77F47; 
	background-image: url("images/red_arrow.gif"); 
	background-repeat: no-repeat; 
	padding-left: 11px;}
.rightnav A:hover {
	text-decoration: underline; 
	color: #E77F47; 
	background-image: url("images/red_arrow.gif"); 
	background-repeat: no-repeat; 
	padding-left: 11px;}




#wrapper { 
 margin: 0 auto;
 width: 960px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 padding:2px;
 
 width: 520px;
 display: inline;
}

#header {
 color: #333;
 width: 960px;
 float: left;
 
 background: #ffffff;
}

#footer { 
 width: 960px;
 height: 25px;
 clear: both;
 color: #333;
 background: #ffffff;
 float:center;
 display: inline;
}

#leftcolumn { 
 color: #333;
 background: #ffffff;
 width: 220px;
 float: left;
}

#rightcolumn { 
 color: #333;
 background: #F6F6E2;
 width: 210px;
 float: left;
}

.navlineheight {line-height:30px;
				text-transform:uppercase}
				
.byline  
	{
	
	color: #000033;
	font-weight: bold;
	}

.tp20 {
	color: #FF0000;
	font-weight: bold;  
	}
	
	
.textInput
{
border: 1px solid #B3C234;
background: #ffffff;
color: #000000;

}

 .litext
   	{
   	
   	padding-left: 11px;
   	background-image: url("images/red_arrow.gif");
   	background-repeat: no-repeat;
	line-height:15px
	}

.phead    
    {
    color: #E77F47;
    
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    text-decoration: none;
    }
