@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #ebebeb;
}

#container {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto;
	border: none;
	height: 7700px;
}

#header {
	width: auto;
	height:200px;
	background-repeat: no-repeat;
	background-position: 50px -5px;
	background-image: url(images/header_alt2.jpg);

	}

#mainContent {
	background: #FFFFFF;
	height: auto;
	padding-top: 5px;
	width: 835px;
}

#left_block {
	width: 538px;
	text-align:right;
	height: 3px;
	background-image: url(images/line_rpt.jpg);
	background-repeat: repeat-y;
	background-position: 0 20px;
	margin-top: 30px;
}

#content_page {
	width: 760px;
	margin-left:45px;
	margin-top: 5px;
	height: auto;
	background-repeat: no-repeat;
	background-position: 480px 0;
}


#links {
	height: 200px;
	width: 750px;
	margin-left: 33px;
	float: left;
	margin-top: -5px;

}

#input_text {
	float: left;
	width: 160px;
	height: 180px;
	text-align: center;
	margin-left: 16px;
}

#process_text {
	float: left;
	width: 160px;
	height: 180px;
	text-align: center;
	margin-left: 4px;
}

#output_text {
	float: left;
	width: 160px;
	height: 180px;
	text-align: center;
	margin-left: 4px;

}



#left_bg {
	width: 14px;
	height: 7700px;
	background-image: url(images/bg_rpt.jpg);
	float: left;
	clear: both;
}

#right_bg {
	float: right;
	width: 14px;
	height: 7700px;
	background-image: url(images/bg_rpt_r.jpg);
}
	
.bodycopy {
	font:Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #333;
}

.bodycopy2 {
	font:Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333;
}

.mainheading {
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	font-size:16px;
}

.active_red {
	font:Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #CE2D01;
}

.subheading_red {
	font:Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #13A6E6;
}

.small_red {
	font:Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #CE2D01;
}

a:link {
	text-decoration:none;
	color: #666;
}
a:active {
	text-decoration:none;
	color: #EB3800;
}
a:visited {
	text-decoration:none;
	color: #666;
}
a:hover {
	text-decoration:none;
	color: #09F;
}

img
{
	border-style: none;
}


#home_image {
	float: right;
	width: 232px;
	height: 170px;
	text-align: center;
}

#left_block2 {
	width: 538px;
	text-align:right;
	height: 3px;
	background-image: url(images/line_rpt.jpg);
	background-repeat: repeat-y;
	background-position: 0 20px;
	margin-top: 30px;
}
