@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #013368 url(../images/main_background2.jpg) repeat center top;	
}

#container {
	margin: 0 auto;
	
}

#topcontainer {
	background: #679146 url(../images/header_background.png) no-repeat center top;
	text-align: center;
	width: 100%;
	position: relative;
}

#headerContainer {
	/*display: inline;*/
	display:block; /*Modified by wchandra July 29, 2009*/
	position:relative; /*Added by wchandra July 29, 2009*/
	width: 960px;
	margin-right: auto;
	margin-left: auto;	
}

#headerContainer a  img {
	_margin-left: -3px;
	border: none;
}

#headerContainerPrint {
	display: none;
}
#headerContainerPrint a img {
	display: none;
}

#myGallery {
	float: right;
	overflow: hidden;
	background-color: #FFFFFF;
}
#navTop {
	background-color: #000000;
	height: 27px;
	padding-top: 5px;	
}
#navTop .nav {
	width: 940px;	
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 20px; 
	height: 25px;	
	
}
#navTop .nav a {
	color: #A6C78D;	
	text-decoration: none;
	font-weight: bold;
	/*add-Lin-July 02,2009*/
	font-family: Century Gothic, Arial, Helvetica, sans-serif; 
	color: #A6C78D; 
	font-size: 18px; 
	height: 25px;	
	display: block;
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	/*--------------*/
}

/*add-Lin-July 02,2009*/
#navTop .nav a:hover { 
	/*color: #CE7617;*/
	color: #E68F32;
	text-decoration: none;
	font-weight: bold;
}

#navTop a.selected { 	
	color: #E68F32;
	text-decoration: none;
	font-weight: bold;
}
/*----------*/

a.home {
	/*background-image: url(../images/nav06_a.jpg);*/ /*remark-Lin-July 02,2009*/
	font-family: Century Gothic, Arial, Helvetica, sans-serif; /*add-Lin-July 02,2009*/
	color: #A6C78D; /*add-Lin-July 02,2009*/
	font-size: 18px; /*add-Lin-July 02,2009*/
	height: 25px;
	/*width: 71px;*/  /*remark-Lin-July 02,2009*/
	display: block;
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
}

a.home:hover {
	/*background-image: url(../images/nav06_b.jpg);*/ /*remark-Lin-July 02,2009*/	
	/*add-Lin-July 02,2009*/
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #E68F32;
	font-size: 18px;
	height: 25px;	
	display: block;
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	/*---------------*/
}

a.forParents {
	background-image: url(../images/nav01_a.jpg);
	height: 25px;
	width: 125px;
	display: block;
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
}
a.forParents:hover {
	background-image: url(../images/nav01_b.jpg);
	height: 25px;
	width: 125px;
	display: block;
	float: right;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
}
a.forSupporters {
	background-image: url(../images/nav02_a.jpg);
	height: 25px;
	width: 156px;
	display: block;
	float: right;
}
a.forSupporters:hover {
	background-image: url(../images/nav02_b.jpg);
	height: 25px;
	width: 156px;
	display: block;
	float: right;
}

a.aboutUs {
	background-image: url(../images/nav03_a.jpg);
	height: 25px;
	width: 99px;
	display: block;
	float: right;
}
a.aboutUs:hover {
	background-image: url(../images/nav03_b.jpg);
	height: 25px;
	width: 99px;
	display: block;
	float: right;
}
a.contactUs {
	background-image: url(../images/nav04_a.jpg);
	height: 25px;
	width: 118px;
	display: block;
	float: right;
}
a.contactUs:hover {
	background-image: url(../images/nav04_b.jpg);
	height: 25px;
	width: 118px;
	display: block;
	float: right;
}
a.makeDonation {
	background-image: url(../images/nav05_b.jpg);
	height: 25px;
	width: 148px;
	display: block;
	float: right;
}
a.makeDonation:hover {
	background-image: url(../images/nav05_b.jpg);
	height: 25px;
	width: 148px;
	display: block;
	float: right;
}

#navTop .nav span {
	display: none;
}



#bodyContainer {
	width: 960px;
	text-align:left;
	min-height: 100%;	 /* add- Lin - July 06,2009 */
	margin:0 auto;
	padding:0;
	border: none;
	background: url(../images/leftNavBak.gif) repeat-y center top;
	
}

* html #bodyContainer {
	display: block;
	min-height:100%;
	height:auto !important;
	height:100%;
}

.groupColumns {
	width: 960px;
}

.rightColumn {
	background-image: url(../images/rightNavBak.gif);
	background-repeat: repeat-y;
}
.leftColumn {
	background-image: url(../images/rightNavBak.gif);
	background-repeat: repeat-y;	
}


