body {
	text-align : center;
	font-family : Verdana;
	font-size : 11px;
	color : #666666;
	background-color : #ffffff;
}
div.canvas {
	width : 827px;
	margin : 0px auto;
	text-align : left;
}
div.canvas div.header {
	margin-top : 70px;
	height : 92px;
}
div.canvas div.header img#logo {
	float : left;
}
div.canvas div.header img#tagline {
	margin-top : 5px;
	float : right;
}
div.canvas div.navigation {
	background-image : url(/images/navbg.jpg);
	background-repeat : no-repeat;
	height : 112px;
	clear : both;
}
div.canvas div.navigation div.toplevel {
	padding : 20px 0px 0px 13px;
	font-size : 18px;
}
div.canvas div.navigation div.toplevel a:link, div.canvas div.navigation div.toplevel a:visited {
	margin-right : 30px;
	padding-left : 20px;
	background-image : url(/images/nav_normal.gif);
	background-repeat : no-repeat;
}
div.canvas div.navigation div.toplevel a:hover, div.canvas div.navigation div.toplevel a:active {
	background-image : url(/images/nav_selected.gif);
}
div.canvas div.navigation div.bottomlevel {
	padding : 20px 0px 0px 13px;
	font-size : 18px;
}
div.canvas div.navigation div.bottomlevel a:link, div.canvas div.navigation div.bottomlevel a:visited {
	margin-right : 20px;
	padding-left : 20px;
	background-image : url(/images/nav_normal.gif);
	background-repeat : no-repeat;
}
div.canvas div.navigation div.bottomlevel a:hover, div.canvas div.navigation div.bottomlevel a:active {
	background-image : url(/images/nav_selected.gif);
}
div.canvas div.navigation div.toplevel a.selected, div.canvas div.navigation div.bottomlevel a.selected {
	background-image : url(/images/nav_selected.gif);
}

div.canvas div.main {
	margin-top : 4px;
	min-height : 580px;
}
div.canvas div.main div.content {
	width : 445px;
	padding : 40px 0px 10px 15px;
	line-height : 20px;
	color : #666666;
}
div.canvas div.main div.content a:link, div.canvas div.main div.content a:visited {
	color : #170247;
}
div.canvas div.main div.content a:hover, div.canvas div.main div.content a:active {
	color : #170247;
}
div.canvas div.main div.sidenav {
	position : absolute;
	width : 317px;
	margin : 40px 0px 0px 510px;
}
div.canvas div.main div.sidenav a:link, div.canvas div.main div.sidenav a:visited {
	padding-left : 10px;
	background-image : url(/images/subnav_normal.gif);
	background-repeat : no-repeat;
	background-position : 0px 6px;
	display : block;
	font-family : Verdana;
	font-size : 12px;
	line-height : 21px;
	font-weight : bold;
	color : #170247;
	text-decoration : none;
}
div.canvas div.main div.sidenav a:hover, div.canvas div.main div.sidenav a:active {
	padding-left : 10px;
	background-image : url(/images/yellow_small.gif);
	background-repeat : no-repeat;
	background-position : 0px 6px;
	display : block;
	font-family : Verdana;
	font-size : 12px;
	line-height : 21px;
	font-weight : bold;
	color : #d08b00;
	text-decoration : none;
}
div.canvas div.main div.sidenav a.selected {
	background-image : url(/images/yellow_small.gif);
	color : #d08b00;
}
div.canvas div.footer {
	margin-top : 15px;
	text-align : center;
}
div.canvas div.footer a:link, div.canvas div.footer a:visited {
	color : #666666;
	text-decoration : none;
}
div.canvas div.footer a:hover, div.canvas div.footer a:active {
	color : #666666;
	text-decoration : underline;
}
