/*Main CSS
===============================================================================*/
@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}
body {
	font: 90% verdana, arial, sans-serif;
	line-height: 80%;
	color: # 000033;
	margin: 0;
	padding: 0;
	background-color:#306;
	background-image:url(../assets/NEWBackground_Blue-Gradient.jpg);
	background-repeat:repeat-x;
}
p {
	font: verdana, arial, sans-serif;
	color: #000033;
}
h1 {
	font: verdana, arial, sans-serif;
	color: #000033;
	padding:1em 0em 0em 0em;
	font-size:3em;
    text-align:center;
    margin-top:10px;
    border-bottom:0px solid #200f00;
    -webkit-text-shadow:0 1px 1px #200f00;
    -moz-text-shadow:0 1px 1px #200f00;
    text-shadow:0 1px 1px #200f00;
}
h2 {
	font: verdana, arial, sans-serif;
	color: #000033;
}
h3 {
	font: verdana, arial, sans-serif;
	color: #000033;
}
h4 {
	font: verdana, arial, sans-serif;
	color: #200f00;
}
h5 {
	font: verdana, arial, sans-serif;
	color: #000033;
}
	
a img {border:none;
	text-align:center;
	
}

a:link {color:#003;}      /* unvisited link */
a:visited {color:#003;}  /* visited link */
a:hover {
	color:#FC0;
}  /* mouse over link */
a:active {color:#003;}  /* selected link */ 

textarea {overflow:auto;}

a {
	text-decoration:none;
	color: #003;
}

a:hover {
	color: #9b76bf;
}

ul {list-style:none;                                                             											
padding: 0;                                                                      
margin:0;}                                                                       
                                                                                 
ul.main_nav {
	text-align:center;
	color:#003;
	text-decoration:underline;
	font-weight:bold;
	font: verdana, arial, sans-serif;
	font-size:1em;
	padding:0em 0.5em 0.8em 0.5em;
	line-height: 170%;
	margin-top:0em 0em 0em 0em;
	clear:both;}                                                                                                                  
                                                                                 
ul.main_nav li {
				display:inline;}                                           
                                                                                 
ul.main_nav li a:hover {color:#9b76bf;}
ul.main_nav li a {color:#f60;}

.navigation {width:1024px;
	    height:38px;
		padding:0em 0em 0em 0em;
	    margin:auto;
	    background:#000033;}

.navigation2 {
	width: 1024px;
	height: 30px;
	text-align:left;
	margin:auto;
	margin-top: -15px;
	font-size:0.8em;
	color:#FFF;
	padding:0px 0px 0px 0px;
	background:#000033;
}

		.navigation2 h4 {
			font: verdana, arial, sans-serif;font: verdana, arial, sans-serif;
			color:#FFF;
			padding-top: 7px;
		}
		
		.navigation2 a:hover {
			color:#9b76bf;
		}
		
		.navigation2 a {
			color:#FFF;
			padding: 15px;
			text-decoration:none;}

#regularLinks {text-align:left;
		    font: verdana, arial, sans-serif;
		    font-size:.85em;
			font-weight:600;
			padding:0em 1em 0.8em 1em;
			line-height: 190%;
		    margin-top:0em 0em 0em 0em;
			}

/*Other CSS 
===============================================================================*/

.container {width:100%;
			height:auto;}	
			
.header {width:1024px;
	    height:185px;
		background-image:url(../assets/header_quote1.jpg);
	    margin:auto;
	    border-bottom:4px solid #000033;}


.mall_logo {float:left;
			margin-left:20px;
			margin-top:20px;
			width:200px;
			height:150px;}
			


ul.icon {float:right;
	     padding:0em 2em 0em 0em;
		 clear:right;}

ul.icon li {display:inline;}

.copyright {text-align:center;
		    color:#000033;
		    font: verdana, arial, sans-serif;
		    font-size:0.7em;
			padding:1em 0em 0em 0em;
		    margin-top:0px;}

.topIconPhoto { 
	padding:0em .5em 0em .5em;
	text-align:right;}

/*New Content CSS - 3 Column Layout w/ Player
===============================================================================*/
/*This is the CSS tag the main content between the horizontal navigation and the footer.*/
.content {width:1024px;
		height: auto;
		margin:auto;
		padding-bottom: 2em;
		overflow:hidden;
		background:#CBCBE7;}

/*This is the CSS for the HTML5 Gallery the 3 column layout. It iis for positioning and shadows only.*/
.html5gallery {
	position:relative;
	left: 15px;
	top: 15px;
	box-shadow: 5px 5px 3px #300;
	
}

/*This is the CSS for the entire Left columnin the 3 column layout.*/
.leftColumn {
	padding:0em 0em 0em 0em;
	width:200px;
	height:auto;
	position:relative;
	float: left;
}

	/*This is the CSS for the left sidebar in the 3 column layout. The indented CSS tags that follow contains the CSS for the text and images inside the this sidebar.*/
	#containerLeftColumnNew {
		box-shadow: 5px 5px 3px #000033;
		color: #003;
		padding:0px 0px 0px 0px;
		width:195px;
		height:auto;
		margin-top: 12px;
		margin-left: 0px;
		position:relative;
		text-align: center;
		overflow:auto;
		border: 2px solid #003;
		background:#9ACDFF;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px; /* future proofing */
		-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}

			#containerLeftColumnNew h4 {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:1em;
				font-weight:bold;
				padding:0em 0.5em 0.1em 0.5em;
				line-height: 125%;
			}
			
			#containerLeftColumnNew h5 {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:1em;
				font-weight:bold;
				line-height: 150%;	
			}
			
			#containerLeftColumnNew p {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:0.8em;
				text-decoration:inherit;
				font-weight:inherit;
				text-emphasis:accent;
				line-height: 150%;
				padding:0px 15px 0px 15px;
			}
			
			#containerLeftColumnNew img {
				
				text-align:center;	
				padding:0em 0.5em 0.8em 0.5em;
			}
			
			#containerLeftColumnNew li {	
				
			}
			
			ul#containerLeftColumnNew li {	
				display:inline;
			}
			
			ul#containerLeftColumnNew {
				text-align:center;
				color:#003;
				font-weight:bold;
				font: verdana, arial, sans-serif;
				font-size:1em;
				line-height: 120%;
				clear:both;		
			}
			
			ul#containerLeftColumnNew a {	
				color:#f60;
			}
			
			ul#containerLeftColumnNew a:hover {	
				color:#9b76bf;
			}
	
	.leftColumn {	
	}
	
	.leftColumn {	
	}

