﻿/* CSS layout */
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p {
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: justify;
}
h1, h2 {
	font: bold 16px Georgia, Times New Roman, serif;
	color: #000000;
	margin-top: 0px;
	padding: 0px;
}
h3 {
	font: bold 12px Tahoma;
	margin-bottom: 0px;
	color: #3B63A9;
	padding-bottom: 0px;
}
h4 {
	font: 1px Tahoma;
	margin: 0px;
	padding: 0px;
	line-height: 0em;
}
img {
	border: 0px;
}
hr {
	color: #D7D7D7;
	height: 1px;
}

select {
	font-size:8pt;
}

a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	color: #3B63A9;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.bluechar {
	color: #3B63A9;
}
.leftbar_info {
	color: #4444aa;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	margin: 4px;
}
.banner {
	position: absolute;
	top: 0px;
	left: 131px;
	z-index: 0;
}
.bannerlink {
	font: 13px Tahoma;
	text-decoration: underline;
}
.bannerlink a:link {
	color: #000000;
	text-decoration: underline;
}
.bannerlink a:visited {
	color: #000000;
}
.bannerlink a:hover {
	color: #3B63A9;
	text-decoration: none;
}
#surveytable {
	margin:5px;
}
#surveytable td{
	border-top:1px #7ba3e9 solid; padding:2px 10px 2px 10px;
}

#masthead {
	width: 770px;
	height: 98px;
	margin-left: auto;
	margin-right: auto;
}
#topNav {
	background: url(images/banner_bground.jpg);
	font: bold 10px Tahoma;
	color: #000000;
	width: 624px;
	float: right;
	margin-top: 0px;
	margin-bottom: 27px;
	margin-left: 0px;
	vertical-align: middle;
	text-align: right;
	padding: 8px 0px 8px 0px;
}
#container {
	position: relative;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}
#linksLeft {
	vertical-align: top;
	text-align: center;
	padding-top: 6px;
	background: #D7D7D7;
	width: 118px;
	font: 10px Tahoma;
/*	position: absolute;*/	left: 0px;
	top: 0px;
}
#linksLeft ul {
	text-align: left;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#linksLeft ul li {
	border-bottom: dotted 1px #717171;
	display: block;
	padding: 8px 8px 8px 8px;
}
#linksLeft li a {
	display: block;
}
#linksLeft li a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#linksLeft li a:hover, #linksLeft li a:active {
	color: #3B63A9;
	text-decoration: none;
}
#page_content {
	/*	position: relative;*/
	width: 488px;
	vertical-align: top;
	padding-right: 11px;
	padding-left: 11px;
	background: white;
}
#right_col {
	width: 142px; /*	position: absolute; */;
	vertical-align: top;
	background: white;
	right: 0px;
	top: 0px;
}
#linksExternal {
	width: 134px;
	padding: 0px;
	background: #FFF3CC;
	font: 10px Tahoma;
	color: #000000;
	border: solid 1px #FDE49A;
	border-bottom: 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#linksExternal ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#linksExternal li a {
	display: block;
}
#linksExternal li a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#linksExternal li a:hover {
	color: #3B63A9;
	text-decoration: none;
}   
#linksExternal ul li {
	padding: 8px 8px 8px 8px;
	border-bottom: solid 1px #FDE49A;
	display: block;
}
#tipsection {
	background: url(images/rAd_background.jpg) no-repeat;
	background-position: left top;
	background-attachment: scroll;
	padding: 72px 14px 30px 14px;
	margin: 0px;
	text-align: left;
	line-height: 17px;
}
#footer {
	clear: both;
	width: 754px;
	text-align: center;
	font: 10px Tahoma;
	padding: 8px;
	border-top: solid 1px #F6D263;
	background: #F6D263;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
#footer p {
	text-align: center;
}
