.disclaimer {
	border : thin dashed Black;
	background-color : White;
	font-family : "Courier New", Courier, monospace;
	font-size : 80%;
	width : 75%;
	text-align: center;
	clip : inherit;
}

.crumbtrail {
	position : absolute;
	top: 65px;
	left: 140px;
	padding-top : 5px;
  z-index : 100;
}

.menubar  {
	position : absolute;
	top: 60px;
	left: 15px;
	width: 100px;
	border : 1px solid Black;
	border-right-width : 0px;
	border-bottom-width : 0px;
	padding-left : 5px;
	padding-top : 5px;
	padding-bottom : 20px;
}

.banner {
	position : absolute;
	top: 5px;
	left: 15px;
	width: 800px;
	height: 90px;
	font-family : "Courier New", Courier, monospace;
	font-size : 4.5em;
}

.content {
	position : absolute;
	top: 60px;
	left: 130px;
	width: 550px;
	border : 1px solid Black;
	border-right-width : 0px;
	border-bottom-width : 0px;
	padding-left : 5px;
	padding-top : 25px;
}





	.menu  {
	font-family : Verdana, Arial, Helvetica, sans-serif, Geneva;
	font-size : 11px;
	font-weight : normal;
	color : #FF0000;
	text-decoration : none;
	background-color : transparent;
}

	A.menu  {
		font-family : Verdana, Arial, Helvetica, sans-serif, Geneva;
		font-size : 11px;
		font-weight : normal;
		color : #4444FF;
		text-decoration : none;
    	background-color : transparent;
	}

	A.menu:hover  {
		font-family : Verdana, Arial, Helvetica, sans-serif, Geneva;
		font-size : 11px;
		font-weight : normal;
		color : #0000FF;
		text-decoration : none;
		background-color : transparent;
	}

	A  {
		font-family : Verdana, Arial, Helvetica, sans-serif, Geneva;
		font-size : 11px;
		font-weight : normal;
		color : #4444FF;
		text-decoration : none;
		background-color : transparent;
	}

	A:hover  {
		font-family : Verdana, Arial, Helvetica, sans-serif, Geneva;
		font-size : 11px;
		font-weight : normal;
		color : #0000FF;
		text-decoration : none;
		background-color : transparent;
	}

  Body{
	font-family : Verdana, Arial, Helvetica, sans-serif, Geneva;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #222222;
	background-color : transparent;
	background-image : url(../images/main.jpg);
	background-repeat : no-repeat;
}