/*This is the CSS for the entire center columnin the 3 column layout.*/
.centerColumn {	
	padding:0em 0em 0em 0em;
	width:620px;
	height:auto;
	position:relative;
	float: left;
}

	/*This is the CSS for the center text box in the 3 column layout. The indented CSS tags that follow contains the CSS for the text and images inside the this box.*/
	.centerTextBoxNew {
		text-align: center;
		box-shadow: 5px 5px 3px #300;
		color: #003;
		padding:5px 5px 10px 5px;
		width:580px;
		height:auto;
		position:relative;
		top: 30px;
		left: 15px;
		border: 2px solid #003;
		background:#FFFFFF;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px; /* future proofing */
		-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}
	
			.centerTextBoxNew h3 {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:1.5em;
				text-decoration:underline;
				font-weight:bold;
				padding:0em 0.5em 0em 0.5em;
				line-height: 150%;
				margin-top:0em 0em 0em 0em;	
			}
			
			.centerTextBoxNew p {
				text-align:left;
				font: verdana, arial, sans-serif;
				font-size:.8em;
				padding:0em 0.5em 0.8em 0.5em;
				line-height: 150%;
				margin-top:0em 0em 0em 0em;	
			}
			
			.centerTextBoxNew img {	
				text-align:center;	
				padding:0em 0.5em 0.8em 0.5em;	
			}
			
			.centerTextBoxNew li {
				text-align:left;
				font: verdana, arial, sans-serif;
				font-size:.8em;
				line-height: 150%;
				}
			
			ul.centerTextBoxNew {	
					
			}
			
			ul.centerTextBoxNew a {	
					
			}
			
			ul.centerTextBoxNew a:hover {	
				
			}

	
	.centerColumn {	
	}
	
	.centerColumn {	
	}

