@charset "utf-8";
body {
	background-image: url(images/backround-rn.jpg);
	background-repeat: repeat;
}

#container {
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #A6A6A6;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 45pt;
	font-weight: normal;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #761616;
}
#main-image {
	width: 780px;
}
#lt-column {
	float: right;
	width: 170px;
	padding: 5px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #A6A6A6;
}
#maincontent {
	width: 579px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #C6C6C6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6C6C6;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#ctr-column {
	width: 245px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A6A6A6;
	margin-left: 255px;
	padding: 5px;
}
#rt-column {
	float: right;
	width: 250px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A5A6A5;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.bodyfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}
#footer {
	background-color: #A3A3A3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 5px;
	clear: both;
	padding-bottom: 5px;
	color: #666666;
}
#footer-border {
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a.footer:link {
	text-decoration: none;
	color: #000000;
}
a.footer:visited {
	text-decoration: none;
	color: #000000;
}
a.footer:hover {
	text-decoration: underline;
}
a.footer:active {
	text-decoration: none;
}
#surveycontent {
	width: 765px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #C6C6C6;
	border-right-color: #C6C6C6;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
}

