/*   Copyright (c) 2009
/*   QC Corporation
/*   All rights reserved.
*/

/* Styles for the Top Level Page Body */
body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #FFFFDD;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.page {
	background: #FFFFFF;
	color: #000;
	border: thin #8899C0 solid;
	width: 840px;
	margin: 10px auto 0 auto;
	text-align: left;
}

/* Styles for the Header area */
.header {
	width: auto;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	height: 80px;
}
.header img {
	float: left;
	margin: 0px 0px 0px 10px;
}
.header p {
	float: right;
	font-size: x-small;
	font-weight: bold;
	margin: 10px 0px 10px 40px;
}
.header a {
	color: #000;
	text-decoration: none;
}
.header a:hover {
	color: #965;
	text-decoration: none;
}

/* Styles for the Navigation Bar area */
.navigation {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	background-color: #8899C0;
	overflow: auto;
	font-weight: bold;
}
.navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.navigation li {
	float: left;
}
.navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #8899C0;
}
.navigation a:hover {
	background-color: #687DA4;
	border: 1px solid #f2f2f2;
}

/* Styles for Main page content area */
.main {
	width: 820px;
	margin: 10px 10px 10px 10px;
	padding: 0 0 0 0;
	position: relative;
}
.main a {
	color: #456;
	text-decoration: underline;
}
.main a:hover {
	color: #965;
	text-decoration: underline;
}
.main ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.main ul li {
	display: list-item;
}
.main img {
	border: 1px #8899C0 solid;
	padding: 2px;
	border-width: 1px;
}
.column_l {
	float: left;
	width: 560px;
	margin-bottom: 10px;
}
.banner {
	text-align: center;
	color: #000080;
	border: 2px #000080 solid;
	font-size: medium;
	padding: 10px;
	margin-left: 40px;
	margin-right: 40px;
}
.column_r {
	width: 230px;
	float: right;
	padding: 10px 10px 10px 10px;
	position: relative;
	overflow: visible;
	clip: auto;
}

p {
	margin: 0 10px 5px 10px;
}
h1 {
	color: #965;
	font-size: 1.75em;
	margin: 15px 10px 10px 10px;
}
h2 {
	color: #965;
	font-size: 1.5em;
	margin: 15px 10px 10px 10px;
	clear: both;
}
h3 {
	color: #965;
	font-size: 1.25em;
	margin: 15px 10px 10px 10px;
}
h4 {
	color: #965;
	font-size: 1.15em;
	margin: 15px 10px 10px 10px;
	clear: both;
}
h5 {
	margin: 0 0 10px 10px;
	color: #965;
	font-size: 1.0em;
}
h6 {
	color: #965;
	font-size: 0.75em;
	margin-bottom: 10px;
}
big {
	color: #965;
	font-size: medium;
}

/* Styles for the Footer area */
.footer {
	width: auto;
	clear: both;
	overflow: auto;
	text-align: center;
	background-color: #8899C0;
	overflow: hidden;
	padding: 2px;
}
.footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 3px;
	margin-bottom: 5px;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
.footer a:hover {
	color: #000;
	text-decoration: none;
}

.subcontent {
	background: #E4E8F1;
	border: 1px solid #8899C0;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.subcontent h1 {
	background: #8899C0;
	color: #FFF;
	font-size: 1.0em;
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 10px;
	clear: both;
}
.subcontent p {
	margin: 5px 10px 5px 10px;
}
.subcontent ul {
	margin: 5px 10px 5px 10px;
	padding-left: 25px;
}
.subcontent ul li {
	display: list-item;
}
.float_right {
	float:right;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.corner-tl {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url('../images/rnd_cnr_tl.gif') no-repeat;
	margin-top:-1px;
	margin-left:-1px;
}
.corner-tr {
	width:10px; height:10px;
	position:absolute;
	z-index:100;
	background:url('../images/rnd_cnr_tr.gif') no-repeat;
	margin-top:-1px;
	margin-left:219px;
}
.full {
	color: #111;
	float: none;
}

.half {
	width: 409px;
	float: left;
}

.third {
	width: 272px;
	float: left;
}

.hr {
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
}