#intro{
	float: left;
	width: 550px;
}
#intro h2{
	font-size: 21px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #7188AA;
	padding-top: 10px;
}
#imgR{
	display: block;
	float: right;
	width: 250px;
}
#left-intro{
	float: left;
	width: 65%;
	background-image: url(dotted_line_vert.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 10px;
}
#right-nav{
	float: left;
	width: 260px;
	padding-left: 20px;
	padding-top: 10px;
}
#right-nav ul{
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1d6db;
	list-style-type: none;
	width: 95%;
	display: block;
}
#right-nav a{
	color: #7188AA;
	text-decoration: none;
	display: block;
	width: 95%;
	padding-left: 5%;
	line-height: 200%;
}
#right-nav a:hover{
	background-color: #f1f8ff;
}
#right-nav li{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c1d6db;
}
.liGray{
	background-color: #F5F5F5;
}
#bottom{
	background-image: url(dotted_line.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 100%;
}