/*This is the CSS for the entire right columnin the 3 column layout.*/
.rightColumn {
	padding:0em 0em 0em 0em;
	width:200px;
	height:auto;
	position:relative;
	float: left;
}

	/*This is the CSS for the right sidebar in the 3 column layout. The indented CSS tags that follow contains the CSS for the text and images inside the this sidebar.*/
	.containerRightHomeNew {
		box-shadow: 5px 5px 3px #300;
		color: #003;
		padding:0px 0px 20px 0px;
		width:195px;
		height:auto;
		position:relative;
		top: 15px;
		border: 2px solid #003;
		background:#9ACDFF;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px; /* future proofing */
		-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}

			.containerRightHomeNew h4 {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:1em;
				font-weight:bold;
				padding:0em 0.5em 0.1em 0.5em;
				line-height: 170%;	
			}
			
			.containerRightHomeNew h5 {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:1em;
				font-weight:bold;
				line-height: 230%;
			}
			
			.containerRightHomeNew h6 {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:0.75em;
				text-decoration:inherit;
				font-weight:inherit;
				text-emphasis:accent;
				padding:0em 0.5em 0em 0.5em;
				line-height: 150%;
			}
			
			.containerRightHomeNew p {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:0.8em;
				text-decoration:inherit;
				font-weight:inherit;
				text-emphasis:accent;
				padding:0em 0.5em 0em 0.5em;
				line-height: 150%;
			}
			
			.containerRightHomeNew img {
				
				text-align:center;	
				padding:0em 0.5em 0.8em 0.5em;
			}
			
			.containerRightHomeNew li {	
				font: verdana, arial, sans-serif;
				font-size:0.8em;
				line-height: 150%;
				
			}
			
			ul.containerRightHomeNew li {	
				display:inline;
			}
			
			ul.containerRightHomeNew {
				text-align:center;
				color:#003;
				font-weight:bold;
				font: verdana, arial, sans-serif;
				font-size:1em;
				padding:0em 0.5em 0.8em 0.5em;
				line-height: 120%;
				clear:both;		
			}
			
			ul.containerRightHomeNew a {	
				color:#f60;
			}
			
			ul.containerRightHomeNew a:hover {	
				color:#9b76bf;}
	
	.rightColumn {	
	}
	
	.rightColumn {	
	}
	
	.rightColumn {	
	}

/*New Content CSS - 3 Column Layout w/ No Player
===============================================================================*/
/*This is the CSS for the center text box in the 3 column w/ no player layout. The indented CSS tags that follow contains the CSS for the text and images inside the this box.*/
	.centerTextBoxNewNP {
		text-align: center;
		box-shadow: 5px 5px 3px #300;
		color: #003;
		padding:5px 5px 10px 5px;
		width:580px;
		height:auto;
		position:relative;
		top: 15px;
		left: 15px;
		border: 2px solid #003;
		background:#FFFFFF;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px; /* future proofing */
		-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}
	
			.centerTextBoxNewNP h3 {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:1.5em;
				text-decoration:underline;
				font-weight:bold;
				padding:0em 0.5em 0em 0.5em;
				line-height: 150%;
				margin-top:0em 0em 0em 0em;	
			}
			
			.centerTextBoxNewNP p {
				text-align:left;
				font: verdana, arial, sans-serif;
				font-size:.8em;
				padding:0em 0.5em 0.8em 0.5em;
				line-height: 150%;
				margin-top:0em 0em 0em 0em;	
			}
			
			.centerTextBoxNewNP img {	
				text-align:center;	
				padding:0em 0.5em 0.8em 0.5em;	
			}
			
			.centerTextBoxNewNP li {
				text-align:left;
				font: verdana, arial, sans-serif;
				font-size:.8em;
				line-height: 150%;
				}
			
			ul.centerTextBoxNewNP {	
					
			}
			
			ul.centerTextBoxNewNP a {	
					
			}
			
			ul.centerTextBoxNewNP a:hover {	
				
			}


/*New Content CSS - 2 Column Layout w/ Textbox
===============================================================================*/
/*This is the CSS for the entire Left columnin the 3 column layout.*/
.leftColumn-2col-textbox {
	padding:0em 0em 0em 0em;
	width:200px;
	height:auto;
	position:relative;
	float: left;
}

	/*This is the CSS for the left sidebar in the 2 column / textbox layout. The indented CSS tags that follow contains the CSS for the text and images inside the this sidebar.*/
	#containerLeftColumnNew-2col-textbox {
		box-shadow: 5px 5px 3px #000033;
		color: #003;
		padding:0px 0px 0px 0px;
		width:195px;
		height:auto;
		margin-top: 12px;
		margin-left: 0px;
		position:relative;
		text-align: center;
		overflow:auto;
		border: 2px solid #003;
		background:#9ACDFF;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px; /* future proofing */
		-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}

			#containerLeftColumnNew-2col-textbox h4 {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:1em;
				font-weight:bold;
				padding:0em 0.5em 0.1em 0.5em;
				line-height: 125%;
			}
			
			#containerLeftColumnNew-2col-textbox h5 {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:1em;
				font-weight:bold;
				line-height: 150%;	
			}
			
			.containerLeftColumnNew-2col-textbox h6 {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:0.75em;
				text-decoration:inherit;
				font-weight:normal;
				padding:0em 1em 0em 1em;
				line-height: 150%;
			}
			
			#containerLeftColumnNew-2col-textbox p {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:0.8em;
				text-decoration:inherit;
				font-weight:normal;
				line-height: 150%;
				padding:0px 15px 0px 15px;
			}
			
			#containerLeftColumnNew-2col-textbox img {
				
				text-align:center;	
				padding:0em 0.5em 0.8em 0.5em;
			}
			
			#containerLeftColumnNew-2col-textbox li {	
				
			}
			
			ul#containerLeftColumnNew-2col-textbox li {	
				display:inline;
			}
			
			ul#containerLeftColumnNew-2col-textbox {
				text-align:center;
				color:#003;
				font-weight:bold;
				font: verdana, arial, sans-serif;
				font-size:1em;
				line-height: 120%;
				clear:both;		
			}
			
			ul#containerLeftColumnNew-2col-textbox a {	
				color:#f60;
			}
			
			ul#containerLeftColumnNew-2col-textbox a:hover {	
				color:#9b76bf;
			}
	
	.leftColumn-2col-textbox {	
	}
	
	.leftColumn-2col-textbox {	
	}

