@charset "UTF-8";
/* formatting style------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #CCCCCC;
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
}
hr {
	display: none;
}
h1 {
	font-family: sans-serif;
	font-size: 3em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
table {
	margin: 0 auto;
}
.style2 {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
.line {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	height: 1px;
	border-top: 1px solid #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}



img {
	margin-top: 10px;
	margin-bottom: 10px;
}
dl {
	margin: 10px 25px;
	width: 350px;
	text-align: left;
}
dt {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	}




/* link style------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
	color: #FFFFFF;
}

/* basic layout------------------------*/
#wrapper {
	background-color: #FE1A1A;
	width: 900px;
	margin: 0px auto;
}
#left {
	padding: 0px 25px 25px;
	width: 400px;
	background-color: #FE1A1A;
	float: left;
	background-image: url(img/re_back_r2_c1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	text-align: center;
	height: 800px;
	vertical-align: middle;

}
#right {
	width: 400px;
	background-color: #CBCAA2;
	float: right;
	background-image: url(img/re_back_r2_c3.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	vertical-align: middle;
	white-space: normal;
	display: inline;
	text-align: center;
	padding: 0px 25px 75px;
}

#footer {
	background-color: #000000;
	clear: both;
	margin: 0px;
	height: 70px;
	width: 850px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
#footer #flogo {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 10px;

}
#footer ul {
	list-style: none;
	padding: 5px;
	clear: right;
}
#footer ul li {
	list-style: none;
	float: left;
}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: underline blink;
	display: inline;
	margin-right: 15px;
	height: 2.5em;
	width: 50px;
	font-size: 75%;
	font-style: normal;
}
address {
	color: #FFFFFF;
	clear: both;
	float: right;
	font-size: 75%;
	background-image: url(img/icon2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}


/* header style------------------------*/
#header {
	background-image: url(img/re_back_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 127px;
	position: relative;
	width: 900px;
	left: 0px;
	top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
