html, body {
	background-color: #e8ebf1;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Century Gothic, Tahoma, Verdana;
	font-size: 13px;
}

h3 {
	font-size: 14px;
}



/*----------------------------------------- Text Elements -------------------------------------------*/
div.contentPadding {
	padding: 12px;
}
div.contentBlock {
	padding: 0px;
}
div.contentBlock .border {
	border-bottom: 1px solid #000000;
	width: 100%;
	height: 1px;
	margin: 8px 0px 8px 0px;
}
div.contentBlock strong {
	color: #474f75;
}
div.contentBlock p {
	margin: 8px 0px 8px 0px;
}
div.contentBlock li {
	margin: 8px 0px 8px 15px;
}

div.largeNavy {
	font-size: 18px;
	font-weight: bold;
	color: #474f75;
}
a.largeLink {
	font-size: 14px;
	font-weight: bold;
	color: #589fe3;
	display: block;
}
a.smallLink {
	font-size: 12px;
	font-weight: bold;
	color: #589fe3;
}
/*----------------------------------------- Text Elements -------------------------------------------*/






h2 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
ul, ol, li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}


#container {
	width: 850px;
	margin: auto;
	background-color: #FFFFFF;
}
#page {
	width: 808px;
	margin: auto;
}	
	#container #shdw_left {
		background-image: url(/images/layout/shdw_left.jpg);
		width: 100%;
		height: 100%;
		background-position: left;
		background-repeat: repeat-y;
	}
	
	#container #shdw_right {
		background-image: url(/images/layout/shdw_right.jpg);
		width: 100%;
		height: 100%;
		background-position: right;
		background-repeat: repeat-y;
	}	
	
#left_column {
	margin-top: 1px;
	width: 175px;
	background-color: #FFFFFF;
	float: left;
	border-right: 1px solid #e4eaf1;
}

#center_column {
	width: 470px;
	float: left;
}

#right_column {
	margin-top: 1px;
	width: 155px;
	float: right;
}

#footer {
	width: 100%;
	margin-top: 1px;
	background-color: #EBDB8E;
	text-align: center;
	font-size: 11px;
}

	#footer div {
		padding: 6px;
		font-weight: bold;
		color: #71570e;
	}
	#footer a {
		font-weight: normal;
		color: #71570e;
	}
	#footer a:hover {
		background-color: #FFFFFF;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		div.package {
			margin-bottom: 25px;
			width: 100%;
		}
		.package h2 {
			color: #474f75;
			font-size: 18px;
		}
		div.subHead {
			color: #72b2f0;
			font-weight: bold;
			font-size: 14px;
			margin: 3px 0px;
		}
		span.standout {
			color: #FF0000;
			font-size: 11px;
			font-weight: bold;
		}
		.package ul {
			margin: 5px 5px 5px 15px;
			list-style-image: url(/images/layout/arrow.gif) 
		}
		.package ul li {
			margin-bottom: 5px;
		}
