@charset "utf-8";
/* CSS Document */

body, html
{
	font:12pt normal Arial, Helvetica, sans-serif;
	text-align:left;
	color:Black;
	
	background:url(bg.gif) left repeat;
	margin:0px;
	width:100%;
}

a:link {color:#69F; text-decoration:none;}
a:visited {color:#69F; text-decoration:none;}

h1
{
	font:14pt bold Arial, Helvetica, sans-serif;
	color:#67360B;
}

img 
{
	border-right:#666666 solid 1px;
	border-bottom:#666666 solid 1px;
	border-left:#E2E2E2 solid 1px;
	border-top:#E2E2E2 solid 1px;
}

.topBar
{
	width:100%;
	height:50px;
	padding:12px 4px 4px 4px;
	background:url(topBar.png) top repeat-x;
}
.topBar a {font:18pt normal Arial, Helvetica, sans-serif; color:#FFFFFF; background:none} 

.crumb
{
	padding:1px 4px 1px 8px;
}

.bodyContainer
{
	padding:8px 8px 15px 8px;
}

.bodyContent
{
	
}

.menu
{
	background:White;
	margin:0px 15px 0px 15px;
	border:1px #aacefe solid;
}
.menuLink a
{
	font:16pt normal Arial, Helvetica, sans-serif;
	
	width:100%;
	border-bottom:1px #CCC solid;
	padding:5px 0px 5px 4px;
	display:block;
}
.menuArrow
{
	font:16pt bold Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:right;
	
	width:1px;
	border-bottom:1px #CCC solid;
	padding:4px 0px 4px 0px;
}

.footer
{
	width:100%;
	padding:4px 4px 20px 8px;
	border-top:1px #CCC solid;
}