body {
    background-color:#D0D0D0;
}

#pageWrapper {
    width:840px;    
    margin-left:auto;
    margin-right:auto;
    background-color:#94AA74; 
}

#header {
    width:840px;
    height:119px; 
}

#header img {
    border:0px;
    padding:0px;
    margin:0px; 
}

#content {
    width:620px;
    padding:10px;
    float:right;
    color:black;
    text-align:justify;
    background-color:#F5F5DC;
}

#content h2 {
    text-align:left;
}


#content img {
    margin-top:0px;
    margin-bottom:8px;
    margin-right:0px;
    margin-left:0px;
}

#content p, #content li{
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-align:justify;
    margin-top:0px;
    margin-bottom:8px;
    margin-right:0px;
    margin-left:0px;
    line-height:115%
}

#content table {
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-align:justify;
    margin-top:0px;
    margin-bottom:8px;
    margin-right:0px;
    margin-left:0px;
    line-height:115%
}

#menu {
    float:left;    
    width:198px;
	border-style:none solid none solid; 
	border-color:#94AA74;
	border-width:1px;
}

#menu ul {
    list-style:none;
    border:0px; 
    padding:0px;
    margin:0px;  
}

#menu li a {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
    display:block;
    height:24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding:4px 0 4px 10px;
	line-height:24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration:none;
    background-image:url('images/greenarrow200.gif'); 
}

#menu li a:link, #menu li a:visited {
	color:#5E7830;
}

#menu li a:hover {
    color:#26370A;
	background-position:100% -32px;
}

#menu li a.thisPage {
	color: #26370A;
	background-position:100% -64px;
}

#footer {
    clear:both;
    text-align:center;
    height:100px;
    background-image:url('images/qsredoak.jpg');
    background-repeat:repeat-x;
}

#footer span.rai {
    font-family:"Times New Roman", Serif;
    font-size:20px;
    color:black;
}
