body {
	font-family: Tahoma, Arial;
	margin: 0px;
	background-image: url(../images/logo_bg.gif);
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
}
h1 {
	font-size: 26px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: normal;
}
h2 {
	margin: 0px;
	font-size: 16px;
	color: #255D2E;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.07em;
}


#header {
	background-image: url(../images/header_bg.gif);
	height: 53px;
}
#header_bg {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header.gif);
	height: 53px;
	background-repeat: no-repeat;
	position: relative;
}
#header_nav {
	text-align: right;
	padding-top: 17px;
}
#header_nav a {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 9px;
	color: #000000;
	font-size: 16px;
	letter-spacing: 0.08em;
	margin-right: 1px;
}
#header_nav a:hover {
	color: #702829;
}
#logo_home {
	position: absolute;
	height: 48px;
	width: 219px;
	left: 2px;
	top: 2px;
	cursor: pointer;
}




#layout {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
}
#flash_bar {
	background-image: url(../images/flash_bar.gif);
	height: 9px;
	padding-bottom: 20px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#content {
	background-color: #FFFFFF;
}

#nav {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 133px;
	overflow: hidden;
}
#tag {
	padding-top: 52px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
}

#nav a {
	display: block;
	float: left;
	width: 200px;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	padding-top: 103px;
	margin-top: 5px;
	letter-spacing: 0.08em;
}
#nav a:hover {
	color: #FFFFFF;
	/*
	opacity:.8;
	filter:alpha(opacity=80);
	background-color: #932B2A;
	*/
}
.faq_q {
	font-size: 16px;
	color: #375a3c;
	cursor: pointer;
	background-image: url(../images/faq_close.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 100px;
	margin-bottom: 25px;
	width: 516px;
}
.faq_a {
	padding-right: 50px;
	margin-bottom: 25px;
}


#sitemap a {
	display: block;
	color: #375a3c;
	font-size: 18px;
	text-decoration: none;
	margin-bottom: 15px;
}
#sitemap .sub a {
	margin-left: 50px;
	font-size: 14px;
	color: #000000;
}


#copyright {
	background-image: url(../images/copyright_bg.gif);
	height: 21px;
	text-align: right;
	padding-top: 6px;
	font-size: 12px;
	padding-right: 10px;
}
