body {
	background-color : #a1968a;
	color : #666666;
	font-family : Georgia, Times New Roman;
	font-size : 15px;
	padding : 0px;
	margin : 0px;
	text-align : center;
}
div.canvas {
	border : solid 1px #180d02;
	width : 894px;
	overflow-x : hidden;
	min-height : 768px;
	height : expression('768px');
	margin : 0px auto;
	background-color : #ffffff;
	text-align : left;
}
div.canvas div.header {
	background-image : url(/images/template/header-gradient.gif);
	background-repeat : repeat-x;
	width : 100%;
	height : 111px;
}
div.canvas div.header div.logo {
	margin : 35px 0px 0px 42px;
	float : left;
}

div.canvas div.navigation div.top {
	height : 24px;
	background-image : url(/images/template/navigation-gradient.gif);
	background-repeat : repeat-x;
	border-bottom : solid 1px #221e1b;
}
div.canvas div.navigation div.top div.tableft {
	background-image : url(/images/template/navigation-tableft.gif);
	background-repeat : repeat-x;
	width : 56px;
	float : right;
	height : 24px;
}
div.canvas div.navigation div.top div.tab {
	height : 24px;
	background-image : url(/images/template/navigation-tabback.gif);
	background-repeat : repeat-x;
	width : 344px;
	float : right;
	line-height : 24px;
	letter-spacing:.0625em; 
}
div.canvas div.navigation div.top div.tab a:link, div.canvas div.navigation div.top div.tab a:visited, div.canvas div.navigation div.top div.tab a:hover, div.canvas div.navigation div.top div.tab a:active, a.hnav:link, a.hnav:visited, a.hnav:hover, a.hnav:active {
	font-size : 11px;
	text-decoration : none;
	color : #ffffff;
}

div.canvas div.navigation div.bottom {
	height : 35px;
	background-image : url(/images/template/navigation-orange.gif);
	background-repeat : repeat-x;
	border-bottom : solid 1px #000000;
}

div.canvas div.main div.content div.eho {
	margin : 217px 5px 0px 0px;
	float : right;
	text-align : center;
	font-family : Arial;
	text-transform : uppercase;
	color : #000000;
}
div.canvas div.main div.content div.eho div.line1 {
	font-size : 5.25px;
}
div.canvas div.main div.content div.eho div.line2 {
	font-size : 6px;
}

div.canvas div.main {
	background-image : url(/images/template/top-background.jpg);
	background-repeat : no-repeat;
	min-height : 600px;
	height : expression('600px');
}
div.canvas div.main div.content {
	background-image : url(/images/template/bottom-background.jpg);
	background-repeat : no-repeat;
	background-position : bottom left;
	min-height : 633px;
	height : expression('633px');
}
div.canvas div.main div.content div.pad {
	padding : 25px 45px 0px 45px;
}
div.canvas div.main div.content div.pad p {
	padding : 20px 0px 0px 0px;
	margin : 0px;
}
div.canvas div.main div.content div.pad p:first-letter, div.canvas div.main div.content div.pad p a:first-letter {
	font-size : 29px;
}

div.canvas div.footer {
	width : 894px;
	height : 25px;
	background-image : url(/images/template/footer-background.jpg);
	background-repeat : no-repeat;
	overflow : hidden;
}
div.canvas div.footer span.copyright {
	color : #cccccc;
	font-size : 9px;
	font-family : Verdana;
}
div.canvas div.footer div.nav {
	width : 601px;
	height : 25px;
	overflow : hidden;
	background-color : #776F66;
	float : right;
}

a.footer:link, a.footer:visited, a.footer:hover, a.footer:active {
	color : #cccccc;
	text-decoration : none;
	font-family : Verdana;
	font-size : 11px;
	margin : 0px 25px 0px 0px;
	line-height : 25px;
}

br.clear {
	clear : both;
	display : none;
}