#leftColumn {
	width: 220px;	
	float: left;
	padding: 0;
}

#leftColumn ul {
	width: 214px;	
	padding-top: .5em;
}
#leftColumn li {
	font-size: 0.95em;
}
#leftColumn li a {
	text-decoration: none;
	color: #5C330A;
	display: block;
	margin-left: 10px;
	padding: 5px 5px 4px 5px;
	border-bottom:solid 1px #EFA861;
}

#leftColumn li a:hover {
	text-decoration: none;
	color: #000000;
	display: block;
	margin-left: 10px;
	background-color: #CF7015;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #723F0C;
	border-bottom-color: #FBE9D7;
	border-left-color: #723F0C;
	background-image: url(../images/navHover.gif);
}
#leftColumn img {
	border-bottom:solid 1px  #CF7015;
}

/* add - Lin - July 2, 2009 -- for child page on left nav */
#leftColumn ul li.childLi {	
	padding: 0;
	margin: 0;	
}
#leftColumn ul li.childLi ul.child {	
	padding: 0;
	margin: 0;	
}
#leftColumn ul li.childLi ul.child li {	
	padding: 0px 0px 0px 15px;
}
/*-----------------------*/

/*add - Lin - July 3,2009 --for Left HL */

#leftColumn .leftSectionHL, .leftSectionCO {
	width: 190px;	
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 10px;
	/*background-color: #EDD9B6;*/
	padding-bottom: 5px;
	border-bottom: 1px solid #865021;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #865021;*/
	margin-bottom: 10px;	
}

* html #leftColumn .leftSectionHL, .leftSectionCO {
	overflow: hidden;
}

#leftColumn .leftImgSection {
	width: 200px;		
	margin-bottom: 10px;		
	/*background-color: #EDD9B6;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #865021;*/
}

#leftColumn .leftSectionHL p.sectionHeader, .leftSectionCO p.sectionHeader {
	font-size: 0.95em;
	font-weight: bold;		
	color: #834D1E;
	margin-bottom: .25em;	
	padding-left: 5px;	
}

#leftColumn .leftImgSection p.sectionHeader {
	font-size: 0.95em;
	font-weight: bold;		
	color: #834D1E;	
	padding-left: 5px;
	width: 210px;	
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #EDD9B6;
}

#leftColumn .leftSectionHL p.sectionHeader a {
	font-size: 1em;
	font-weight: bold;		
	color: #834D1E;
	margin-bottom: .25em;	
	padding-left: 0px;
	text-decoration: none;
}

#leftColumn .leftImgSection p.sectionHeader a {
	font-size: 1em;
	font-weight: bold;		
	color: #834D1E;	
	padding-left: 0px;	
	text-decoration: none;
}

#leftColumn .leftSectionHL p.sectionHeader a:hover {
	font-size: 1em;
	font-weight: bold;		
	color: #834D1E;
	margin-bottom: .25em;	
	padding-left: 0px;	
	text-decoration: underline;
}

#leftColumn .leftImgSection p.sectionHeader a:hover {
	font-size: 1em;
	font-weight: bold;		
	color: #834D1E;		
	padding-left: 0px;	
	text-decoration: underline;
}

#leftColumn .leftSectionHL ul {	
	margin-bottom: 10px;
}
#leftColumn .leftSectionHL ol {	
	margin-bottom: 10px;
}

#leftColumn .leftSectionCO ul {	
	margin-bottom: 10px;
}
#leftColumn .leftSectionCO ol {	
	margin-bottom: 10px;
}

#leftColumn .leftSectionHL ul li {	
	font-size: 0.95em;	
	/*color: #5C330A;*/
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	margin-right: 20px;
}

#leftColumn .leftSectionHL ol li {	
	font-size: 0.95em;	
	/*color: #5C330A;*/
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
	margin-right: 20px;
}

#leftColumn .leftSectionCO ul li {	
	font-size: 0.95em;	
	/*color: #5C330A;*/
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	margin-right: 20px;
}

#leftColumn .leftSectionCO ol li {	
	font-size: 0.95em;	
	/*color: #5C330A;*/
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
	margin-right: 20px;
}

#leftColumn .leftSectionHL p {	
	font-size: 0.95em;	
	/*color: #5C330A;*/
	padding-left: 5px;
}

#leftColumn .leftSectionHL p a {		
	color: #607A29;		
}

#leftColumn .leftSectionHL p a:hover {		
	color: #CF7015;	
}

