/* CSS Document */

#header{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 750px;
		height: 25px;
		padding-top: 5px;
		background-color: #000000;
		font-family : Verdana, Helvetica, Arial, sans-serif;
		font-size: 11px;
		text-align: right;
	   }

#banner{
		position: absolute;
		left: 0px;
		top: 25px;
		width: 750px;
		height: 180;
		background-color: #000000;
	   }

#navbar{
		position: absolute;
		left: 0px;
		top: 206px;
		width: 150px;
		height: 320px;
	   }
	   
#navtopfloat{
		position: absolute;
		left: 150px;
		top: 230px;
		width: 20px;
		height: 5px;
		border-color: #3D3D3D;
		border-style:solid;
		border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;
		}
	
#main{
		position: absolute;
		left: 195px;
		top: 225px;		
		width: 540px;
		height: 300px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 5px;
		padding-bottom: 0px;
		font-family : Verdana, Helvetica, Arial, sans-serif;
		color: #333333;
		font-size: 10px;	
	}
	
td {
		font-family : Verdana, Helvetica, Arial, sans-serif;
		color: #333333;
		font-size: 10px;
	}

p {
		font-family : Verdana, Helvetica, Arial, sans-serif;
		color: #333333;
		font-size: 10px;
		line-height: 200%;
}
.pix {
	padding: 3px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	}
	
UL {
	line-height: 150%;
	}
#arrow LI {
list-style-image: url(Graphics/arrow.gif);
padding: 3 px;
vertical-align: super;
text-align: top;
}

TEXTAREA { behavior: url(maxlength.htc)}



/*GLOBAL LINKS FORMATTING */
a:link, a:visited, a:active { color:#996633;
 		 text-decoration: none; }
a:hover { color: #CC9966;
		  text-decoration: none; }



/* UTILITY BAR LINKS FORMATTING */
.headerformat a:link { 	color: #AAAAAA;
						text-decoration: none; }
.headerformat a:hover { color: #AAAAAA;
						  text-decoration: none; }
.headerformat a:active { color: #AAAAAA;
						  text-decoration: none; }
.headerformat a:visited { color: #AAAAAA;
						  text-decoration: none; }	
						  
.indent {
	margin-left: 15px;
	
	}				  						  