/*This is the CSS for the entire center columnin the 2 column / textbox layout.*/
.centerColumn-2col-textbox {	
	padding:0em 0em 0em 0em;
	width:790px;
	height:auto;
	position:relative;
	float: left;
}

	/*This is the CSS for the center text box in the 2 column / textbox layout. The indented CSS tags that follow contains the CSS for the text and images inside the this box.*/
	.centerTextBoxNew-2col-textbox {
		text-align: center;
		box-shadow: 5px 5px 3px #300;
		color: #003;
		padding:5px 5px 10px 5px;
		width:790px;
		height:auto;
		position:relative;
		top: 15px;
		left: 15px;
		border: 2px solid #003;
		background:#FFFFFF;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px; /* future proofing */
		-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}
	
			.centerTextBoxNew-2col-textbox h3 {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:1.5em;
				text-decoration:underline;
				font-weight:bold;
				padding:0em 0.5em 0em 0.5em;
				line-height: 150%;
				margin-top:0em 0em 0em 0em;	
			}
			
			.centerTextBoxNew-2col-textbox p {
				text-align:left;
				font: verdana, arial, sans-serif;
				font-size:.8em;
				padding:0em 1em 0.8em 1em;
				line-height: 150%;
				margin-top:0em 0em 0em 0em;	
			}
			
			.centerTextBoxNew-2col-textbox img {	
				text-align:center;	
				padding:0em 0.5em 0.8em 0.5em;	
			}
			
			.centerTextBoxNew-2col-textbox li {
				text-align:left;
				font: verdana, arial, sans-serif;
				font-size:.8em;
				line-height: 150%;
				}
			
			ul.centerTextBoxNew-2col-textbox {	
					
			}
			
			ul.centerTextBoxNew-2col-textbox a {	
					
			}
			
			ul.centerTextBoxNew-2col-textbox a:hover {	
				
			}

	
	.centerColumn-2col-textbox {	
	}
	
	.centerColumn-2col-textbox {	
	}


/*New Content CSS - 2 Column Layout w/ No Textbox
===============================================================================*/
/*This is the CSS tag the main content between the horizontal navigation and the footer.*/
.content-2col-notextbox {width:1024px;
		height: auto;
		margin:auto;
		padding-bottom: 2em;
		overflow:hidden;
		background:#FFFFFF;}

/*This is the CSS for the entire Left columnin the 2 column / no textbox layout.*/
.leftColumn-2col-notextbox {
	padding:0em 0em 0em 0em;
	width:200px;
	height:auto;
	position:relative;
	float: left;
}

	/*This is the CSS for the left sidebar in the 2 column / no textbox layout. The indented CSS tags that follow contains the CSS for the text and images inside the this sidebar.*/
	#containerLeftColumnNew-2col-notextbox {
		box-shadow: 5px 5px 3px #000033;
		color: #003;
		padding:0px 0px 0px 0px;
		width:195px;
		height:auto;
		margin-top: 12px;
		margin-left: 0px;
		position:relative;
		text-align: center;
		overflow:auto;
		border: 2px solid #003;
		background:#9ACDFF;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px; /* future proofing */
		-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}

			#containerLeftColumnNew-2col-notextbox h4 {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:1em;
				font-weight:bold;
				padding:0em 0.5em 0.1em 0.5em;
				line-height: 125%;
			}
			
			#containerLeftColumnNew-2col-notextbox h5 {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:1em;
				font-weight:bold;
				line-height: 150%;	
			}
			
			.containerLeftColumnNew-2col-notextbox h6 {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:0.75em;
				text-decoration:inherit;
				font-weight:normal;
				padding:0em 1em 0em 1em;
				line-height: 150%;
			}
			
			#containerLeftColumnNew-2col-notextbox p {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:0.8em;
				text-decoration:inherit;
				font-weight:normal;
				line-height: 150%;
				padding:0px 15px 0px 15px;
			}
			
			#containerLeftColumnNew-2col-notextbox img {
				
				text-align:center;	
				padding:0em 0.5em 0.8em 0.5em;
			}
			
			#containerLeftColumnNew-2col-notextbox li {	
				
			}
			
			ul#containerLeftColumnNew-2col-notextbox li {	
				display:inline;
			}
			
			ul#containerLeftColumnNew-2col-notextbox {
				text-align:center;
				color:#003;
				font-weight:bold;
				font: verdana, arial, sans-serif;
				font-size:1em;
				line-height: 120%;
				clear:both;		
			}
			
			ul#containerLeftColumnNew-2col-notextbox a {	
				color:#f60;
			}
			
			ul#containerLeftColumnNew-2col-notextbox a:hover {	
				color:#9b76bf;
			}
	
	.leftColumn-2col-notextbox {	
	}
	
	.leftColumn-2col-notextbox {	
	}

