@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/tile.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 11px/15px Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #ccd6cb;	
}

#topbanner {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:106px;
	z-index:1;
}

#BodyContainer {
	position:absolute;
	left:0px;
	top:114px;
	width:490px;
	height:741px;
	z-index:2;
}

#Resource {
	position:absolute;
	left:525px;
	top:114px;
	width:270px;
	height:299px;
	z-index:3;
}

a:link {
	color: #993F0D;
	text-decoration: none;
	border: none;
}
a:visited {
	text-decoration: none;
	color: #993F0D;
	border: none;
}
a:hover {
	text-decoration: underline;
	color: #993F0D;
	border: none;
}
a:active {
	text-decoration: none;
	color: #993F0D;
	border: none;
}

.Bold {
	font-weight: bold;
	color: #3E0000;
}
