body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(/images/bg_body.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
}
#wrapper {
	width: 920px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
#top {
	height: 95px;
	position: relative;
}
#logo_link {
	display: block;
	position: absolute;
	top: 0px;
	left: 21px;
	height: 95px;
	width: 178px;
	text-decoration: none;
}
#left_col {
	width: 222px;
	float: left;
	margin-left: 12px;
}
#right_col {
	width: 578px;
	float: left;
	margin-left: 50px;
	margin-top: 30px;
	font-size: 11px;
}
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 12px;
}
.navlink {
	display: block;
	background-color: #5d181a;
	padding: 3px 20px 3px 20px;
	border-top: 1px solid #7b4445;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	color: white;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
}
.navlink:hover {
	background-color: white;
	color: #5d181a;
}
.nav_select {
	display: block;
	padding: 3px 20px 3px 20px;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
	background-color: white;
	border: 1px solid #bdbdbd;
	color: #5d181a;
}
.nav_sub {
	display: block;
	padding: 3px 5px 0px 20px;
	font-size: 11px;
	text-decoration: none;
	color: #5d181a;
}
.nav_sub:hover {
	font-weight: bold;
}
#knowledge_center {
	margin-top: 10px;
	border: 1px solid #00154a;
	padding: 4px 10px 10px 10px;
	background-color: #eeeeee;
	background-image: url(/images/bg_knowledge_center.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 10px;
}
#kc_title {
	text-align: center;
	font-size: 14px;
	color: white;
	font-weight: bold;
	margin-bottom: 13px;
	font-family: Myriad Pro, Verdana, Arial, sans-serif;
}
#knowledge_center ul {
	padding: 0px 0px 0px 10px;
	list-style: none;
}
#knowledge_center ul li {
	padding: 0px 0px 3px 15px;
	background-image: url(/images/kc_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#knowledge_center a {
	color: black;
}
#bottom {
	height: 155px;
	background-image: url(/images/bg_bottom.jpg);
	background-repeat: repeat-x;
	margin-top: 15px;
}
#bottom_content {
	width: 850px;
	padding: 20px 50px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #d5e3ea;
	font-size: 10px;
}
#bottom_content a {
	color: #d5e3ea;
}
#flashcontent {
	position: absolute;
	top: 2px;
	left: 250px;
}
#top_img {
	position: absolute;
	top: 20px;
	left: 250px;
}
.faq_q {
	font-size: 14px;
	font-weight: bold;
}
.faq_a {
	font-size: 11px;
	margin: 0px 0px 10px 0px;
}
#faq_list {
	font-size: 12px;
}
#faq_list li {
	margin-bottom: 3px;
}
.news_title {
	font-size: 14px;
	font-weight: bold;
}
.news_text {
	margin: 0px 0px 15px 10px;
}
.c_input {
	width: 200px;
	padding: 3px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
label {
	font-weight: bold;
}