/*This is the CSS for the entire center columnin the 2 column / no textbox layout.*/
.centerColumn-2col-notextbox {	
	padding:0em 0em 0em 0em;
	width:820px;
	height:auto;
	position:relative;
	float: left;
}

	/*This is the CSS for the center text box in the 2 column / no textbox layout. The indented CSS tags that follow contains the CSS for the text and images inside the this box.*/
	.centerTextBoxNew-2col-notextbox {
		text-align: center;
		color: #003;
		padding:5px 5px 10px 5px;
		width:790px;
		height:auto;
		position:relative;
		top: 15px;
		left: 15px;
	}
	
			.centerTextBoxNew-2col-notextbox h3 {
				text-align:center;
				font: verdana, arial, sans-serif;
				font-size:1.5em;
				text-decoration:underline;
				font-weight:bold;
				padding:1em 0.5em 0.8em 0.5em;
				line-height: 150%;
				margin-top:0em 0em 0em 0em;	
			}
			
			.centerTextBoxNew-2col-notextbox p {
				text-align:left;
				font: verdana, arial, sans-serif;
				font-size:1em;
				padding:0em 1em 0.8em 1em;
				line-height: 190%;
				margin-top:0em 0em 0em 0em;	
			}
			
			.centerTextBoxNew-2col-notextbox img {	
				text-align:center;	
				box-shadow: 5px 5px 3px #000033;	
			}
			
			.centerTextBoxNew-2col-notextbox li {
				text-align:left;
				font: verdana, arial, sans-serif;
				font-size:.8em;
				line-height: 150%;
				}
			
			ul.centerTextBoxNew-2col-notextbox {	
					
			}
			
			ul.centerTextBoxNew-2col-notextbox a {	
					
			}
			
			ul.centerTextBoxNew-2col-notextbox a:hover {	
				
			}

	
	.centerColumn-2col-notextbox {	
	}
	
	.centerColumn-2col-notextbox {	
	}






/*Footer
=============================================================================================*/
.copyright {text-align:center;
		    color:#000033;
		    font: verdana, arial, sans-serif;
		    font-size:0.7em;
			padding:1em 0em 0em 0em;
		    margin-top:0px;}

