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

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}
body {position: relative; background: url(images/bg_body.gif) top left repeat-x #f1f2f7; font: 70% Verdana, Arial, Helvetica, sans-serif; color: #4B5D67; text-align: center;}
#page {
	display: block;
	width: 820px;
	background: url(images/bg_main.gif) top repeat-y;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 193px;
	width: 820px;
	background: url(images/header.jpg)
}
#content {
	width: 820px;
	background: url(images/content_bg.jpg)
	}
#textarea {
	margin-left: 64px;
	margin-right: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
}
p {
	margin-bottom: 10px;
	line-height: 160%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #003882;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D4D2E4;
	margin-bottom: 10px;
}
h2 {
	color: #545A99;
	font-size: 12px;
	text-transform: uppercase;
}
li {
	list-style-type: disc;
	list-style-position: outside;
	color: #61649E;
	line-height: 150%;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 13px;
	padding-left: 0px;
}
.bullets {
	color: #000000;
	list-style-position: inside;
	list-style-type: disc;
}
h3 {
	color: #686BA2;
	background-color: #F1F2F7;
	padding: 3px 3px 3px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7275A8;
	border-right-color: #7275A8;
	border-bottom-color: #7275A8;
	border-left-color: #7275A8;
}
#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 48px;
	padding-right: 10px;
	padding-left: 64px;
	display: block;
	vertical-align: middle;
	padding-top: 8px;
}
#picture {
	width: 240px;
	display: inline;
	float: right;
	margin-right: 10px;
}
#rec-logo-DISABLE {
	background-image: url(images/rec-logo.gif);
	height: 40px;
	width: 52px;
	margin-right: 30px;
	clear: both;
	float: right;
}
#nav {
	color: #FFFFFF;
	width: 150px;
	display: block;
	float: right;
	margin-top: 50px;
	background-position: right;
	margin-right: 20px;
}
a.nav1:link {
	color: #9D99C3;
	text-decoration: none;
}
a.nav1:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav1:visited {
	color: #9D99C3;
	text-decoration: none;
}
.buttons {
	width: 100%;
	list-style: none;
	line-height: 100%;
}
.buttons ul a, .buttons ul a:visited {
	padding: 3px 6px 4px;
	font-weight: normal;
}
* html .buttons li {margin: 0;}
.buttons a, .buttons a:visited {
	display: block;
	width: 200px;
	padding: 6px;
	text-align: center;
	background: url(images/menu.gif) bottom left no-repeat;
	border-top: 1px solid #D1E0F0;
	font-weight: bold;
	line-height: 120%;
}
.buttons a:hover {background-position: bottom right;}

a:link {
	color: #0D276E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0D276E;
}
a:hover {
	text-decoration: none;
	color: #990033;
}
a:active {
	text-decoration: none;
}
#bluebox {
	background-color: #ECEEF5;
	padding: 10px;
}
#whitebox {
	background-color: #FFF;
	padding: 10px;
}