#leftColumn .leftSectionCO p {	
	font-size: 0.95em;	
	/*color: #5C330A;*/
	padding-left: 5px;
}

#leftColumn .leftSectionCO p a {		
	color: #607A29;		
}

#leftColumn .leftSectionCO p a:hover {		
	color: #CF7015;	
}

img.imageLeftHL {
	/*margin-left: 5px;
	margin-bottom: 5px;*/	
	margin:0;
	padding:0;
	border:0;
	margin-left:-10px;
	margin-top:-5px;
	margin-bottom:-10px;
}

/*#leftColumn p {
	font-size: 0.95em;	
	color: #5C330A;
	
}*/

/* added for loginForm -- 2009_09_16 */
.loginForm {	
	width: 200px;
	padding-top: 5px;
	padding-left: 15px;	
	padding-bottom: 10px;		
	margin-bottom:10px;
	border-bottom: 1px solid #865021;
}

.loginForm p {
	font-size: 0.95em;		
	margin-bottom: .25em;	
	margin-right: 15px;
}

.loginForm ul li {
	margin-left: 40px;
	list-style-type: disc;
	list-style-position: outside;
}

.loginForm ol li {
	margin-left: 30px;
	list-style-type: decimal;
	list-style-position: outside;
}

.loginTitle {
	font-size: 0.95em;
	font-weight: bold;		
	color: #834D1E;
	margin-bottom: .25em;			
}

.signup {
	text-decoration: none;
	font-size: 0.75em;
	font-weight: bold;		
	color: #834D1E;
}

.signin {
	text-decoration: none;
	font-size: 0.95em;
	font-weight: bold;		
	color: #834D1E;
}

/*-------------------*/


#rightColumn {
	width: 235px;
}

#centerColumn {
	width: 490px;
	float:left;
	
}

#rightColumn2 {	
	float: right;
	width: 235px;
	margin-left: 5px;	
}

#rightColumn2 .mainImage {	
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #844E1F;
	border-left-color: #844E1F;	
	margin-left:-1px; /*AG - July 24,  2009 */
	/*margin-bottom: 10px;*/  /*add- Lin - July 06,2009*/
}

* html #rightColumn2 .mainImage {	 /*AG - July 24,  2009 */
	margin-left:0px;
}

/*add - Lin - July 3,2009 --for Left HL */

#rightColumn2 .rightSectionHL, #rightColumn2 .rightSectionCO {
	width: 225px;	
	padding-top: 5px;	
	padding-left: 5px;
	padding-right: 6px;
	background-color: #EDD9B6;
	padding-bottom: 5px;
	border-bottom: 1px solid #865021;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #865021;*/
	margin-bottom: 10px;	
	margin-left:-1px; /*AG - July 24,  2009 */
}


*html #rightColumn2 .rightSectionHL, *html #rightColumn2 .rightSectionCO {
	overflow: hidden;
	width: 226px;	
}


#rightColumn2 .rightImgSection {
	width: 236px;		
	margin-bottom: 10px;		
	/*background-color: #EDD9B6;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #865021;*/
	margin-left:-1px; /*AG - July 24,  2009 */
}

* html #rightColumn2 .rightImgSection {
	margin-left:0px; /*AG - July 24,  2009 */
}

#rightColumn2 .rightSectionHL p.sectionHeader, .rightSectionCO p.sectionHeader {
	font-size: 0.95em;
	font-weight: bold;		
	color: #834D1E;
	margin-bottom: .25em;
	padding-left: 5px;		
	/*padding-left: 5px;	*/
}

#rightColumn2 .rightImgSection p.sectionHeader {
	font-size: 0.95em;
	font-weight: bold;		
	color: #834D1E;	
	padding-left: 5px;
	width: 230px;	
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #EDD9B6;
}

#rightColumn2 .rightSectionHL p.sectionHeader a {
	font-size: 1em;
	font-weight: bold;		
	color: #834D1E;
	margin-bottom: .25em;	
	padding-left: 0px;
	text-decoration: none;
}

#rightColumn2 .rightImgSection p.sectionHeader a {
	font-size: 1em;
	font-weight: bold;		
	color: #834D1E;	
	padding-left: 0px;	
	text-decoration: none;
}

#rightColumn2 .rightSectionHL p.sectionHeader a:hover {
	font-size: 1em;
	font-weight: bold;		
	color: #834D1E;
	margin-bottom: .25em;	
	padding-left: 0px;	
	text-decoration: underline;
}

