body {
	background-color: #d6e5f0;
}
td {
	border-color: #5ba2d8;
}
#nav-cont {
	height: 23px;
	margin: 0px 0px 2px 0px;
}

#nav-fill1 {
	float: left;
	background-image: url(images/bg-nav-fill1.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 23px;
}

#nav-fill2 {
	float: left;
	background-image: url(images/bg-nav-fill2.jpg);
	background-repeat: no-repeat;
	width: 11px;
	height: 23px;
}

#nav-fill3 {
	float: left;
	background-image: url(images/bg-nav-fill3.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 23px;
}

#nav-link {
	float: left;
	background-image: url(images/bg-nav-link.gif);
	background-repeat: repeat-x;
	height: 18px;
	font-family: arial, sans-serif;
	font-size: 11px;
	padding: 5px 6px 0px 6px;
}

a.nav:link {
	color: #ffffff;
	text-decoration: none;
}

a.nav:visited {
	color: #ffffff;
	text-decoration: none;
}

a.nav:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.nav:active {
	color: #ffffff;
	text-decoration: underline;
}

#topbar-cont {
	height: 122px;
}

#topbar-left {
	float: left;
	background-image: url(images/topbar1.gif);
	background-repeat: no-repeat;
	width: 208px;
	height: 31px;
	padding: 91px 0px 0px 20px;
}

#topbar-right {
	float: right;
	background-image: url(images/topbar2.jpg);
	background-repeat: no-repeat;
	width: 322px;
	height: 122px;
}

#content-cont {
	background-image: url(images/content-left.gif);
	background-repeat: no-repeat;
	min-height: 200px;
	margin: 0px;
	padding: 10px 10px 10px 22px;
	font-family: arial, sans-serif;
	font-size: 12px;
}