.body {
	background-color: #C2DCE6;
	background-image: url(graphics/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.left_col {
	background-color: #ECF2F2;
	background-image: url(slices/index_r4_c1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.nav:hover {
	color:#000099;
	text-decoration:underline;
}.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #144A8C;
	font-weight: normal;
}
.regtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-image: url(graphics/bullet.gif);
	line-height: 20px;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #DF7C0C;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #526474;
}
.link_color {
	color: #548AB6;
}

