		body{
			background-color: #C8DEFF;
			background-image: url(images/back.jpg);
			background-repeat: repeat-x;
			background-position: top;
			font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
			font-size: 14px;
			margin: 0px;
			padding: 0px;
		}
		#terms div#pageContent{
			font-size: 11px;
		}
		#terms div#pageContent li{
			font-size: 11px;
		} 
		#privacy div#pageContent{
			font-size: 11px;
		}
		#privacy div#pageContent li{
			font-size: 11px;
		} 
		#holder{
			width: 780px;
		}
		#header{
			height: 82px;
			width: 780px;
			overflow: hidden;: 82px;
		}
		#splash{
			width: 780px;
			height: 75px;
			background-image: url(images/header.jpg);
			overflow: hidden;
			background-repeat: no-repeat;
		}
		#home #splash{
			width: 780px;
			height: 234px;
			background-image: url(images/home_splash_back.jpg);
			overflow: hidden;
			background-repeat: no-repeat;
		}
		#content{
			background-image: url(images/content_fill.gif);
			background-repeat: repeat-y;
			background-position: left;
		}
		#footer{
			color: #3D3D3D;
			font-size: 12px;
			margin-top: 3px;
			margin-bottom: 5px;
		}
		#footer a{
			color: #3D3D3D;
			text-decoration: none;
			
		}
		#footer a:hover{
			color: #3D3D3D;
			text-decoration: underline;
		}
		#columns{
			width: 779px;
		}
		#navCell{
			background-image: url(images/phone.jpg);
			background-repeat: no-repeat;
			background-position: top right;
		}
		#nav{
			position: relative;
			top: 29px;
			left: 2px;
		}
#nav a{
	color: #002268;
	text-decoration:none;
	font-size: 12px;
	font-weight: 700;
	height: 25px;
	background-image:url(images/tab_up.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	display:block;
	width: 103px;
	vertical-align:middle;
	text-align:center;
	float: right;
	line-height: 25px;
}
#nav a:hover{
	color: #333;
	text-decoration:none;
	background-image:url(images/tab_down.jpg);
}
#pageContent{
	margin: 10px 30px 10px 30px;
}
#pageContent a{
	text-decoration: underline;
	color: #000;
}
#pageContent a{
	text-decoration: underline;
	color:#000;
}
#pageContent a:hover{
	text-decoration: none;
	color:#000;
}
#pageContent h1{
	font-size: 24px;
	color: #003399;
}
#pageContent h2{
	font-size: 22px;
	color: #003399;
}

#pageContent h3{
	font-size: 20px;
	color: #003399;
}

#pageContent h4{
	font-size: 18px;
	color: #003399;
}

#pageContent ul {
  list-style-image: url(images/bullet.jpg);
  list-style-position: outside; 
}
#pageContent li{
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}
#sidebar{
	color: #fff;
	margin: 10px 30px 10px 30px;
	
}
#sidebar h1{
	color: #333;
	font-size: 22px;
}
#sidebar h2{
	color: #333;
	font-size: 20px;
}
#sidebar h3{
	color: #333;
	font-size: 18px;
}
#sidebar h4{
	color: #333;
	font-size: 16px;
}
#sidebar a{
	color: #fff;
	text-decoration: underline;
}
#sidebar a:hover{
	color: #fff;
	text-decoration: none;
}
#sidebar a.morelink{
	display: block;
	text-decoration: underline;
	text-align: right;
	color: #333;
	font-weight: 700;
}
#sidebar a.morelink:hover{
	text-decoration: none;
}	
#tabpreloader{
	background-image:url(images/tab_down.jpg);
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: -500px;
	left: 0px;
}