@charset "utf-8";

/* CSS Document */



body {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 12px;

	color: #717171;

	background: #e6e6e6 url(images/bg_body.jpg) top left repeat-x;

	margin: 0;

	padding: 0;

}

ul {

	list-style-image: url(images/bullet.jpg);

	list-style-position: inside;

	margin: 0;

	padding: 0;

}

a {

	text-decoration: none;

	color: #0080c9;

}



a:hover {

	text-decoration: underline;

}



#logo {

	height: 100px;

	background: url(images/bg_logo.jpg) top center no-repeat;

}

#logo img {

	width: 880px;

	height: 100px;

	margin: 0 auto;

	border: none;

	display: block;

}



.wrapper {

	width: 870px;

	overflow: hidden;

	margin: 0 auto;

	padding: 0px 5px;

}



#content_header {

	height: 250px;

	background: url(images/bg_content_header.jpg) top center no-repeat;

	padding-top: 5px;

}



#header_left {

	display: block;

	width: 455px;

	height: 245px;

	float: left;

	background: url(images/bg_header_left.jpg) top left no-repeat;

}

#header_right {

	display: block;

	width: 415px;

	height: 245px;

	float: right;

	text-indent: -5000px;

	background: url(images/bg_header_right.jpg) top left no-repeat;

}



#menu {

	height: 32px;

	background: url(images/bg_menu.jpg) top center no-repeat;

	padding-top: 13px;

	text-align: center;

	overflow: hidden;

}



#menu a {

	display: inline-block;

	color: #FFF;

	font-size: 12px;

	text-transform: uppercase;

	padding: 0px 20px 20px 20px;

	border-left: 3px #FFF solid;

}

#menu a:first-child {

	border-left: none;

}



#text {

	background: url(images/bg_text_y.jpg) top center repeat-y;

	margin: 0;

	line-height: 20px;

}

#text_shade {

	background: url(images/bg_text_shade.jpg) top center no-repeat;

	overflow: hidden;

}

#height_holder {

	display: block;

	float: left;

	width: 1px;

	height: 290px;

}



#left {

	float: left;

	padding: 20px;

	width: 415px;

}



#right {

	float: right;

	width: 415px;

	padding: 30px 0px;

}



#both {

	clear: both;

	padding: 20px;

}



#footer {

	height: 100px;

	background: url(images/bg_footer.jpg) top center no-repeat;

	color: #DC143C;

	font-size: 11px;

	line-height: 50px;

}

#footer div span {

	margin-left: 20px;

}



h1 {

	color: #DC143C;

	font-size: 18px;

}



h2 {

	color: #0069A3;

	font-size: 14px;

}



input {

	border-top: 1px solid #999;

	border-left: 1px solid #999;

	border-bottom: 2px solid #999;

	border-right: 2px solid #999;

	background: #EAEFF5;

	font-size: 11px;		

}



textarea {

	border-top: 1px solid #999;

	border-left: 1px solid #999;

	border-bottom: 2px solid #999;

	border-right: 2px solid #999;

	background: #EAEFF5;

	font-size: 11px;			

}



input.submit {

	border-top: 1px solid #999;

	border-left: 1px solid #999;

	border-bottom: 2px solid #999;

	border-right: 2px solid #999;

	background: #0069A3;

	color: #fff;

	font-weight: bold;

	font-size: 13px;

	padding: 3px;

}

#contentbody {
	margin:0 25px;
}