#rightColumn2 .rightImgSection p.sectionHeader a:hover {
	font-size: 1em;
	font-weight: bold;		
	color: #834D1E;		
	padding-left: 0px;	
	text-decoration: underline;
}

#rightColumn2 .rightSectionHL ul {	
	margin-bottom: 10px;
}
#rightColumn2 .rightSectionHL ol {	
	margin-bottom: 10px;
}

#rightColumn2 .rightSectionCO ul {	
	margin-bottom: 10px;
}
#rightColumn2 .rightSectionCO ol {	
	margin-bottom: 10px;
}

#rightColumn2 .rightSectionHL ul li {	
	font-size: 0.95em;	
	/*color: #5C330A;*/
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	margin-right: 10px;	
}

*html #rightColumn2 .rightSectionHL ul li  {
	border:1px solid #EDD9B6;
}

#rightColumn2 .rightSectionHL ul li a {
	color: #B14821;
	display: block;
	padding: 2px;
}

#rightColumn2 .rightSectionHL ul li a:hover {
	color: #B14821;
	display: block;
	padding: 1px;
	background-color: #FAC696;
	text-decoration: none;
	border: 1px solid #E79E7E;
}

#rightColumn2 .rightSectionHL ol li {	
	font-size: 0.95em;	
	/*color: #5C330A;*/
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
	margin-right: 10px;
}

*html #rightColumn2 .rightSectionHL ol li  {
	border:1px solid #EDD9B6;
}

#rightColumn2 .rightSectionHL ol li a {
	color: #B14821;
	display: block;
	padding: 2px;
}

#rightColumn2 .rightSectionHL ol li a:hover {
	color: #B14821;
	display: block;
	padding: 1px;
	background-color: #FAC696;
	text-decoration: none;
	border: 1px solid #E79E7E;
}

#rightColumn2 .rightSectionCO ul li {	
	font-size: 0.95em;	
	/*color: #5C330A;*/
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	margin-right: 10px;
}

#rightColumn2 .rightSectionCO ol li {	
	font-size: 0.95em;	
	/*color: #5C330A;*/
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
	margin-right: 10px;
}

#rightColumn2 .rightSectionHL p {	
	font-size: 0.95em;	
	/*color: #5C330A;*/
	padding-left: 5px;
}
/*Added by wchandra 10/07/2009 fix for table in content*/
#rightColumn2 .rightSectionHL table {	
	margin-left: 5px;
}
/*================================================*/


#rightColumn2 .rightSectionHL p a {		
	color: #607A29;		
}

#rightColumn2 .rightSectionHL p a:hover {		
	color: #CF7015;	
}

#rightColumn2 .rightSectionCO p {	
	font-size: 0.95em;	
	/*color: #5C330A;*/
	padding-left: 5px;
}

#rightColumn2 .rightSectionCO p a {		
	color: #607A29;		
}

#rightColumn2 .rightSectionCO p a:hover {		
	color: #CF7015;	
}

img.imageRightHL {
	margin:0;
	padding:0;
	border:0;
	margin-left:-5px;	
	margin-top:-5px;
	margin-bottom:-10px;
}

*html img.imageRightHL {
	margin-left:-4px;	
}
/*-------------------*/



.textContainer {
	width: 450px;	
	position: relative;
	padding: 20px;
	margin-left:10px;
	overflow: hidden;
	
}

* html .textContainer {
	width: 450px;	
	position: relative;
	padding: 20px;
	margin-left:5px;
	
}
.textContainer h1 {
	line-height: 1.5em;
	color: #517236;
	text-transform: uppercase;
	font-size: 1.3em;
}

.textContainer .quickNav {
	font-size: .6em;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.9em;
	color: #000000;
	margin-right: 75px;
}
.textContainer .quickNav a, .textContainer .quickNav .notSelectedNav {
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFD;
	border-right-color: #FFFFFD;
	border-bottom-color: #BFD0B0;
	border-left-color: #FFFFFD;
	white-space: nowrap;
	padding-bottom: 2px;
	padding-top: 2px;
}

.textContainer .quickNav a:hover, .textContainer .quickNav .selectedNav {
	text-decoration: none;
	border: 1px solid #E6B283;
	background-color: #E9E5A6;
}

.textContainer .utilityLinks {
	float: right;
	width: 450px;  /*change from 65px - Lin - July 3,2009*/
	font-size: .75em;			
}
.textContainer .utilityLinks a {
	float: right; /* add - Lin - July 3, 2009*/
	text-decoration: none;
	border: 1px solid #D8E7B8;
	display: block;
	margin-bottom: 2px;
	padding-left: 2px;
}

