body {
	background-color : #d6d6d5;
	text-align : center;
	margin : 0px;
	padding : 0px;
	font-family : Verdana;
	font-size : 12px;
}
div.canvas {
	width : 776px;
	margin : 0px auto;
	text-align : left;
}
div.canvas div.header {
	width : 776px;
	height : 117px;
	background-image : url(/images/header-bg.gif);
	background-repeat : repeat-x;
}
div.canvas div.header img.logo {
	width : 211px;
	height : 62px;
	margin : 29px 0px 0px 18px;
	float : left;
}
div.canvas div.header img.tagline {
	margin : 58px 41px 0px 0px;
	float : right;
	width : 193px;
	height : 19px;
}
div.canvas div.header div.searchbar {
	position : absolute;
	margin : 89px 0px 0px 549px;
	margin-left : expression('160px');
}
div.canvas div.header div.searchbar input#terms {
	width : 93px;
	height : 16px;
	border : solid 1px #666666;
	background-color : #ffffff;
	color : #000000;
	font-size : 12px;
	font-family : Verdana;
	font-weight : normal;
	text-align : right;
	margin : 0px 5px 0px 0px;
	padding : 0px 5px;
	vertical-align : middle;
}
div.canvas div.header div.searchbar input#searchsubmit {
	width : 77px;
	height : 18px;
	border : solid 1px #373534;
	background-color : #747679;
	color : #ffffff;
	font-size : 10px;
	font-weight : bold;
	font-family : Verdana;
	margin : 0px;
	vertical-align : middle;
	padding : 0px 0px 2px 0px;
}

div.canvas div.navigation {
	width : 776px;
	height : 25px;
	background-color : #aeaeae;
	clear : both;
	border-bottom : solid 1px #787878;
	font-family : Arial;
}
div.canvas div.footer {
	background-color : #333333;
	border-top : solid 3px #006f53;
	min-height : 60px;
	width : 776px;
	text-align : center;
	padding-top : 10px;
	line-height : 18px;
	font-size : 10px;
	font-weight : bold;
	color : #cccccc;
	clear : both;
}
div.canvas div.footer div.copyright {
	font-weight : normal;
}
div.canvas div.footer a:link, div.canvas div.footer a:visited {
	color : #ffffff;
	text-decoration : none;
}
div.canvas div.footer a:hover, div.canvas div.footer a:active {
	color : #ffffff;
	text-decoration : underline;
}

h2 {
	font-size : 13px;
	margin : 0px;
	padding : 10px 0px;
}
