body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1d5e06;
	margin: 0; 
	margin-top:0px;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #1d5e06;
	margin-bottom: 10px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #001338;
}

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/index-body-back.jpg);
} 
.twoColFixLtHdr #header { padding: 0; }
.twoColFixLtHdr #header h1{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -450px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	padding: 0 10px 10px 10px;
	color: #ffffff;
}
.twoColFixLtHdr #mainContent {
	margin: 10px 0 0 245px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 15px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent h2 { font-size: 125%; }


/* Footer Information*/
.twoColFixLtHdr #footer{
	padding: 10px 0px 10px 20px;
	background:#cc9900;
	border-bottom: solid 2px #382700;
	border-top: solid 2px #382700;
	text-align: center;
	font-size: 60%;
} 
.twoColFixLtHdr #footer p {margin: 0;  padding: 0px 0;}
#footer a:link {text-decoration: none; color:#000000;}
#footer a:visited {text-decoration: none; color: #000000;}
#footer a:hover {text-decoration: underline; color:#000000;}
#footer a:active {text-decoration: none; color: #000000;}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
	margin:0;
	padding:0;
}

#nav {
	height: 29px;
	width: 780px;
	background-color:#cc9900;
	border-bottom: solid 2px #382700;
	border-top: solid 2px #382700;
}

#login {
	background-color:#eeeeee;
	border:solid 1px #000099;
	padding:5px;
	margin-top: 20px;
	color: #001338;
}

#login form {
	margin-top: 0px;
	margin-bottom: 0px;
}

#calendar {
	margin-top:20px;
	background-color:#eeeeee;
	border:solid 1px #000099;
	padding: 5px;
	background-image:url(../images/calendar-icon.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	color: #001338;
	height: 80px;
}

#calendar p {
	margin-left: 80px;
	margin-bottom: 20px;
}


#faq {
	background-color:#eeeeee;
	background-image:url(../images/faq.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border:solid 1px #000099;
	padding:5px;
	padding-bottom:150px;
	margin-top: 20px;
	color: #001338;
}

#scholarship {
	background-color:#eeeeee;
	background-image:url(../images/scholar.jpg);
	height:100px;
	background-position:bottom;
	background-repeat:no-repeat;
	border:solid 1px #000099;
	padding:5px;
	padding-bottom:150px;
	margin-top: 20px;
	color: #001338;
}


#highlights {
	background-color:#eeeeee;
	border:solid 1px #000099;
	padding:5px;
	margin-top: 20px;
	color: #001338;
	font-size: 12px;
}

#memberspotlight {
	background-color:#eeeeee;
	border:solid 1px #000099;
	padding:5px;
	margin-top: 20px;
	color: #001338;
	text-align: center;
}
#highlight1 {
	border: solid 1px #000099;
	width:243px;
	padding:5px;
	margin-right:9px;
	float: left;
	background-color: #eeeeee;
	text-align: center;
}

#highlight2 {
	border: solid 1px #000099;
	float:left;
	width:244px;
	padding:5px;
	background-color: #eeeeee;
	text-align: center;
}

#member {
	border: solid 1px #000099;
	float:left;
	width:244px;
	padding:5px;
	background-color: #eeeeee;
	text-align: center;
}

/* Copyright Styles */
#copy {color:#ffffff;font-size: 75%; text-align: center; margin-top: 10px;}
#copy a:link {text-decoration: none; color:#ffffff;}
#copy a:visited {text-decoration: none; color: #ffffff;}
#copy a:hover {text-decoration: underline; color:#ffffff;}
#copy a:active {text-decoration: none; color: #ffffff;}


.clearIt {
	clear:both;
	}
