@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(Images/bodyBgStars.png) repeat-x fixed;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #759735;
	font-size: 1em;
	text-align: left;
	margin-left: 45px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: -5px;
}
h3 {
	text-align: left;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #0E4727;
}

#container  {
	width: 780px;
	text-align: left;
	margin: 0px auto 40px;
	background-color: #146336;
} 


#header  {
	background: #224646;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 20px auto 0px;
	height: 122px;
	border-bottom: 5px solid #000;
	width: 780px;
} 

/*new nav*/
#nav {
	margin: 0px auto;
	bottom: 0px;
	padding: 5px 0px 0px;
	left: 25px;
	width: 780px;
	height: 28px;
	background-image: url(Images/bodyBgStars.png);
	background-repeat: no-repeat;
}


#nav ul  {
	margin: 0px 0px 0px 3px;
	padding: 0;
}

#nav ul li {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	float: left;
	font-size: 13px;
	margin: 0px 7px;
	padding: 0px;
	height: 30px;
	width: 115px;
	line-height: 30px;
}


#nav ul li a:link, #nav ul li a:visited {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #D7EFA5;
	background-color: transparent;
	background-image: url(Images/navTabs.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav ul li a:hover, #nav ul li a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background-color: transparent;
	background-image: url(Images/navTabs.png);
	background-repeat: no-repeat;
	background-position: center -30px;
}

#nav ul li a.current, #nav ul li a.current:hover, #nav ul li a.current:active {
	background-color: transparent;
	display:block;
	cursor:default;
	color: #FFF;
	background-image: url(Images/navTabs.png);
	background-repeat: no-repeat;
	background-position: center -60px;
}
/*end new nav*/





#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	text-align: center;
	height: 599px;
	background-color: #146336;
	background-repeat: no-repeat;
	background-image: url(Images/Sidebarbg2.jpg);
	margin: 0px;
	position: relative;
}
#bulletin {
	width: 135px;
	border: 3px double #a4c49b;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 15px;
	left: 45px;
	visibility: visible;
}
#sidebar1 #bulletin p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	padding: 10px;
	margin: 0px;
	line-height: 1.5;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
}

#sidebar1 #bulletin p a {
	color: #FE0000;
	display: block;
	font-style: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#sidebar1 #bulletin p a:hover {
	color: #036534;
	margin: 0px;
	display: block;
	background-color: #D2CEA9;
}
#bulletin p img {
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	top: 208px;
	left: 35px;
}






#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	padding-left: 60px;
	color: #B4D27B;
	line-height: 1.8;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 25px;
	font-style: normal;
}
#mainContent #starInfo h3  {
	font-size: 24px;
	font-weight: bold;
	color: #FF0;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	line-height: 1.2;
}


#mainContent  {
	width: 520px;
	padding-top: 0;
	padding-left: 0;
	background-color: #FFF;
	float: left;
	margin-top: 15px;
	text-align: center;
	position: relative;
	border: 3px double #A4C49B;
} 
#mainContent #obsSml {
	position: absolute;
	visibility: visible;
	top: 15px;
	right: -130px;
	z-index: 1020;
}





#mainContent h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	padding-left: 30px;
	margin-top: 30px;
	line-height: 1.3;
	padding-bottom: 12px;
	text-align: left;
	color: #333;
}
#mainContent #nwCrest {
	float: left;
	padding-right: 5px;
	margin-top: -10px;
	margin-left: -10px;
}

.headerItal {
	font-style: italic;
	font-weight: normal;
	font-size: .9em;
}

#mainContent p {
	font-size: 13px;
	color: #333;
	padding-left: 50px;
	padding-right: 50px;
	line-height: 1.7;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#mainContent p a {
	color: #918A4D;
	text-decoration: underline;
}
#mainContent p a:hover {
	color: #036534;
	text-decoration: none;
	background-color: #D4CFAF;
}
#sidebarRight {
	width: 53px;
	background-color: #206D41;
	float: right;
	text-align: center;
}


#footer  {
	position: relative;
	background-color: #D2CEA9;
	height: 169px;
	background-repeat: no-repeat;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #FFF;
	background-image: url(Images/schoolKidFooterbg.jpg);
	padding: 0 10px 0 20px;
} 

#footer p  {
	margin: 0;
	font-size: 13px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	padding-right: 0;
	padding-left: 0;
	padding-top: 35px;
}
#footerTxt {
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footerTxt a {
	color: #333;
	font-style: italic;
	text-decoration: underline;
}
#footerTxt a:hover {
	color: #333;
	background-color: #EEEBDA;
	font-style: italic;
}



.emailSlot {
	margin-top: 3px;
}
.citation {
	font-size: 10px;
	color: #B4D27B;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
.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;
	text-align: center;
}

.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: 1px;
    line-height: 0px;
}
.bold {
	font-weight: bold;
	color: #847D46;
}
.quote {
	font-size: .8em;
	font-weight: bold;
	text-align: left;
	color: #94BE42;
}
.gavel {
	float: right;
	margin-right: 60px;
	margin-top: -15px;
}

.GrantApp_Button {
	float: right;
	padding-right: 40px;
	margin-top: -10px;
}

.robot {
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	margin-left: -10px;
}
#mainScope {
	float: right;
	width: 125px;
	padding: 40px 10px 12px;
	margin: -45px 45px 0px 15px;
}
#mainContent form input {
	float: left;
	padding: 0px;
	margin-left: 80px;
	margin-top: 5px;
}

#mainScope p {
	color: #9D7760;
	padding: 5px;
	margin: 5px 0px 0px;
	text-align: center;
	line-height: 1.2;
	font-size: 0.65em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
#address {
	margin-left: 50px;
}
#mainContent p.caption {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	font-size: .7em;
}
.green {
	color: #036534;
}
#ftLogo {
	position: fixed;
	left: 25px;
	top: 15px;
}
