/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
.title
{
	position:absolute;
	top:9px;
	left:1%;
	height:5.0em;
	margin-left : auto;
	margin-right: auto;
	padding: 5px;
        z-index : 0;
	/*background-color:rgb(229,229,229);*/
	background-color:rgb(255,222,106);
	background-image : url(images/banner.png);
	background-repeat : no-repeat;
	width:972px;/*95.6%;*/
	font-size : large;
	text-align : right;
}

.sidebar
{
	position : absolute;
	top : 7.1em;
	left : 1%;
	width : 10em;
	z-index : 1;
	padding : 0em;
}

.menu
{
	padding : 0.5em;
	margin-bottom : 0.5em;
	height : .contentText height;
}

.menu a
{
	display : block;
}

.other
{
	padding :0.5em;
	margin-top : 0.5em;
}

.contentText
{
	margin-top : 7.1em;
	margin-left : 11em;
	padding : 1em;
	margin-right : 1em;
	text-align : justify;
	background-color:transparent;
	width : 775px;
	border: thin solid;
	/*background-image : url(images/greyfilter.gif);*/
	/*background-image : url(images/building.png);
	background-position : bottom right;
	background-repeat : no-repeat;*/
}

.contentTextAlt
{
        margin-top : 7.1em;
	margin-left : 11em;
	padding : 1em;
	margin-right : 1em;
	text-align : justify;
	/*height :36em;*/
	background-color:transparent;
        background-image : url(images/building.png);   
	background-position : bottom right;
	background-repeat : no-repeat;
	width : 775px;
	border: thin solid;
}

.footer
{
        margin-top : 9px;
        left:1%;
        width:984px;/*98.4%;*/
}