.textContainer .utilityLinks a:hover {
	text-decoration: none;
	border: 1px solid #E6B283;
	display: block;
	margin-bottom: 2px;
	padding-left: 2px;
	background-color: #E9E5A6;
}

.textContainer h2 {
	margin-bottom: 0.5em;
	font-size: 1.1em;
	margin-top: 1em;
}

.textContainer p {
	line-height: 1.4em;
	margin-bottom: 1em;
	font-size: 0.95em;	
}
.textContainer li {
}
.textContainer hr {
	height: 3px;
	background-color: #E1DC9A;
	clear: both;
	margin-bottom: 1.5em;
}

.textContainer a {
	color: #607A29;	
}
.textContainer a:hover {
	color: #CF7015;
}
.textContainer ul li {
	margin-bottom: .5em;
	list-style-type: disc;
	list-style-position: outside;
	font-size: .95em;
	line-height: 1.4em;
}

.textContainer ol li {
	margin-bottom: .5em;
	list-style-type: decimal;
	list-style-position: outside;
	font-size: .95em;
	line-height: 1.4em;
}

.textContainer ul, .textContainer ol {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}


.textContainer blockquote {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

/*Added by wchandra July 28,2009*/
.textContainer table {
	line-height: 1.4em;
	margin-bottom: 1em;
	font-size: 0.95em;	
}
/*===========================*/

.spacer {
	background-color: #E1DC9A;
	height: 5px;
	margin-bottom: 1.5em;
}

img.leftBigImg {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	.margin-bottom: 3px;
	border: 1px solid #2c355c;	
}





blockquote {
	margin-left: .5em;
}

.link:hover {
	background-color: #F0D2B7;
	display: block;
	margin-bottom: 0.5em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	color: #000000;
	border: 2px solid #E6B283;
}
.link {
	background-color: #EAE6A7;
	display: block;
	margin-bottom: 0.5em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	color: #000000;
	border: 2px solid #965B2F;
}

.link p {
	margin-left: .5em;
}
.link h2 {
	color: #8D5427;
	margin-bottom: .25em;
}
.image_left {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 1px solid #875122;
	

}
.image_right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #875122;
	margin-left: 15px;
}

#footer {
	clear:both;
	float:left;
	/*----------*/
	background-color: #000000!important;
	color: #FFFFFF;
	font-size: .8em;
	line-height: 1.9em;
	width: 100%;
	text-align: center;
	
}
/*Added by wchandra 10/07/2009 fix bullet and numbering*/
#footer ul li {
	margin-bottom: .5em;
	list-style-type: disc;
	list-style-position: outside;
	font-size: .95em;
	line-height: 1.4em;
}

#footer ol li {
	margin-bottom: .5em;
	list-style-type: decimal;
	list-style-position: outside;
	font-size: .95em;
	line-height: 1.4em;
}

#footer ul, #footer ol {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
/*======================================================*/

.floatleft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
.show {
	display: block;
}
.hide {
	display: none;
}

#Section_01,#Section_02,#Section_03,#Section_04,#Section_05,#Section_06,#Section_07,#Section_08,#Section_09 {
	/*border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BFD0B0;*/
}

.hrColor {
	background-color:#BFD0B0; 
	border:1px solid #BFD0B0;
}

#myGallery .imageElement {
	background-color: #FFFFFF;
	width:566px;
}

#myGallery .imageElement img {
	width:566px;
	height:213px;
}


#quickLinks {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	background-color: #EDD9B6;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #865021;
}
#quickLinks ul {
	margin-left: 15px;
	font-size: .85em;
}
#quickLinks h3 {
	color: #834D1E;
	margin-bottom: .25em;
}
#quickLinks li {
	list-style-type: disc;
	margin-bottom: .5em;
}
#quickLinks a {
	color: #B14821;
	display: block;
	padding: 2px;
}
#quickLinks a:hover {
	color: #B14821;
	display: block;
	padding: 1px;
	background-color: #FAC696;
	text-decoration: none;
	border: 1px solid #E79E7E;
}

.textContainer .FOTF1 {	
	clear: both;	
	display: block;	
	float:left;				
}

.textContainer .FOTFHeader {	
	clear: both;	
	display: block;	
	float:left;				
}

.textContainer .FOTF {	
	clear: both;		
	font-size: 14px;	
}

.textContainer .FOTF1 p {	
	text-align: left;	
}

/* added for message box - by wchandra July 28, 2009 */
.info, .error { 
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.error {
	color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../images/error.gif);
}


.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../images/info.gif);
}

.error ul li{
	margin : 0;
	padding: 0;
}