/* CSS Document */

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #222;
	background-color: #596;
	margin: 0;
	padding: 0;
	}

fieldset	{
	border: 1px solid #ccc;
	}
	
input.txt {
	border: 1px solid #777;
	}

#shadow_position 	{
	position: relative;
	height: 0px;
	}
	
#shadow	{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 12px;
	overflow: visible;
	margin-bottom: -138px;
	}


.container	{
	background-color: #fff;
	border: 1px solid #000;
	}
	
.redbar	{
	background-color: #b23427;
	height: 13px;
	width: 950px;
	}
	
.bar_left 		{
	border-left: 1px solid #000;
	}
	
.bar_bottom 	{
	border-bottom: 1px solid #000;
	}
		
.spacer_row	{
	height: 10px;
	}
		
.sec_nav	{
	background-color: #b23427;
	height: 25px;
	width: 775px;
	color: #fff;
	}
	
.sec_nav a	{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}

.navbar	{
	background-color: #dcd7c3;
	background-image: url(images/navigation_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	border-right: 1px solid #000;
	}	
	
.padded	{
	margin: 30px;
	}
.padded_print	{
	margin: 30px;
	margin-right: 100px;
	}
	
h1  {
	font-weight: normal;
	color: #b23427;
	font-size: 22px;
	margin-bottom: -7px;
	}

h3 {
	height: 30px;
	width: 270px;
	background-color: #c2b59c;
	border-bottom: 1px solid #000;
	
	color: #000;
	font-weight: bold;
	font-size: 20px;
	
	margin-top: 0;
	padding-top: 11px;
	padding-left: 30px;
	margin-bottom: -4px;
	}
	
h4 {
	font-weight: normal;
	font-size: 16px;
	color: #000;
	margin-bottom: -2px;
	}

.date {
	font-size: 12px;
	color: #444;
	padding-left: 12px;
	}

.newsitem	{
	margin-top: 0;
	}
.al_right	{
	margin-top: -10px;
	float: right;
	}

.al_right a	{
	text-decoration: none;
	color: #222;
	font-weight: normal;
	}

a	{
	font-weight: bold;
	color: #009;
	text-decoration: none;
	}
	
.gray {
	background-color: #eee;
	}
  
.units	{
	}  
	
.units td {
	border-bottom: 1px solid #ccc;
	padding: 0;
	padding-top: 10px;	
	padding-bottom: 10px;
	margin: 0;
	text-align: center;
	line-height: 1.0;
	font-size: 14px;
	}
  
.units strong {
	color: #f00;
	}
  
.sm_text	{
 	font-size: 12px;
 	}
.sm_text ul {
	margin-left: 15px;
	padding-left: 7px;
	}
	
.dls {
	height: 30px;
	width: 270px;
	border-bottom: 1px solid #000;
	
	color: #555;
	font-weight: normal;
	font-size: 16px;
	
	margin-top: 0;
	padding-top: 11px;
	padding-left: 30px;
	margin-bottom: -4px;
	
	background-image: url(images/download_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	}
	
.dls a {	
	color: #555;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	}