@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #F0E7C8;
	/*background-image: url(images/bg3.jpg);*/
}

#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: -1;
}

#content {
	position:relative;
	z-index:1;
	height: 100%;
}

table,tr,td,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#bottombar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	background-color:#555555;
	color: #FFFFFF;
	font-size: 12px;
}

a.aboutlink {
	color: #6F1200;	
}

a.visitlink {
	color: #DE3D2E;	
}

a.reslink {
	color: #00539B;	
}

a.teachlink {
	color: #598BAA;	
}

a.givelink {
	color: #4F6F19;	
}

a.prlink {
	color: #7CA22F;	
}

.mceEditorArea {
    font-family: Arial, Helvetica, sans-serif;
    background: #EAD2AB;
}