@import url(menu.css);
@import url(module.css);
@import url(olive.css);
@import url(brown.css);

body {
	background-color : #9b4b28;
	text-align : center;
	font-family : Arial;
	font-size : 11px;
	color : #777777;
	padding : 0px;
	margin : 0px;
}
div.canvas {
	width : 935px;
	margin : 0px auto;
	background-image : url(/images/shadow.gif);
	background-position : right top;
	background-repeat : repeat-y;
	background-color : #ffffff;
	text-align : left;
}
div.canvas div.header {
	margin : 0px 35px;
	width : 868px;
	height : 90px;
}
div.canvas div.header img.logo {
	margin-top : 15px;
}
div.canvas div.header div.nav {
	color : #8b8a8a;
	margin : 65px 0px 0px 760px;
	position : absolute;
}
div.canvas div.header div.nav a:link, div.canvas div.header div.nav a:visited {
	color : #8b8a8a;
	text-decoration : none;
}
div.canvas div.header div.nav a:hover, div.canvas div.header div.nav a:active {
	color : #8b8a8a;
	text-decoration : underline;
}
div.canvas div.navigation {
	margin : 0px 35px;
	width : 868px;
	height : 22px;
	background-color : #4c677b;
}
div.canvas div.main {
	margin : 0px 35px;
	width : 868px;
	min-height : 715px;
	background-image : url(/images/main-bg.gif);
	background-repeat : repeat-y;
}
div.canvas div.main div.sidebar {
	position : absolute;
	width : 282px;
}
div.canvas div.main div.breadcrumbs {
	padding-top : 10px;
	margin-left : 302px;
	width : 568px;
	height : 25px;
	color : #666666;
	text-transform : uppercase;
	font-size : 9px;
}
div.canvas div.main div.breadcrumbs a:link, div.canvas div.main div.breadcrumbs a:visited {
	color : #666666;
	text-decoration : none;
}
div.canvas div.main div.breadcrumbs a:hover, div.canvas div.main div.breadcrumbs a:active {
	color : #666666;
	text-decoration : underline;
}
div.canvas div.main div.breadcrumbs span.current {
	color : #4c677b;
}
div.canvas div.main div.content {
	margin-left : 302px;
	width : 564px;
	line-height : 18px;
}
div.canvas div.main div.content div.copy {
	padding-right : 60px;
}
div.canvas div.main div.content div.copy a:link {
	color : #738d9e;
}
div.canvas div.main div.content div.copy a:visited {
	color : #6952e2;
}
div.canvas div.main div.content div.copy a:hover {
	color : #eac08b;
}
div.canvas div.main div.content div.copy a:active {
	color : #f09218;
}
div.canvas div.main div.content h2 {
	font-size : 14px;
	font-weight : bold;
	margin : 0px 0px 10px 0px;
	padding : 0px 0px 5px 25px;
	color : #738d9e;
	border-bottom : solid 2px #c2cbd2;
	background-image : url(/images/bluebox.gif);
	background-repeat : no-repeat;
	background-position : 0px 2px;
}
div.canvas div.footer {
	width : 926px;
}
div.canvas div.footer div.copy {
	margin : 20px 35px 0px 35px;
	width : 868px;
	text-align : center;
	color : #403938;
	font-size : 10px;
	line-height : 15px;
}
div.canvas div.footer div.copy span.spacer {
	margin : 0px 12px;
}
div.canvas div.footer div.copy a:link, div.canvas div.footer div.copy a:visited {
	color : #403938;
	text-decoration : none;
}
div.canvas div.footer div.copy a:hover, div.canvas div.footer div.copy a:active {
	color : #403938;
	text-decoration : underline;
}
div.canvas div.footer div.logos {
	background-color : #dac18a;
	height : 105px;
}
div.canvas div.footer div.logos img {
	margin-top : 28px;
}
hr {
	margin-top : 30px;
}

div.box {
	background-color : #a8af80;
	color : #ffffff;
	border : solid 1px #2d2d29;
	padding : 15px;
}
div.box div.line {
	clear : both;
	color : #ffffff;
	line-height : 15px;
}
div.box div.line a:link, div.box div.line a:visited {
	text-decoration : none;
	color : #002e6a;
}
div.box div.line a:hover, div.box div.line a:active {
	text-decoration : underline;
	color : #002e6a;
}
div.box div.line p {
	padding : 0px;
	margin : 0px;
}
div.box div.line strong {
	line-height : 18px;
}
div.box div.line h1 {
	margin : 0px;
	padding : 0px 0px 0px 25px;
	font-size : 14px;
	font-weight : bold;
	text-transform : uppercase;
	color : #fbf0ca;
}
div.box div.line h1.olive {
	background-image : url(/images/olivebox.gif);
	background-repeat : no-repeat;
}
div.box div.line h1.brown {
	background-image : url(/images/brownbox.gif);
	background-repeat : no-repeat;
}
div.box img {
	float : left;
	border : solid 2px #fefefe;
	margin-bottom : 15px;
}
div.box div.line div.text {
	width : 300px;
	margin-left : 205px;
}
