/* ------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
: focus {
	outline: 0;
}

/* ---------------- General Styles --------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.8%;
	width: 100%;
	height: 100%;
	background: #FFFFFF url('../img/bkg_body.jpg') top left repeat-x;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #000000;
}
p, h1, h2, h3, h4{
	margin: 0;
	padding: 5px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content_top h1{
	padding-top: 28px;
	margin-left: 265px;
	margin-right: 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}
.content_center h2{
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
	color: #006600;
}
.content_center h3{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
.content_center h4{
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}
.content_text p{
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
.link{
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
	color: #006600;
	text-decoration: underline
}
.link:hover{color:#003300; font-weight: bold}

.skip, hr {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}
/* ---------------- Layout --------------- */
.container{
	width: 934px;
	margin:auto; 
}
.wrapper{
	width: 934px;
	margin:auto; 
}
.content_top{
	width: 679px;
	margin: 50px auto 0px auto;
	background: url('../img/bkg_content_top.png') top left no-repeat;
	height: 70px;
}
.content_center{
	width: 679px;
	margin: auto;
	background: url('../img/bkg_content_center.png') top left repeat-y;
	min-height: 303px;
	height: auto !important;
	height: 303px;
}
.content_bottom{
	width: 679px;
	margin: auto;
	background: url('../img/bkg_content_bottom.png') top left no-repeat;
	height: 54px;
}
.content_text{
	float: right;
	width: 380px;
	margin-right: 30px;
}
.navigation table{
	width: 620px;
	margin-left: 240px;
	text-align: center
}
.navigation table tr td{
	padding: 5px 0px;
}
.navigation table td a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.navigation table td a:hover{
	color: #3E7418
}
.footer{
	margin-right: 35px;
	text-align: right;
	color: #666666;	
}
.footer span{
	color: #666666;	
}
.footer a{
	text-decoration: none;
	color: #666666;	
}

/* ---------------- Other --------------- */
.clear{
	clear: both;
}
.hidden{
	visibility: hidden;
}
.loading{
	width: 25px;
	height: 25px;
}

.error{
	font-size: 12px;
	font-weight: bold;
	display: none;
}
.inputStyle{}
.noDecoration{text-decoration: none}