body {
	background-color: #72779A;
	background-image: url(images/side_bkg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 9pt;
	line-height: 170%;
	overflow-x: hidden;
	text-align: justify;
	}

h1 {
	background-image: url(images/leaf.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-left: 25px;
	color: #303666;
	font-size: 14.5pt;
	font-family: Trebuchet MS;
	font-style: italic;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 1px;
	text-align: left;
	z-index: 2;
	}

h2 {
	margin-top: 5px;
	padding-left: 25px;
	color: #9EA3B6;
	font-size: 12pt;
	font-family: Trebuchet MS;
	font-style: italic;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 1px;
	text-align: left;
	z-index: 2;
	}

p {
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 9pt;
	line-height: 170%;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	}

form {
	margin: 0px;
	padding: 0px;
	}

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

blockquote {
	border-left: 5px solid #7D84B0;
	padding-left: 5px;
	}

.top {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(images/top_bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 209px;
	width: 100%;
	z-index: 1;
	}

.side {
	position: absolute;
	background-image: url(images/side.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 341px;
	width: 248px;
	left: 0px;
	top: 209px;
	z-index: 2;
	}

.topLeft {
	position: absolute;
	background-image: url(images/top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 209px;
	width: 636px;
	left: 0px;
	top: 0px;
	z-index: 1;
	}

.menu {
	position: absolute;
	top: 10px;
	z-index: 4;
	left: 580px;
	}

.submenu {
	position: absolute;
	top: 206px;
	left: 172px;
	z-index: 4;
	}

ul li {
	display: block;
	list-style: none;
	background: #5D669F;
	border-left: 10px solid #7D84B0;
	text-align: left;
	font-family: Trebuchet MS;
	font-size: 9pt;
	text-transform: uppercase;
	padding-left: 12px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 8px;
	cursor: pointer;
	}

ul li a:link, ul li a:visited, ul li a:active, ul li a:hover {
	font-family: Trebuchet MS;
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
	}

ul ul li {
	display: inline;
	list-style: none;
	background: #3D447A;
	border-left: 10px solid #3D447A;
	text-align: left;
	font-family: Trebuchet MS;
	font-size: 9pt;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 8px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 2px;
	}

ul ul li a:link, ul ul li a:visited, ul ul li a:active {
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: bold;
	border: 0px;
	text-decoration: none;
	}

ul ul li a:hover {
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
	}

.hide {
	display: none;
	}

.show {
	display: inline;
	}

.image {
	position: absolute;
	background-image: url(images/content_bkg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	top: 209px;
	left: 248px;
	width: 227px;
	height: 249px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	}

.quote {
	position: absolute;
	color: #303666;
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	top: 465px;
	left: 15px;
	width: 220px;
	margin: 0px;
	padding: 0px;
	z-index: 4;
	}

#content {
	position: absolute;
	top: 210px;
	left: 255px;
	right: 5px;
	margin: 0px;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 3;
	width: 515px;
	}

#content .disclaimer {
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 7.5pt;
	line-height: 150%;
	text-align: justify;
	background: #3D447A;
	margin: 10px;
	padding: 10px;
	border: 0px;
	z-index: 4;
	}

input, select, textarea {
	background-color: #73779A;
	border-color: #6A6E94;
	border-style: solid;
	border-width: 3px;
	font-family: Trebuchet MS;
	font-size: 9pt;
	color: #303666;
	}
	


/* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0 0 0;
	}

.codesort li {
	display: inline;
	padding-right: 0;
		border-left: 5px solid #7D84B0;
	}
	
	   .img {
border: 4px solid #7D84B0;
background: #D2CE85;
padding: 0px;
margin-left: 12px;
margin-top: 2px;
margin-right: 12px;
margin-bottom: 2px;
} 
  
 u {color: #FFFFFF;
 text-decoration: none;
 border-bottom: 1px dashed #3D447A;} 

strong, b {color: #3D447A; 
	font-size: 10pt;}