@charset "utf-8";
/* CSS Document */

body{
/*background-image:url(../img/parchment.png);*/
background-color:#ffcb78;
padding: 0;
margin: 0;
}

#sitecontainer{
	position:absolute;
	width: 98%;
	height: 98%;
	left: 1%;
	top: 1%;
	overflow:auto;
	z-index: 0;
}

#banner{
height:125px;
width: 100%;
position: absolute;
background-image: url("../images/banner.png");
background-repeat:repeat-x;
z-index: 1;
font-size: 40px;
font-family: Verdana, Helvetica, Arial, sans-serif;
overflow: hidden;
}

#content{
	position:absolute;
	margin-right: 0;
	top: 133px;
	left: 171px;
	right: 1.5em;
	z-index: 1;
	width: 715px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}

#menu{
left: 2px;
top: 133px;
width: 10.2em;
height: 20.4em;
position:absolute;
z-index:2;
}


/*#banner{background-color:#33FF00;}
#content{background-color:#003399;}
#menu{background-color:#00CCFF;}*/.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: strong;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #660033;
	left: 10px;
}
