/*
* NPSOT Collin County Style
*
*/

body
{	background: #00ff00  url('bg.png') no-repeat fixed center;

	background-color: rgb(250,250,210);
	color: rgb(0,0,0);
	font-family: times new roman;
}

a:link { color: #0000ee; }
a:visited { color: #551a8b; }
a:active { color: #ff0000; }

h1
{
	color: rgb(0, 0, 0);
	font-family: times new roman;
	font-weight: normal;
}

h2
{
	font-family: times new roman;font-size: 140%;
font-weight: bold;

	color: #006600;
}

h3
{
	font-family: times new roman;
	color: #006600;
}

h4
{
	font-family: times new roman;font-size: 120%;
font-weight: bold;

	color: #006600;
}

#nav
{
	position: absolute;
	margin-left:10px;
	margin-top: 150px;
	padding-left:10px;
	padding-right:10px;
	left: 0px;
	top: 0px;
	width: 7px;
}

#main
{
	margin-top: 20px;
	margin-left: 145px;
	margin-right: 2em;
}

#growheader  {  background-repeat: no-repeat; background-attachment: scroll;                height: 163px; margin-left: 145px; margin-top: 20px;                background-position: 0% }a.menu
{
	display: block;
	color: black;
	background-color: #ffd700;
	width: 108px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}

a.menu:hover
{
	background-color: #ffd700;
	color: rgb(185, 134, 11);
}

