body {
	background: #000099;
	border-top: 5px solid #000;
	color: #333;
	font-size: 11px;
	padding: 20px;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}

p {
	border: 1px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

.footer {
	 text-align: center;
	 background-color: orange;
	 padding-top: 10px;
	 padding-bottom: 10px;
}

.footer a {
	color: white;
	text-decoration: none;
}

.container_12 {
	background-color: white;
}

.header {
	height: 175px;
	background-color: orange;
	color: white;
}

.header_logo {
	float: left;
	padding-left: 20px;
}

.header_img {
 	width: 940px;
 	height: 175px;
}

.header_text {
	text-align: center;
	padding-top: 25px;
}

.header_school_text {
	font-size: 3em;
}

.header_pta_text {
	font-size: 2.5em;
}

.clear {height: 10px;
}

.website_down_message {
	font-family: "Comic Sans MS", cursive, sans-serif;			
	text-align: center;
	color: black;
	font-size: 2.5em;
	padding-top: 15px;
}

#navcontainer {
	padding-left: 10px;
}

ul#navlist {
	margin-left: 0;
	margin-bottom: 0;
	white-space: nowrap;
}

#navlist li {
	margin: 0;
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding: 3px 20px;
}

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #036;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#navlist li .home{
	font-size: 1.25em;
	padding-top: 5px;
}

 .navbar {
 	background-color: #036;
 	height: 4px;
 }
 
 .bold {
 	font-weight: bold;
 }
 
 .center {
 	text-align: center;
 }
 
 .pta_header {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.25em;
	text-decoration: underline;
 }
 
 .board tr td {
	width: 25%;
 }
 
 .pta_form_list {
 	list-style-type: none;
 }
 
 .pta_form_list li {
	padding-top: 5px;
	padding-bottom: 5px;
 }
 
 .grid_3_subheader {
	text-align: center;
	font-weight: bold;
	background-color: orange; 
 }
 
 .grid_3_header {
 	text-align: center;
 	font-size: 1.5em;
 	font-style: bold;
 	background-color: orange;
 }
 
 .grid_3_body {
  	border-style: solid;
  	border-color: orange;
  	border-width: 1px;
  	padding-top: 10px;
 }
 
.committeeRow {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.committeeTD {
	padding-top: 5px;
	padding-bottom: 5px;
}

.meeting_dates_list {
	list-style-type: square;
}

.meeting_dates_list li {
	font-weight: bold;
}

.fundraising_row ul {
	text-align: left;
}

.fundraising_row .fundraising_header {
 	font-size: 1.5em;
}

.fundraising_row {
	border-bottom: 1px solid orange;
	/*background-color: #ffe;*/
	width: 100%;
	float: left;
}

.fundraising_row .fr_column_1, .fr_column_2, .fr_column_3 {
	vertical-align: middle;
	float: left;
	width: 33%;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
						  
.fundraising_row div p {
	text-align: center;
	border-width: 0px;
}

.gator_gram_list {
	padding-top: 10px;
	list-style-type: none;
}

.gator_gram_list a {
	text-decoration: underline;
}

.hp_title {
	font-size: 2.25em;
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
}

.hp_author {
	font-size: 1.5em;
	text-align: left;
}

.hp_body {
	padding-top: 10px;
	font-size: 1.25em;
}