@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #bdd6eb;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424141;
}
a {
	color: #ee7115;
}
a:hover {
	text-decoration: none;
}
#mmenu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
}
#mmenu a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #0d6ec1;
	text-decoration: none;
	height: 25px;
	background-image: url(/images/mmenu-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 35px;
	padding-top: 9px;
}
#mmenu a:hover {
	color: #FFB644;
}
#footer td {
	font-size: 11px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


.logo {
	float:right;
	z-index:5;
	position:absolute;
	margin-left:20px;
	margin-top:15px;
}
h1 {
	font-size: 24px;
	color: #2371b8;
	margin-top: 0px;
}
h2 {
	font-size: 18px;
	color: #666666;
}
.region1 {
	background-color: #FDEEDE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ebd5be;
	border-left-color: #ebd5be;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.region1 .title {
	font-size: 18px;
	color: #633c11;
}
.region2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0d6ec1;
	border-left-color: #0d6ec1;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.region2 .title {
	font-size: 18px;
	color: #000000;
}
div.regionr {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
	display: table;
	width: 270px;
	padding-right: 0px;
	padding-top: 0px;
}
.topbg {
	background-image: url(/banners/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.qestionnaire {}
.qestionnaire th {
	text-align: left;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D0C8;
}
.qestionnaire textarea {
	font: 12px Arial, Helvetica, sans-serif;
}
.qestionnaire td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D0C8;

}

.error {
	font-size: 1em;
	padding: 8px 8px 12px 45px;
	margin-bottom: 6px;
	color:#000000;
	background: #fffcdc url(/images/icon-error.gif) no-repeat 5px;
	border: 1px solid #dfd061;
}

.notification{
	font-size: 1em;
	font-weight: bold;
	padding: 10px 8px 12px 35px;
	margin-bottom: 6px;
	color:#8bbb39;
	background: #f2fde0 url(/images/icon-confirm.gif) no-repeat 5px;
	border:1px solid #8bbb39;
}
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	display: none;
}

a img {
border: 0
}