@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #993300;
	margin:10;
	padding:0;
	height:100%;
}

h3 {
	color: #993300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;

}

h4 {
	color: #5a301f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	}

#left {/* Background underneath Left Panel */
	position:fixed;
	left:10px;
	top:9px;
	padding:0;
	background: #ffffff;
	width:220px;
	height:100%; /* works only if parent container is assigned a height value */
	border: 1px solid #cccccc;
	
}

.content {/* This area can be defined much smaller than the body e.g., setting up the space for the side panels */
	position: relative;
	top: 1px;
	margin-top:0px;
	margin-left:223px;
	margin-right:253px;
	margin-bottom:0px;
	color:#333;
	padding:0 30px;
	background-color: #ffffff;
	border: 1px solid #cccccc;

}

#right {/* Background underneath Right Panel */
	position:fixed;
	right:10px;
	top:9px;
	padding:0;
	width:250px;
	border: 1px solid #cccccc;

}

#left p {
padding:0px 0px; /* sets <p> or text space between and also left margins  */
}
#right p {
padding:0px 0px;
}
p.top {
margin-top:10px;
}

#apDivsitetitle {
	position:absolute;
	width:450px;
	height:40px;
	left:0;
	top:5px;
	z-index:1;
}

