html, body { 
	background-color: #ffffff; 
	height:100%; 
	margin: 0; 
	padding: 0; 
	border: none; 
	text-align: left; 
	}
    
#wrapper {
	  margin: 0 auto;
      text-align: left;
      vertical-align: top;
      height: 100%;
      width: 100%;
      margin: 0; 
      padding: 0; 
	  border: none; 
   } 
   
#section2 {
	width: 385px;
	background-color: #c3d9af;
	background-image: url(../images/bg_center.jpg);
	background-repeat: no-repeat;
	color: #476040;
	height:100%; 
	margin: 0; 
	padding: 0; 
	border: none; 
	text-align: left; 
	}

#section2 p, #section2 li {
	color: #476040;
	}

#section3 {
	background-color: #deddba; 
	background-image: url(../images/bg_right.jpg);
	background-repeat: no-repeat;
	height:100%; 
	color: #996633;
	margin: 0; 
	padding: 0 10px 0px 24px; 
	border: none; 
	text-align: left; 
	}

#section3 p, #section3 li, #section3 td {
	color: #996633;
	}

#info {
	background-color: #dce9d0;
	background-image: url(../images/bg_info.gif);
	background-repeat: repeat-x;
	line-height: 15px;
	}

#info td { color: #663; font-size: 11px; font-family: verdana; }

#menu img {
	border: none;
	}

#menu a:link, #menu a:visited, #menu a:active {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	}
	
#menu a:hover {
	color: #65784e;
	}

p {
	line-height: 15px;
	 }
h1 { color: white; font-size: 20px; font-weight: normal; }
h2 { color: #4a611b; font-size: 16px; font-weight: normal; }


td { font-size: 13px; }
a:link, a:visited, a:active { color: maroon; }

a:hover { color: maroon; text-decoration: none; }


.Sform { background-image: url(../images/bg_form.gif); background-repeat: repeat-x; background-position: 0 top; }

caption { color: black; font-size: 17px; }

.arrowgreen {
	font-size: 14px;
	width: 206px; /*width of menu*/
	border: none;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: 14px;
	display: block;
	background : url(../images/arrowgreen_off.gif);
    height: 20px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 5px 10px 7px 0px;
	line-height: 16px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	background-position: bottom;
	background-repeat: no-repeat;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	font: 14px;
	color: #333333;
}

.arrowgreen li a:hover{
	font: 14px;
	color: #f7941e;
	background: transparent url(../images/arrowgreen.gif) 100% 0;
	background-position: bottom;
	background-repeat: no-repeat;
}

	
.arrowgreen li a.selected{
	font: 14px;
	color: #4a611b;
	background: transparent url(../images/arrowgreen.gif) 100% 0;
	background-position: bottom;
	background-repeat: no-repeat;
}

.fees {
	padding-left: 20px;
	}
