html {
	scrollbar-base-color: #2c6dbb;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #B9C7DA;
	scrollbar-shadow-color: #000033;
	scrollbar-lightshadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #B9C7DA;
	scrollbar-highlight-color: #558ED1;
	scrollbar-3dlight-color: #FFFFFF;
}
body {
	background-color: #CDDDF3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000033;
	margin: 0px;
	padding: 0px;
}
#content_left {
	width: 300px;
	left: 20px;
	position: absolute;
	top: 20px;
}

#content_left_full {
	left: 20px;
	position: absolute;
	top: 20px;
	right: 80px;
}

#content_right {
	width: 300px;
	right: 20px;
	position: absolute;
	top: 20px;
}

#flt_bar {
	background-color: #FFFFFF;
	position: absolute;
	height: 40px;
	top: 120px;
	width: 100%;
	line-height: normal;
	left: 0px;
	right: 0px;
}
#bar_lft {
	position: absolute;
	left: 20px;
	top: 12px;
	line-height: normal;
}
#bar_rgt {
	position: absolute;
	top: 12px;
	line-height: normal;
	right: 10px;
}

.flt_bar {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	vertical-align: middle;
	display: block;
	position: absolute;
	line-height: normal;
}
h1 {
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	color: #000033;
	font-style: normal;
}
a {
	color: #2C6DBB;
	text-decoration: none;
}
a:hover {
	color: #2C6DBB;
	text-decoration: none;
}
.img_lnk {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
	position: absolute;
	top: 20px;
	width: 100%;
	left: 0px;
	right: 0px;
}