.footer {width:1024px;
		height:150px;
		margin:auto;
		overflow:hidden;
		background:#9ACDFF;
		border-top:4px solid #000033;}

	.footerTextBoxBottom2 {
		color: #000033;
		padding:0em 1em 0em 1em;
		width:1024px;
		height:150px;
		position:relative;
	}

.footerTextBoxBottom {
	color: #000033;
	padding:0em 1em 0em 1em;
	width:1024px;
	height:150px;
	position:relative;
}

.footerTextBoxBottomAboutFoundation {
	color: #000033;
	padding:0em 1em 0em 1em;
	width:1024px;
	height:150px;
	top: 1350px;
	position:absolute;
}

.footerTextBoxBottomLongPlus50 {
	color: #000033;
	padding:0em 1em 0em 1em;
	width:1024px;
	height:150px;
	top: 1900px;
	position:absolute;
}

.footerTextBoxBottomSubmissions {
	color: #000033;
	padding:0em 1em 0em 1em;
	width:1024px;
	height:150px;
	top: 2750px;
	position:absolute;
}


.footerTextBoxBottomLong {
	color: #000033;
	padding:0em 1em 0em 1em;
	width:1024px;
	height:150px;
	top: 1850px;
	position:absolute;
}

.footerTextBoxHeader {text-align:center;
		    font: verdana, arial, sans-serif;
		    font-size:.8em;
			text-decoration:underline;
			font-weight:bold;
			line-height: 150%;
		    margin-top:0em 0em 0em 0em;}

.footerTextBoxRegular {text-align:center;
		    font: verdana, arial, sans-serif;
		    font-size:.7em;
			line-height: 150%;
		    margin-top:0em 0em 0em 0em;}

.footerText {text-align:center;
		    color:#000033;
		    font: verdana, arial, sans-serif;
		    font-size:.8em;
			padding:.5em 0em 0em 0em;
		    margin-top:0px;}
			
.footerImage {text-align:center;
			padding:1em 0em 0em 0em;
		    margin-top:0px;}


/*Form Elements
=============================================================================================*/

.contentForm {width:1024px;
		height:1100px;
		margin:auto;
		overflow:hidden;
		background:#CBCBE7;}

.contentFormPHP {width:1020px;
		height:500px;
		margin:auto;
		text-align:center;
		overflow:hidden;
		font: verdana, arial, sans-serif;
		font-size:1em;
		font-weight:bold;
		padding:1em 0em 0em 0em;
		line-height: 150%;
		background:#CBCBE7;}

.centerFormTitleBold {text-align:left;
		    font: verdana, arial, sans-serif;
		    font-size:1em;
			font-weight:bold;
			padding:1em 1em 0em 0em;
			line-height: 150%;
		    margin-top:0em 0em 0em 0em;}

.footerTextBoxBottomLongForm {
	color: #000033;
	padding:0em 1em 0em 1em;
	width:1024px;
	height:150px;
	top: 1650px;
	position:absolute;
}

.footerTextBoxBottomLongFormPHP {
	color: #000033;
	padding:0em 1em 0em 1em;
	width:1024px;
	height:150px;
	top: 820px;
	position:absolute;
}

.FormTextBox {
	color: #006;
	font: verdana, arial, sans-serif;
	padding:0em 0em 0em 0em;
	border-style:solid;
	border-width:thin;
	border-color:#006;
}

/*Form Code
===============================================================================*/
.formAB5 {
	text-align: left;
	margin:auto;
	overflow:hidden;}

.rightFormTextF {
	font: 70% verdana, arial, sans-serif;
	font-weight:400;
	line-height: 140%;
	color: #333;
	padding:1em 0em .5em 0em;
	margin-left:0px;
}

.rightFormBoxF {
	font: 90% verdana, arial, sans-serif;
	font-weight:500;
	line-height: 120%;
	color: #000;
	padding:10px 0px 3px 0px;
	margin-left:90px;
	border-color:#666;
	border-width: 1px;
}

.rightFormBoxCommentF {
	text-align: left;
	font: 90% verdana, arial, sans-serif;
	font-weight:500;
	height: 75px;
	line-height: 100%;
	color: #000;
	padding:10px 0px 3px 0px;
	margin-left:90px;
	border-color:#666;
	border-width: 1px;
}

.rightFormBoxTextF {
	text-align: left;
	font: 90% verdana, arial, sans-serif;
	font-weight:600;
	line-height: 70%;
	color: #333;
	margin-bottom: 10px;
	padding:0px 0px 15px 0px;
	margin-left:15px;
}

.labelFORM{
	font: 90% verdana, arial, sans-serif;
	color:#333;
	font-weight:600;
	line-height: 120%;
	padding:10px 0px 3px 0px;
	text-align:left;
	margin-left:90px;
}

#submitF {
			font: 90% verdana, arial, sans-serif;
			font-weight:600;
			text-align: center;
			line-height: 120%;
			color: #333;
			padding:0px 0px 0px 0px;
			margin-left:90px;
		}

.submitPAGEF{	
}

/*Survey Code
===============================================================================*/
.centerTextBoxSurvey {
	box-shadow: 5px 5px 3px #300;
	color: #003;
	padding:0em 0em 0em 0em;
	width:550px;
	height:auto;
	position:relative;
	margin-left: 25px;
	margin-top: 12px;
	border: 2px solid #003;
	background:#FFFFFF;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

	.centerTextBoxSurvey p {
		text-align: left;
		font: 90% verdana, arial, sans-serif;
		color:#333;
		font-weight:600;
		line-height: 120%;
		padding:10px 0px 3px 0px;
		margin-left:40px;
	}

.surveyAB5 {
	text-align: left;
	margin:auto;
	overflow:hidden;}

.rightFormTextS {
	font: 70% verdana, arial, sans-serif;
	font-weight:400;
	line-height: 140%;
	color: #333;
	padding:1em 0em .5em 0em;
	margin-left:0px;
}

.rightFormBoxS {
	font: 90% verdana, arial, sans-serif;
	font-weight:500;
	line-height: 120%;
	color: #000;
	padding:10px 0px 3px 0px;
	margin-left:40px;
	border-color:#666;
	border-width: 1px;
}

.rightFormBoxCommentS {
	text-align: left;
	font: 90% verdana, arial, sans-serif;
	font-weight:500;
	height: 75px;
	line-height: 100%;
	color: #000;
	padding:10px 0px 3px 0px;
	margin-left:40px;
	border-color:#666;
	border-width: 1px;
}

.rightFormBoxTextS {
	text-align: left;
	font: 90% verdana, arial, sans-serif;
	font-weight:600;
	line-height: 70%;
	color: #333;
	margin-bottom: 10px;
	padding:0px 0px 15px 0px;
	margin-left:15px;
}

.labelSURVEY{
	font: 90% verdana, arial, sans-serif;
	color:#333;
	font-weight:600;
	line-height: 120%;
	padding:10px 40px 3px 0px;
	margin-left:40px;
	text-align:left;
}

#submitS {
			font: 90% verdana, arial, sans-serif;
			font-weight:600;
			text-align: center;
			line-height: 120%;
			color: #333;
			padding:0px 0px 0px 0px;
			margin-left:40px;
		}

.submitPAGES{	
}

/*Column CSS (This Is Old CSS!)
===============================================================================*/
.columnText {text-align:center;
		    font: verdana, arial, sans-serif;
		    font-size:.8em;
			padding:0em 0.5em 0.8em 0.5em;
			line-height: 150%;
		    margin-top:0em 0em 0em 0em;}

.columnLine {text-align:center;
		    color:#003;
		    font: verdana, arial, sans-serif;
		    font-size:.8em;
			padding:0em 0.5em 0em 0.5em;
			line-height: 150%;
		    margin-top:0em 0em 0em 0em;}

.columnTextLeft {text-align:left;
		    font: verdana, arial, sans-serif;
		    font-size:.8em;
			padding:0em 0.5em 0.8em 0.5em;
			line-height: 150%;
		    margin-top:0em 0em 0em 0em;}

.columnTextHeader {
	text-align:center;
	font: verdana, arial, sans-serif;
	font-size:1em;
	text-decoration:underline;
	font-weight:bold;
	padding:0em 0.5em 0.8em 0.5em;
	line-height: 170%;
	margin-top:0em 0em 0em 0em;
}

.columnTextHeaderNoUnderline {
	text-align:center;
	font: verdana, arial, sans-serif;
	font-size:1em;
	font-weight:bold;
	padding:0em 0.5em 0.8em 0.5em;
	line-height: 150%;
	margin-top:0em 0em 0em 0em;
}

.columnTextItalic {
	text-align:center;
	font: verdana, arial, sans-serif;
	font-size:0.8em;
	text-decoration:inherit;
	font-weight:inherit;
	text-emphasis:accent;
	padding:0em 0.5em 0.8em 0.5em;
	line-height: 150%;
	margin-top:0em 0em 0em 0em;
}

.columnTextItalicBold {text-align:center;
		    font: verdana, arial, sans-serif;
		    font-size:.8em;
			text-decoration:underline;
			font-weight:bold;
			padding:0em 0.5em 0.8em 0.5em;
			line-height: 150%;
		    margin-top:0em 0em 0em 0em;}





#containerLeftColumnOne {
	box-shadow: 5px 5px 3px #000033;
	color: #003;
	padding:1em 2em 0em 2em;
	width:150px;
	height:795px;
	position:absolute;
	overflow:auto;
	border: 2px solid #003;
	background:#9ACDFF;
	float: left;
	top: 233px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}


		

.roundedCorners {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

/*Home Page (This Is Old CSS!)
==============================================================================*/

		

	
.contentLong {width:1024px;
		height:auto;
		min-height: 900px;
		margin:auto;
		overflow:hidden;
		background:#CBCBE7;}
		
.contentLongPlus50 {width:1024px;
		height:1550px;
		margin:auto;
		overflow:hidden;
		background:#CBCBE7;}



.contentLit {width:1024px;
		height:900px;
		margin:auto;
		overflow:hidden;
		background:#CBCBE7;}

.contentLitAboutFoundation {width:1024px;
		height:1000px;
		margin:auto;
		overflow:hidden;
		background:#CBCBE7;}

.flashHomeShow {
	padding:0px 0px 0px 0px;
	box-shadow: 5px 5px 3px #000033;
	position:absolute;
	
	margin-left:237px;
	top: 233px;
}

.mainBody1 {
	padding:0px 0px 0px 0px;
	position:absolute;
	width:550px;
	height:775px;
	margin-left:237px;
	top: 240px;
}

.mainBodyLong {
	padding:0px 0px 0px 0px;
	position:absolute;
	width:720px;
	height:775px;
	margin-left:250px;
	top: 240px;
}

.mainBodyLong2 {
	padding:0px 0px 0px 0px;
	position:relative;
	float: left;
	margin-top: 12px;
	margin-left: 55px;
	width:720px;
	height:auto}

.topPhoto { 
    box-shadow: 5px 5px 3px #000033;
	width:700px;
	padding:0em 0em 0em 0em;
	text-align:center;}

.centerHeader {text-align:center;
		    font: verdana, arial, sans-serif;
		    font-size:1.5em;
			text-decoration:underline;
			font-weight:bold;
			padding:1em 0.5em 0.8em 0.5em;
			line-height: 150%;
		    margin-top:0em 0em 0em 0em;}

.centerRegular {text-align:left;
		    font: verdana, arial, sans-serif;
		    font-size:1em;
			padding:0em 1em 0.8em 1em;
			line-height: 190%;
		    margin-top:0em 0em 0em 0em;}

.centerSubHeader {text-align:left;
		    font: verdana, arial, sans-serif;
		    font-size:1.2em;
			font-weight:700;
			text-align:center;
			padding:0em 1em 0.8em 1em;
			line-height: 220%;
		    margin-top:0em 0em 0em 0em;}

.centerTopic {text-align:left;
		    font: verdana, arial, sans-serif;
		    font-size:1em;
			font-weight:600;
			padding:0em 1em 0.8em 1em;
			line-height: 210%;
		    margin-top:0em 0em 0em 0em;}

.centerTextBox {
	box-shadow: 5px 5px 3px #300;
	color: #003;
	padding:0em 0em 0em 0em;
	width:550px;
	height:445px;
	top: 375px;
	position:relative;
	left:-28px;
	border: 2px solid #003;
	background:#FFFFFF;
	float: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.centerTextBoxLong {
	box-shadow: 5px 5px 3px #300;
	color: #003;
	padding:0em 0em 0em 0em;
	width:550px;
	height:810px;
	position:relative;
	margin-left: 25px;
	margin-top: 12px;
	border: 2px solid #003;
	background:#FFFFFF;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

	.centerTextBoxHeader {text-align:center;
				font: verdana, arial, sans-serif;
				font-size:1.5em;
				text-decoration:underline;
				font-weight:bold;
				padding:0em 0.5em 0.8em 0.5em;
				line-height: 150%;
				margin-top:0em 0em 0em 0em;}
	
	.centerTextBoxHeader2 {text-align:center;
				font: verdana, arial, sans-serif;
				font-size:1.2em;
				text-decoration:underline;
				font-weight:bold;
				padding:0em 0.5em 0.8em 0.5em;
				line-height: 150%;
				margin-top:0em 0em 0em 0em;}
	
	.centerTextBoxBold {text-align:left;
				font: verdana, arial, sans-serif;
				font-size:1em;
				font-weight:bold;
				padding:0em 1em 0.8em 0em;
				line-height: 150%;
				margin-top:0em 0em 0em 0em;}
	
	.centerTextBoxRegular {text-align:left;
				font: verdana, arial, sans-serif;
				font-size:.8em;
				padding:0em 1em 0.8em 1em;
				line-height: 150%;
				margin-top:0em 0em 0em 0em;}
	
.containerRightHome {
		box-shadow: 5px 5px 3px #300;
		color: #003;
		padding:10px 0px 0px 0px;
		width:200px;
		height:795px;
		top: 12px;
		position:relative;
		left:-5px;
		border: 2px solid #003;
		background:#9ACDFF;
		float: right;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px; /* future proofing */
		-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.containerRightHome2 {
		box-shadow: 5px 5px 3px #300;
		color: #003;
		padding:10px 0px 0px 0px;
		width:200px;
		height:795px;
		margin-top: 12px;
		margin-left: 25px;
		position:relative;
		border: 2px solid #003;
		background:#9ACDFF;
		float: left;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px; /* future proofing */
		-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#containerLeftColumnOne2 {
	box-shadow: 5px 5px 3px #000033;
	color: #003;
	padding:1em 2em 0em 2em;
	width:150px;
	height:795px;
	margin-top: 12px;
	margin-left: 0px;
	position:relative;
	overflow:auto;
	border: 2px solid #003;
	background:#9ACDFF;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}


.containerRightHomeLong {
		box-shadow: 5px 5px 3px #300;
		color: #003;
		padding:10px 0px 0px 0px;
		width:200px;
		height:795px;
		top: 12px;
		position:relative;
		left:-5px;
		border: 2px solid #003;
		background:#9ACDFF;
		float: right;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px; /* future proofing */
		-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.cellHomePage {
		padding:0em 0em 0em 0em;
		width:300px;
		height:250px;
		vertical-align:text-top;
		outline-color: #000033;
		outline-style: inset;
		outline-width: 2px;
		background:#fff;}

.contentListHomePage {
	list-style-type: square;
	margin-left: 30pt;
	font-size:10px
	font: verdana, arial, sans-serif;
	color: #000033;
	text-align:Left;}

.homeCellBodyType {
	padding: 0em 1em .75em 1em;
	text-align:Left;
	line-height:15pt;}



.slideShow {
	padding: 1em;}


		
/*About Page (This Is Old CSS!)
=============================================================================================*/
.contentAbout {width:1024px;
		height:1000px;
		margin:auto;
		overflow:hidden;
		background:#CBCBE7;}
		
.contentSubmissions {width:1024px;
		height:2400px;
		margin:auto;
		overflow:hidden;
		background:#CBCBE7;}

.contentMissionStatement {width:1024px;
		height:1200px;
		margin:auto;
		overflow:hidden;
		background:#CBCBE7;}

.textAboutParagraph {
	padding:1em 15em 0em 15em;
	line-height: 1.75em;
		}

.topicHeadingsAbout {
	color:#200f00;
	font-weight:bold;
	padding:0em;
	text-decoration:underline;
	margin-left:20px;
}

.textAbout {
	color:#000033;
	padding:0em 0em 0em 0em;
	margin-left:40px;
}

.contactPhoto { 
    padding:1em 0em 1em 0em;}

.events {width:1024px;
		margin:auto;}
		
.events tr {font-weight:bold;
	        font: verdana, arial, sans-serif;}
	
/*Gallery Page (This Is Old CSS!)
==============================================================================================*/

.event_img {margin-left:20px;
			width:300px;
			height:250px;
			-webkit-box-shadow:1px 1px 8px #000033;
			-moz-box-shadow:1px 1px 8px #000033;
			box-shadow:1px 1px 8px #000033;}

.contentGallery {width:1024px;
		height:700px;
		margin:auto;
		overflow:hidden;
		background:#fff;}

.event_info {width:550px;
	         font: verdana, arial, sans-serif;
			color:#000033;
			float:right;
			clear:both;
			margin-right:20px;
			margin-top:-250px;}
			
.bold {font-weight:bold;}




/*Contact Page (This Is Old CSS!)
===============================================================================================*/

.contentLitContact {width:1024px;
		height:900px;
		margin:auto;
		overflow:hidden;
		background:#CBCBE7;}

.contactTextBoldTitle {text-align:left;
		    font: verdana, arial, sans-serif;
		    font-size:1.3em;
			font-weight:bold;
			text-decoration:underline;
			text-align:center;
			padding:.5em 1em .5em 0em;
			line-height: 150%;
		    margin-top:0em 0em 0em 0em;}

.contactTextBold {text-align:left;
		    font: verdana, arial, sans-serif;
		    font-size:1em;
			font-weight:bold;
			text-align:center;
			padding:.5em 1em .5em 0em;
			line-height: 150%;
		    margin-top:0em 0em 0em 0em;}

.contactTextRegular {text-align:left;
		    font: verdana, arial, sans-serif;
		    font-size:1em;
			font-weight:normal;
			text-align:center;
			padding:.5em 1em .5em 0em;
			line-height: 150%;
		    margin-top:0em 0em 0em 0em;}

.footerTextBoxBottomContact {
	color: #000033;
	padding:0em 1em 0em 1em;
	width:1024px;
	height:150px;
	top: 1150px;
	position:absolute;
}





/*Testimonials Page
===============================================================================================*/

	
