@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/back/green.JPG);
	background-color:#326c32;
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}
.oneColFixCtr #container {
	width: 1024px;
	height: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align:left; /* this overrides the text-align: center on the body element. */


}

.oneColFixCtr #titlePhoto
{
	border: 0;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	width: 790px;
	height: 210px;
}

.oneColFixCtr #menuBar {
	position:absolute;
	top: 0;
	width: 100%;
	padding: 0 0 0 90px;
	height: 121px;
	
	
	}
	
.oneColFixCtr #footer {
	text-align:center;
	width: 790px;
	margin: 20px auto;
	padding: 5px 20px 5px 20px;
	height: auto;
	background-image:url(../images/back/paper_with_shad.png);
	background-repeat:repeat-y;
	
	}

.oneColFixCtr #mainContent {
    margin: 0 auto;
	padding: 50px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
	background-image:url(../images/back/paper_with_shad.png);
	width: 790px;
	background-repeat:repeat-y;
}

.menuText {color:#000066; font-family:Arial, Helvetica, sans-serif;}

.quoteText {color:#333333; font-family:Arial, Helvetica, sans-serif; font-size:16px}
.creditText {color:#333333; font-family:Arial, Helvetica, sans-serif; font-size:12px}

.footerText {color:#666666; font-family: "arial"; font-size:10px}

a:link {
text-decoration:  underline;
color:#006699;

}
a:visited {
text-decoration:  underline;
color:#007799;

}
a:hover {
text-decoration:underline;
color:#66CCFF;
}
a:active {
text-decoration:  none;

}

h1 {font:"arial black"; font-size:24px; color:#F5FAF9; background:#000000; padding: 3px;}
h2 {font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#222; font-weight:bold}

p {font-family:Arial, Helvetica, sans-serif}