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

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

h3 {
	color: #dba305;
	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:0;
	top:0;
	padding:0;
	width:190px;
	height:100%; /* works only if parent container is assigned a height value */
	background-image: url(images/leftpanelgradiant.gif);
}

.content {/* This area can be defined much smaller than the body e.g., setting up the space for the side panels */
margin-top:30px;
margin-left:190px;
margin-right:190px;
margin-bottom:20px;
color:#333;
background:#ffffcc;
padding:0 30px;
}

#right {/* Background underneath Right Panel */
	position:fixed;
	right:0;
	top:0;
	padding:0;
	width:190px;
	height:100%; /* works only if parent container is assigned a height value */
	background-image: url(images/rightlandscape.jpg);
}

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

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