/* Redefine Default Tags */
body {
	margin: 0px;
	padding: 0px;
}
p, body, div, span {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
p {
	line-height:1.4em;
}
h1 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: bold;
}
h2 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: bold;
}

/* Background Pattern Container */
.bg {
	width:100%;
	background: url(../_images/common/body_bg.gif) repeat-y center top;
}

/* Top and Bottom Caps */
.caps {
	width:100%;
}
.topcap {
	height: 29px;
	background: url(../_images/common/body_topcap.gif) no-repeat center top;
}
.btmcap {
	height:29px;
	background:url(../_images/common/body_btmcap.gif) no-repeat center top;
}

/* Graphics: Logos, Links, Headings */
#logo {
	height:77px;
	background: url(../_images/common/logo.gif) no-repeat center top;
	position: relative;
	width: 100%
}
#logo a {
	display: block;
	text-decoration: none;
	width: 563px;
	height: 50px;
	cursor: pointer;
	position: relative;
	top: 13px;
	left: 50%;
	margin-left: -281px;
}
.bcom {
	width:100%;
	height:20px;
	background: url(../_images/common/bcom.gif) no-repeat center top;
	position: relative;
	margin:0px 0px 20px 0px;
}
#click_here {
	margin:20px 0px 20px 0px;
	height:34px;
	background: url(../_images/common/click_here.gif) no-repeat center top;
	position: relative;
	width: 100%
}
#click_here a {
	display: block;
	text-decoration: none;
	width: 507px;
	height: 34px;
	cursor: pointer;
	position: relative;
	left: 50%;
	margin-left: -253px;
}

/* Main Content Containers */
#content {
	width: 589px;
	position: relative;
	left: 50%;
	margin-left: -294px;
	background: url(../_images/common/content_bg.jpg) repeat-y;
	text-align: center;
}
.intro {
	padding:15px 25px 15px 25px;
	background: url(../_images/common/intro_bg.jpg) repeat-y;
	line-height: 1.4em;
	text-align: justify;
}

/* Chapter Container, Top and Bottom Caps */
.chapter {
	background: url(../_images/common/section_bg.gif) repeat-y;
	width:550px;
	position: relative;
	left:50%;
	margin-left: -274px;
	margin-top:10px;
}
/*
.chapter .top {
	background: url(../_images/common/section_top.gif) no-repeat;
	width: 549px;
	height: 16px;
	position: absolute;
	top: 0px;
}
*/
.chapter .btm {
	background: url(../_images/common/section_btm.gif) no-repeat center bottom;
	width: 549px;
}
.chapter .btm .content {
	padding:0px 16px 0px 16px;
	text-align: justify;
}
.chapter .top {
	width:549px;
	padding:10px 0px 10px 0px;
	background: url(../_images/common/section_top.gif) no-repeat;
}

/* Chapter Head, Title Head */
#sendcode .head {
	background: url(../_images/common/send_head.gif) no-repeat center top;
	height: 13px;
	width: 100%;
}
#chapter1 .head {
	background: url(../_images/chapter1/head.gif) no-repeat center top;
	height: 13px;
	width: 100%;
}
	#chapter1 .title_head {
		background: url(../_images/chapter1/title_head.gif) no-repeat center top;
		height: 13px;
		width: 100%;
	}
#chapter2 .head {
	background: url(../_images/chapter2/head.gif) no-repeat center top;
	height: 13px;
	width: 100%;
}
	#chapter2 .title_head {
		background: url(../_images/chapter2/title_head.gif) no-repeat center top;
		height: 13px;
		width: 100%;
	}
#chapter3 .head {
	background: url(../_images/chapter3/head.gif) no-repeat center top;
	height: 13px;
	width: 100%;
}
	#chapter3 .title_head {
		background: url(../_images/chapter3/title_head.gif) no-repeat center top;
		height: 13px;
		width: 100%;
	}
#chapter4 .head {
	background: url(../_images/chapter4/head.gif) no-repeat center top;
	height: 13px;
	width: 100%;
}
	#chapter4 .title_head {
		background: url(../_images/chapter4/title_head.gif) no-repeat center top;
		height: 13px;
		width: 100%;
	}
#chapter5 .head {
	background: url(../_images/chapter5/head.gif) no-repeat center top;
	height: 13px;
	width: 100%;
}
	#chapter5 .title_head {
		background: url(../_images/chapter5/title_head.gif) no-repeat center top;
		height: 13px;
		width: 100%;
	}
#chapter6 .head {
	background: url(../_images/chapter6/head.gif) no-repeat center top;
	height: 13px;
	width: 100%;
}
	#chapter6 .title_head {
		background: url(../_images/chapter6/title_head.gif) no-repeat center top;
		height: 13px;
		width: 100%;
	}
/* Chapter Content */
.error {
	padding-bottom:5px;
	font:12px Helvetica, Arial;
	color: #cf2017;
	font-weight:bold;
	text-align: center;
}
.contact_error {
	padding:0px 0px 10px 0px;
	color:#cf2017
}
.contact_success {
	padding-left: 20px;
	padding-top: 1px;
	margin-bottom: 10px;
	height: 15px;
	line-height: 15px;
	background: url(../_images/common/check_grn.gif) no-repeat left center;
}
.chapter_content {
	padding-top: 10px;
	font: 12px Helvetica, Arial;
	line-height:1.5em;
}
.chapter form {
	text-align: center;
}
.chapter_content .sub_head {
	font: 14px Helvetica, Arial;
	line-height: normal;
	text-align: center;
}
.code_input {
	background: url(../_images/common/arrow_red.gif) no-repeat left center;
	width:20px;
	cursor: pointer;
}
a.arrow {
	background: url(../_images/common/arrow_red.gif) no-repeat left center;
	padding-left:20px;
	color: #000;
	text-decoration: none;
}
a.arrow:hover {
	text-decoration: underline;
}
a.arrowdn {
	background: url(../_images/common/arrow_red_dn.gif) no-repeat left 3px;
	padding-left:20px;
	color: #000;
	text-decoration: none;
}
a.arrowdn:hover {
	text-decoration: underline;
}
/*
.chapter_content h1 {
	font:14px Helvetica, Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #cf2017;
}
*/

/* Bottom Phone, WWW & Copyright */
#btm_copy {
	margin-top: 30px;
	height: 59px;
	width: 409px;
	background: url(../_images/common/btm_copy.gif) no-repeat center top;
	position: relative;
	left: 50%;
	margin-left: -205px;
}
#btm_copy a {
	text-decoration: none;
	width: 193px;
	height: 16px;
	display:block;
	position: absolute;
	top: 6px;
	right: 0px;
}
