@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #F7F7F7;
}
#frame {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../IMAGES/header.jpg);
	background-repeat: no-repeat;
	height: 107px;
}
#center {
	padding-right: 65px;
	padding-left: 45px;
}
#menu {
	background-color: #1F384B;
	height: 32px;
	text-align: center;
	padding-top: 12px;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	display: inline;
	padding-right: 33px;
	padding-left: 33px;
	line-height: 14px;
	font-size: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #142431;
}
#menu .noborder {
	border-right-style: none;
}



#menu a:hover {
	text-decoration: underline;
}
#data {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDCDCD;
	border-right-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	border-left-color: #CDCDCD;
}
#left    {
	width: 255px;
	float: left;
	padding-top: 37px;
}
#left h2 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	width: 245px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 40px;
}
#left table {
	margin-top: 5px;
	width: 255px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-collapse: collapse;
}
#left th {
	font-size: 11px;
}

#left td, #left th {
	text-align: left;
	padding-left: 5px;
	border-collapse: collapse;
	padding-top: 2px;
	padding-bottom: 2px;
}
#left .dark {
	background-color: #F1F1F1;
}
#right {
	float: right;
	width: 585px;
	margin-bottom: 45px;
	background-image: url(../IMAGES/rightBackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#right h1 {
	font-size: 32px;
	font-weight: normal;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
	padding-top: 60px;
	margin-bottom: 5px;
}
#right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
	margin-bottom: 30px;
}
#right .small {
	padding-left: 200px;
	margin-bottom: 20px;
}
#button {
	background-image: url(../IMAGES/button.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 267px;
	margin-left: 260px;
	margin-bottom: 20px;
	margin-top: 50px;
	text-align: center;
	padding-top: 10px;
}
#button a {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#button a:hover {
	text-decoration: underline;
}






#tail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7A7A7A;
	text-align: right;
	padding-top: 3px;
	padding-right: 3px;
}
.reset {
	clear: both;
	width: 100%;
}

