html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
.left {
	padding: 0px;
	height: 70%;
	width: 10em;
	top: 20%;
	margin: 0px;
	position: absolute;
	left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.header{
	height:20%;
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 600px;
	min-height: 60px;
	left: 0px;
	float: left;
	background-image: url(../assets/images/accessible_site_top_bar.gif);
	background-repeat: no-repeat;
	background-position:10em 100%;
	overflow: hidden;
}
.footer{
	height:10%;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	left: 0px;
	background-image: url(../assets/images/accessible_site_bottom_bar.gif);
	background-repeat: no-repeat;
	background-position: 10em 0px;
	text-align: right;
}
.rightScroll {
	height:70%;
	overflow: auto;
	position: relative;
	margin-right: 0px;
	margin-left: 10em;
	top: 20%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(../assets/images/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: -100px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 0px;
	padding: 7px 5px;
	color: #003366;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 7px 5px;
	color: #003366;
}
.rightScroll li {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: disc;
}
.rightScroll p {
	margin: 0px;
	padding: 5px 10px;
	font-size: 0.76em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;

}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.76em;
	margin: 0px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	color: #FF6600;
}
blockquote li {
	font-size: 0.76em;
	list-style-image: url(../assets/images/bullet_orange.gif);
}
li {
}
.centre {
	padding: 0px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer_ra {
	text-align: right;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 20px;
	width: 50%;
	position: relative;
}
.footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 15px;
}
.header_logo {
	padding: 0px;
	height: 100%;
	width: 10em;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}
.header_logo img {
	height: 80px;
	width: 80px;
	text-align: center;
	vertical-align: middle;
}
.header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	color: #FF6600;
}
.feedback {
	background-color: #EFEFEF;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border: 1px solid #999999;
}
.feedback label {
	width:10em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.76em;
	color: #003366;
	font-weight: bold;
	float: left;
}
.feedback input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;	
}
.footer_ra a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_ra a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_ra a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.footer_ra a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.76em;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}.time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
.glossary {
	color: #006600;
	cursor: help;
}
