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

body {
	background: #02506a url(../images/bg.png) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
}
p, h2 {
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	color: #333333;
	font-weight: normal;
	margin-bottom: 4px;
}
a {
		color: #bd0100;
		text-decoration: underline;
	}
	a:hover {
		text-decoration: none;
	}
td {
	font-size: 11px;
	font-weight: bold;
}
ul {
	marign: 0px;
	padding: 0px 0px 0px 25px;
}
	li {
		font-size: 12px;
		color: #69292C;
		font-weight: bold;
		padding-bottom: 6px;
	}
h1 {
	color: #02506a;
	font-size: 22px;
	font-weight: normal;
	margin: 5px 0px 0px;
	padding: 0px;
}
h3 {
	magin: -15px 0px 0px 0px;sd
	padding: -15px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-align: left;
	line-height: 12px;
}
	h3 a {
		color: #bd0100;
		text-decoration: underline;
	}
	h3 a:hover {
		text-decoration: none;
	}
#container {
	width: 900px;
	position: relative;
	margin: 0 auto;
}
#header {
	background: url(../images/header.png) no-repeat top center;
	width: 763px;
	height: 300px;
	position: absolute;
	top: 10px;
	left: 137px;
	margin: 0 auto;
}
#center {
	margin: 0px;
	width: 738px;	
	position: absolute;
	top: 155px;
	left: 102px;
	background-color: #FFFFFF;
	border-left: 2px solid #91c9ed;
	border-right: 2px solid #91c9ed;
}
#left {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 400px;
	padding: 20px 10px 5px 10px;
	background-color: #FFFFFF;
}
#center {
	margin: 0px;
	width: 738px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: -15px 55px 0;
	background-color: #FFFFFF;
	border-left: 1px solid #91c9ed;
	border-right: 1px solid #91c9ed;
	position: absolute;
}


#center textarea {
	width: 260px;
}
#right {
	float: right;
	width: 297px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 15px  0px 0 0;
	background-color: #FFFFFF;
	border-left: 1px solid #eee;	
}
	#right p {
		width: 280px;
		display: block;
		margin: 0 10px;
	}
	#right h2 strong {
		color: #02506a;
		font-size: 22px;
		font-weight: normal;
		line-height: 30px;
		padding: 0px;
	}
#right input {
	width: 260px;
}
#right textarea {
	width: 260px;
}
.rightimg {position:absolute; display:block; top:25px; left:470px;}
.rightimg span {visibility:hidden;display:none;}
.rightimg:hover span {visibility:visible;display:block; position:absolute; top:0px; left:0px;}
a img {
	border: 0;
}
#footer {
	position: relative;
	display: block;
}
fieldset {
	background-color: #f5e2e2;
	border: 1px solid #bababa;
	padding: 5px 20px 15px;
	margin-top: 30px;
	display: block;
}
	fieldset p {
		font-size: 13px;
		font-style: italic;
		text-align: left;
	}
	legend {
		font-weight: normal;
		font-size: 24px;
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		color: #02506a;
	}
	#footer {
		font-size: 11px;
		margin: 45px 0 30px 0px;
		text-align: center;
	}
.buttonover { margin: 0px; position:relative; display:block;width: 260px; height: 88px;}

.buttonover span {visibility:hidden;display:none;}
.buttonover:hover span {visibility:visible;display:block; position:absolute; top:0px; left:0px;}

#left img {
	padding: 8px 15px 0px 0px;
}
hr {
	height: 10px;
	border: none;
	border-bottom: 1px solid #bababa;
	width: 100%;
	clear: both;
	
}
.fifty {
	width: 48%;
	float: left;
}
p.head {
	font-style: italic;
	text-align: center;
	padding-top: 15px;
}