html, body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #004d99;
}

a:Hover {
	text-decoration: underline;
	color: #3380cc;
}

b, li {
	color: #333035;
	font-weight: bold;
}

body {
	background-color: #e5e1ef;
	background-image: url(images/bg_page.gif);
}

body, html { height: 100%; }

form { margin: 0px; }

h1, h2, h3 { 
	letter-spacing: .1em;
	font-weight: normal;
	margin: 0px;
	line-height: 27px;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #333035;
	margin-bottom: 9px;
}

h2 {
	font-size: 16px;
	color: #333035;
}

h3 { 
	font-size: 14px;
	letter-spacing: .03em;
}

img {
	border: 0px;
	display: block;
}

img.feature_img {
	border: 1px solid #b3b0b9;
	margin-left: 9px;
}

img.right_img {
	border: 1px solid #b3b0b9;
	float: left;
	margin-right: 10px;
}

img.right_img_rt {
	border: 1px solid #b3b0b9;
	float: right;
	margin-left: 10px;
}

li {
	list-style-image: url(images/arrow.gif);
	list-style-position: outside;
	margin: 9px 0px;
}

ul {
	margin: 0px;
	padding-left: 50px;
}

.backgnd {
	background-repeat: repeat-x;
	background-color: #d4e9ff;
	width: 950px;
}

.button {
	font-weight: bold;
	color: #006699;
	height: 20px;
}

.feature {
	display: block;
	float: left;
	margin: 9px 28px;
}

.feature_box {
	width: 242px;
	background-color: #ffcc33;
	background-image: url(images/feature_sides.gif);
	display: block;
}

.feature_contents {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	width: 237px;
	background-color: #ffcc33;
	background-image: url(images/feature_bg.jpg);
	margin-left: 1px;
	text-align: left;
}

.feature_text {
	padding: 9px 20px;
	text-align: left;
}

.footer {
	display: block;
	background-color: #ffedb8;
	color: #004d99;
	font-size: 12px;
	text-align: center;
	float: left;
	padding: 4px 0px;
/*	bottom: 0px; */
} 

a.footer_text {
	font-weight: normal;
	text-decoration: none;
	padding: 1px 4px;
}

a.footer_text:Hover {
	color: #3380cc;
	background-color: #ffffcc;
}

.highlight {
	background-color: #ffffcc;
	padding: 18px;
	text-align: left;
	border: 1px solid #ffcc33;
	border-right: 1px solid #ffcc33;
}

.inner {
	width: 895px;
	min-height: 100%;
/*	border-left: 2px solid #b3b0b9;
	border-right: 2px solid #b3b0b9; */
	background-color: #ffffff;
	text-align: left;
	margin: 0px 14px;
}

.left_col {
	width: 188px;
	float: left;
	background-color: #ffedb8;
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-x;
	border-right: 2px solid #666070;
	display: block;	
	padding: 50px 0px 0px 20px;
}

.left, a.left {
	font-weight: normal;
	text-decoration: none;
	padding: 1px 4px;
}

a.left:Hover {
	background-color: #ffe599;
}

.menu {
	position: absolute;
	display: block;
	z-index: 200;
	width: 120px;
	height: 54px;
	overflow: hidden;
	text-align: center;
	margin: 0px 7px;
	float: left;
}

.submenu {
	width: 120px;
	background-color: #ffcc33;
	background-image: url(nav/submenu_bg.gif);
}

.submenu_item, a.submenu_item {
	width: 116px;
	display: block;
	font-size: 11px;
	line-height: 14px;
	color: #004d99;
	background-color: #ffcc33;
	text-decoration: none;
	font-weight: normal;
	padding: 6px 0px;
	margin: 0px 2px;
}

a.submenu_item:Hover {
	background-color: #ffe699;
	color: #3380cc;
}

.nav {
	width: 677px;
	background-color: #ffcc33;
	background-image: url(nav/top_bg.gif);
	padding-top: 17px;
	overflow: hidden;
	height: 54px;
	border-bottom: 2px solid #666070;
}

.outer {
	width: 923px;
	min-height: 100%;
/*	border-left: 2px solid #b3b0b9;
	border-right: 2px solid #b3b0b9; */
	background-color: #e5e1ef;
	background-image: url(images/bg_outer.gif);
}

.right_col {
	width: 630px;
	padding: 0px 25px 0px 30px;
	float: left;
	background-color: #ffffff;
}

.small { font-size: 10px; }

.std_form {
	background: transparent;
	border: none;
}

.dk_blue { color: #004d99; }
.med_blue { color: #3380cc; }
.lt_blue { color: #cce5ff; }

.dk_gray { color: #666070; }
.med_gray { color: #b3b0b9; }
.lt_gray { color: #e5e1ef; }

.yellow { color: #ffcc33; }