@import url(module.css);
@import url(table.css);

body {
	background-color : #b2b38b;
	font-family : Verdana;
	font-size : 11px;
	color : #686666;
}
div.canvas {
	text-align : left;
	width : 900px;
	margin : 15px auto;
	background-color : #ffffff;
}
div.canvas div.header {
	width : 900px;
	height : 170px;
	overflow : hidden;
	background-image : url(sealbackground.jpg);
	background-repeat : no-repeat;
}
div.canvas div.header img#logo {
	margin : 18px 0px 0px 37px;
	position : absolute;
}
div.canvas div.header div#links {
	color : #ffffff;
	position : absolute;
	margin : 10px 0px 0px 660px;
}
div.canvas div.header div#links a:link, div.canvas div.header div#links a:visited {
	color : #ffffff;
	text-decoration : none;
}
div.canvas div.header div#links a:hover, div.canvas div.header div#links a:active {
	color : #ffffff;
	text-decoration : underline;
}
div.canvas div.header div#search {
	position : absolute;
	width : 225px;
	height : 39px;
	background-image : url(search.png);
	background-repeat : no-repeat;
	margin : 130px 0px 0px 665px;
	padding : 9px 9px 0px 9px;
}
div.canvas div.header div#search input#terms {
	width : 113px;
	font-family : Verdana;
	font-size : 11px;
	padding : 2px 0px;
	color : #000000;
	border-color : #efefef;
	margin-right : 10px;
}
div.canvas div.header div#search a:link, div.canvas div.header div#search a:visited {
	color : #ffffff;
	font-weight : bold;
	font-size : 12px;
	line-height : 16px;
	text-decoration : none;
}
div.canvas div.header div#search a:hover, div.canvas div.header div#search a:active {
	color : #ffffff;
	font-weight : bold;
	font-size : 12px;
	line-height : 16px;
	text-decoration : underline;
}
div.canvas div.navigation {
	height : 20px;
	border-bottom : solid 1px #dcdcca;
	background-image : url(nav.gif);
}
div.canvas div.breadcrumbs {
	line-height : 34px;
	min-height : 20px;
	padding : 0px 10px;
}
div.canvas div.breadcrumbs a:link, div.canvas div.breadcrumbs a:visited {
	color : #686666;
	text-decoration : none;
}
div.canvas div.breadcrumbs a:hover, div.canvas div.breadcrumbs a:active {
	color : #686666;
	text-decoration : underline;
}
div.canvas div.breadcrumbs span.current {
	color : #5a83a6;
}
div.canvas div.ARLSearch {
	position : absolute;
	width : 55px;
	height : 55px;
	margin : 0px 0px 0px 665px;
	padding : 0px 9px 0px 9px;
}	
div.canvas div.sidebar {
	position : absolute;
	width : 260px;
	margin-left : 630px;
}
div.canvas div.content {
	clear : both;
	width : 890px;
	padding : 0px 10px;
	line-height : 18px;
}
div.canvas div.content a:link {
	color : #003a63;
}
div.canvas div.content a:visited {
	color : #736e36;
}
div.canvas div.content a:hover {
	color : #527999;
}
div.canvas div.content a:active {
	color : #527999;
}
div.canvas div.content.full {
	width : 860px;
}
div.canvas div.content p {
	margin-left : 20px;
}
div.canvas div.content table {
	margin-left : 20px;
}
div.canvas div.content h1 {
	color : #5a83a6;
	font-family : Verdana;
	font-size : 18px;
	font-weight : bold;
	font-style : italic;
	margin : 0px 0px 10px 0px;
	padding : 0px 0px 10px 0px;
	border-bottom : solid 2px #bacbda;
}
div.canvas div.content h2 {
	font-family : Verdana;
	font-size : 11px;
	color : #5a83a6;
	font-weight : bold;
	margin : 0px;
	padding : 0px;
}
div.canvas div.content h3 {
	font-family : Verdana;
	font-size : 18px;
	color : #5a83a6;
	font-weight : bold;
	font-style : italic;
	margin : 0px;
	padding : 0px;
}
div.canvas div.content h4 {
	color : #5a83a6;
	font-family : Verdana;
	font-size : 18px;
	font-weight : bold;
	font-style : italic;
	margin : 0px 0px 10px 0px;
	padding : 0px 0px 10px 0px;
}
div.canvas div.footer {
	margin-top : 40px;
	padding : 0px 10px;
}
div.canvas div.footer div.float {
	float : left;
	margin-right : 20px;
	width : 280px;
}
div.canvas div.footer div.links {
	clear : left;
	font-size : 9px;
	line-height : 24px;
	color : #686666;
	text-align : center;
}
div.canvas div.footer div.links a:link, div.canvas div.footer div.links a:visited {
	color : #686666;
	text-decoration : none;
}
div.canvas div.footer div.links a:hover, div.canvas div.footer div.links a:active {
	color : #686666;
	text-decoration : underline;
}
div.canvas div.footer div.copyright {
	font-size : 8px;
	text-align : center;
}
