/* Page Table CSS Document */

html,body{
	margin:0;
	padding:0;
	background-color: #669900;
}

body{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
}

p{
	margin-top: 0;
	margin-bottom: 10px;
	width: 600px;
	margin-right: 10px;
	margin-left: 10px;
}

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


a:hover {
	text-decoration: underline;
}

#banner h1 {
	height:110px;
	width: 873px;
	margin:0;
	background-image: url(../img/global/banner.png);
	background-repeat: no-repeat;
}

#container{
	text-align:left}

#container{
	width:873px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

#content p{
	line-height:1.4}

#content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 1.5em;
}
#content h3 {
	font-size: 1em;
}

#content{
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 165px;
	padding-top: 10px;
}

#asidebar{
	float:left;
	margin-left:-863px;

}

#asidebar{
	width:150px;
	height: 500px;
	margin-top: 75px;
}
#asidebar h3 {
	color: #663300;
	font-size: 1.0em;
	text-decoration: underline;
}

#asidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#asidebar li {
	padding-bottom: 5px;
	font-size: 0.85em;
}


#asidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.download {
	background-image: url(../img/global/download.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
#navbar {
	background-color: #00FF33;
	height: 30px;
	width: 100%;
}
#navbar ul {
	white-space: nowrap;
	background-color: #663300;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
#navbar li {
	display: inline;
	list-style-type: none;
}
#navbar li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#navbar li a:hover {
	background-color: #99CC33;
	line-height: 30px;
}

#wrapper{
	float:left;
	width:100%;
}

#footer{
	background: #333;color: #FFF}

#footer{
	clear:left;width:100%}

#footer p{
	margin:0;padding:5px 10px}

.pdfdownload{
	background-image: url(../img/global/pdf_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
/*Table Properties*/

table {
	border-collapse: collapse;
	border: 1px solid #663300;
}

td {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}
th {
}
tr.odd {
	background-color: #99CC33;
}

.trheading {
	color: #FFFFFF;
	background-color: #663300;
	width: 100px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

caption {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}
#year { width: 100px;}
#winter { width: 100px;}
#spring { width: 100px;}
#summer { width: 100px;}
#fall { width: 100px;}
