#top {
  position: absolute;
  height:90px;
  width:550px;
  top:1px;
  left:1px;
  border:0px none;
}
#right {
  position: absolute;
  width:160px;
  top:1px;
  left:840px;
  right:99%;
  border:0px none;
}
#left {
  position: absolute;
  width:120px;
  top:92px;
  left:1px;
  border:0px none;
}
#main {
  position: absolute;
  top:92px;
  width:700px;
  left:125px;
  border:0px none;
}

BODY 
	{
		background-Color		: #EBEBF4;
		scrollbar-highlight-color	: #7d7d7d; 
		scrollbar-base-color		: #6D6C6C; 
		scrollbar-arrow-color		: #000000; 
		scrollbar-face-color		: #CCCCCC; 
		scrollbar-shadow-color		: #333333; 
		scrollbar-3dlight-color		: #6D6C6C; 
		scrollbar-darkshadow-color	: #333333; 
		scrollbar-track-color		: #A5A4A4;
		margin				: 0px 0px 0px 0px;
		font				: 12px Arial, Verdana, sans-serif;
		color				: #35383d;
		line-height			: 18px;

	}
TABLE 
	{
		font: 12px Arial, Verdana, sans-serif;
		color: #35383d;
		line-height: 18px;
	}

A
	{
		color: #0075b0;  
		text-decoration: none;
	}
A:hover
	{
		color: #005986; 
		text-decoration: underline;
	}
	
ul	{
	list-style-position: outside;
	margin-bottom: 18px;
	}

ul li 	{
	background: url(list_bullet.gif) no-repeat left 5px;
	padding-left: 8px;
	margin-left: 16px;
	}
	
li 	{
	padding-left: 8px;
	margin-left: 16px;
	}
	
ol 	{
	padding-left: 8px;
	margin-left: 16px;
	}

p 	{

	margin-bottom: 18px;
	}

p.intro {
	/*font-size: 14px;
	line-height: 20px;*/
	font-size: 12px;
	line-height: 18px;
	}

h1 	{
	font-size: 20px;
	margin-bottom: 8px;
	margin-top: 2px;
	line-height: 26px;
	font-weight: normal;
	color: #545454;
	}

h2 	{
	font-size: 20px;
	margin-bottom: 8px;
	margin-top: 2px;
	line-height: 26px;
	font-weight: normal;
	color: #545454;
	}

h3 	{
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #545454;
	}

h4 	{
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 2px;
	color: #545454;
	}

h5 	{
	font-weight: bold;
	color: #545454;
	margin-bottom: 2px;
	}

h3.arrow {
	background: url(h3arrow_gray.gif) no-repeat left 3px;
	padding-left: 10px;
	}
	
h3.number{
	padding-left: 22px;
	}
	
h3.number + p {
	padding-left: 22px;
	}

h3.number.one {
	background: url(h3_one.gif) no-repeat;
	}
	
h3.number.two {
	background: url(h3_two.gif) no-repeat;
	}
	
h3.number.three {
	background: url(h3_three.gif) no-repeat;
	}
	
h3.number.four {
	background: url(h3_four.gif) no-repeat;
	}
	
h3.number.five {
	background: url(h3_five.gif) no-repeat;
	}
	
h3.number.six {
	background: url(h3_six.gif) no-repeat;
	}

.fineprint {
	font-size: 10px;
	color: #76797c;
	line-height: 13px;
	}

.small 	{
	font-size: 11px;
	line-height: 14px;
	}
	
.tiny 	{
	font-size: 10px;
	line-height: 12px;
	}

.caption {
	font-size: 10px;
	line-height: 13px;
	padding-top: 10px;
	padding-bottom: 15px;
	}

.main
	{
		color					: #35383d;
		background-color			: #EEEEEE;
		cursor					: default;
		font					: 12px Arial, Verdana, sans-serif;
		line-height				: 18px;
	}
	
.btnBar
	{
		color					: #35383d;
		background-color			: #879BA5;
		font					: 12px Arial, Verdana, sans-serif;
		line-height				: 18px;
		cursor					: default;
		font-weight				: bold;
		border-bottom				: 1px inset threedshadow;
		border-top				: 1px inset threedshadow;
		background-image			: url(/images/nav/navbar.gif);
	}
