body {
	font-family: arial, sans-serif;
	color: black;
	background-color: #ccc;
	text-align: left;
}
.oldBrowser {
	display: none;
}

img {
	border: none;
}
.nobullet {
	list-style-type: none;
}
.funded {
	font-style: italic;
}
#main {
	background-color: #eee;
}
ul a, .toplink a {
	text-decoration: none;
}
ul a:hover, ul a:active, .toplink a:hover, .toplink a:active {
	text-decoration: underline;
}
.toplink {
	font-weight: bold;
	font-size: 80%;
}
#rightBar a {
	font-weight: bold;
}
ul.spacenobullet li {
	padding: .5em;
	list-style-type: none;
}
#lead td {
	padding-left: 1em;
	vertical-align: top;
}
#lead {
	margin-bottom: 1em;
}
#p2p {
	width: 100%;
}
#p2p td {
	font-size: 90%;
	width: 50%;
	vertical-align: top;
	padding: .5em;
}
.nobulletlist {
	list-style-type: none;
}
.nobulletlist li {
	padding: .5em;
}
li.pdficonlist {
	list-style-image:url(../images/pdficon_small.gif);
	list-style-type:none;
}
li.wordiconlist {
	list-style-image:url(../images/wordicon_small.gif);
	list-style-type:none;
}
li.videoiconList {
	list-style-image:url(../images/movieReelIcon_small.gif);
	list-style-type:none;
}

.note {
	font-style: italic;
}
.tatratable {
	border: solid 1px black;
}
.tatratable td, .tatratable th {
	border: solid 1px black;
	padding: .5em;
}
.tatratable2 {
	border: solid 1px black;
}
.tatratable2 td, .tatratable2 th {
	border: solid 1px black;
	padding: .2em;
}
.questiontable {
	border: solid 1px black;
	margin-top: 1em;
}
.questiontable td, .questiontable th {
	border: solid 1px black;
	padding: .5em;
	width: 50%;
}
.gray {
	background-color: #eeeeee;
}
.nobottomspace {
	padding-bottom: 0;
	margin-bottom: 0;
}
.updated {
	text-align: right;
	font-weight: bold;
}
.backlink {
	font-size: 90%;
}
h3.border {
	border-top: solid 2px #006699;
	padding: 3px;
}
/***********************************
*****                          *****
***     WRAPPER CONTENTS       ***
*****                          *****
***********************************/

#wrapper {
	min-width: 980px;
	max-width: 1200px;
	margin: 0 auto;
	background: #eee;
	border: solid 1px #247E8C;
	color: black;
}

/***********************************
*****                          *****
***       HEADING CONTENTS       ***
*****                          *****
***********************************/
#skiptocontent, #skiptocontent a, #skiptocontent a:visited {
	color: #000;
	background-color: #ccc;
	font-size: 80%;
	text-decoration: none;
}
#skiptocontent a:hover, #skiptocontent a:active {
	text-decoration: underline;
}

#toc {
	margin-bottom: 2em;
}

.nav {
	margin: 0;
	float: right;
	padding: 1em 1em 0 0;
	clear: none;
}

.nav2 {
	float: right;
	padding: .5em .5em 0 0;
	margin: 0;
}

#header a {
	text-decoration: none;
	color: #fff;
}

#header a:hover, #header a:active {
	text-decoration: underline;
}

#header {
	font-family: Century Gothic, Arial, Sans-Serif;
	background-color: #247E8C;
	color: white;
	font-size: 80%;
	
}

#nav a, #nav a:visited {
	color: #000;
	text-decoration: none;
}

#header a:active, #header a:hover {
	color: #fff;
}

#header img {
	margin-top: 0;
	padding: 0;
	clear: none;
}

#header table td {
	vertical-align: top;
}

#menu {
	width: 100%;
	background:#FFcc33;
	clear: both;
	min-height: 3.6em;
}

ul#nav {
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #FFcc33;
	font-family: Century Gothic, Arial,Sans-Serif;
	font-size: 100%;
	/*width: 980px;*/
	width: 100%;
}

#nav li {
	display: block;
	float: left;
	width: 10em;
	list-style-type:none;
	color:#000;
	text-align: left;
	background:#FFcc33;
	border-right: solid 1px #fff;
	margin: 0;
	padding: 0;
}


#nav li a {
	display: block;
	width: 9em;
	color:#000000;
	text-decoration: none;
	margin: 0;		
	padding:.5em .5em 0 .5em;
	height: 3em;
}

#nav li a:hover, #nav li a:active {
	background: #FDEAB2;
	color: #000000;
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background:#FFcc33;
	margin:0;
}

#nav li ul li a {
	border-top: solid 1px white;
}

#nav li:hover ul, #nav li.sfhover ul, #nav li:active ul {
	left: auto;
	background: #FDEAB2;
	color:#000000;
	border: 0;
	padding: 0;
	margin: 0;
}

#nav li li a:hover, #nav li li a:active, #nav li.sfhover ul li a {
	background:#FDEAB2;
	color: #000000;
	border: 0;
	margin:0;
	padding: .5em .5em 0 .5em;
	height: 3em;
	border-top: solid 1px white;
	text-decoration: none;
}

p{
	clear:both;
	float:none;
}


/***********************************
*****                          *****
***     MAIN CONTENT STYLE     ***
*****                          *****
***********************************/

h1 {
	font-size: 160%;
	margin: 0;
	padding-top: .5em;
	text-transform: uppercase;
}

h2 {
	font-size: 135%;
	text-transform: uppercase;
}

h3 {
	font-size: 110%;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: .5em;
}

h4 {
	font-size: 105%;
}

#topbar{
	background-color: #eee;
	color: black;
	padding: .5em .5em .5em 0;
	margin: 0 250px 0 0;
}
#pagecontent {
	background-color: #fff;
	color: black;
	padding: .5em 1.5em 1.5em 1.5em;
	margin: 0;
}
#pagecontent h1 {
	text-transform: uppercase;
}
/*#pagecontent h1 a, #pagecontent h1 a:visited, #pagecontent h1 a:hover, #pagecontent h1 a:active {
	color: #000;
	text-decoration: none;
}
#wrapper #main #maincontent #pagecontent h2 a, #wrapper #main #maincontent #pagecontent h2 a:visited, #wrapper #main #maincontent #pagecontent h2 a:hover, #wrapper #main #maincontent #pagecontent h2 a:active {
	color: #000;
	text-decoration: none;
}
#wrapper #main #maincontent #pagecontent h3 a, #wrapper #main #maincontent #pagecontent h3 a:visited, #wrapper #main #maincontent #pagecontent h3 a:hover, #wrapper #main #maincontent #pagecontent h3 a:active {
	color: #000;
	text-decoration: none;
}*/
#pagecontent p {
	margin: 0 0 1em 0;
	padding: 0;
}
.printemail {
	background-color: #247E8C;
	float: right;
	padding: 0;
	margin: 0 .5em 0 0;
}

.printemail a, .printemail a:visited {
	color: #fff;
	text-decoration: none;
}

.printemail a:hover, .printemail a:active {
	color: #fff;
	text-decoration: underline;
}

.printemail p {
	padding: 0 .5em 0 0;
	margin: 0;
}

.printemail img {
	padding: 0 .2em 0 0;
	margin: 0;
}
#rightBar {
	width: 250px;
	float: right;
	margin: 0;
	padding: .5em 0 .5em 0;
	background-color: #eee;
}
.pacerinfo {
	background-color: #390;
	color: #fff;
	text-align: center;
	font-size: 110%;
	padding: .5em 0 0 0;
	margin: 0;
}

.pacerinfo2 {
	font-size: 90%;
	background-color: #390;
	color: white;
	text-align: center;
	padding: 1em .5em 0 .5em;
	margin: 0;
}
.volunteerstc {
	font-size: 90%;
	background-color: #fff;
	color: black;
	text-align: center;
	padding: .5em;
	margin: 0;
}
.volunteerstc a, .volunteerstc a:visited {
	color: #069;
	text-decoration: none;
}
.volunteerstc a:hover, .volunteerstc a:active {
	text-decoration: underline;
}

.pacerinfo3 {
	font-size: 90%;
	background-color: #390;
	color: white;
	text-align: right;
	padding: 0 .5em .5em 0;
	margin: 0;
}

.pacerinfo3 a, .pacerinfo3 a:visited {
	font-size: 80%;
	padding-bottom: .5em;
	color: #fff;
	text-align: right;
	text-decoration: none;
}

.pacerinfo3 a:hover, .pacerinfo3 a:active {
	text-decoration: underline;
}
.stayinformed {
	background-color: #fff;
	font-size: 80%;
	padding: 0;
	color: #000;
	margin: .5em 0 0 0;
}
div.stayinformed {
	padding: .5em;
}
.stayinformed h2 {
	color: #247E8C;
	margin: 0;
	padding: 0;
	font-size: 110%;
}
p.stayinformed {
	padding: .5em;
}
.stayinformed a, .stayinformed a:visited {
	/*color: #09c;*/
	color: #247E8C;
	text-decoration: none;
}
.stayinformed a:hover, .stayinformed a:active {
	text-decoration: underline;
}
.stayinformed img {
	border: solid 1px black;
	text-align: center;
	padding: 0;
	margin: .5em;
}
table.stayinformed {
	background-color: #fff;
	width: 100%;
	margin: 0;
}
table.stayinformed td {
	text-align: center;
	width: 50%;
	font-size: 90%;
}
.MPCfooter {
	padding: .5em;
	font-size: 85%;
	border-top: solid 1px #000;
}
.pubinfo {
	font-size: 80%;
	background-color: #390;
	color: #fff;
	text-align: left;
	padding: .5em;
	margin: 0;
}
.pubinfo a, .pubinfo a:visited {
	padding: .5em;
	color: #fff;
	text-decoration: none;
}
.pubinfo a:hover, .pubinfo a:active {
	text-decoration: underline;
}
.pubad {
	background-color: #fff;
	font-size: 85%;
	padding: .5em;
	color: black;
	margin: 0;
	text-align: center;
}
.pubad a, .pubad a:visited {
	/*color: #09c;*/
	color: #069;
	text-decoration: none;
}
.pubad a:hover, .pubad a:active {
	text-decoration: underline;
}
.pubad img {
	padding: .3em;
}
ul.pubscatalog {
	list-style-type: none;
	margin-left: .2em;
	font-size: 90%;
}

.pubscatalog li {
	padding: .1em;
}

.pubs td {
	width: 33%;
}

table.pubs, table.handouts {
	width: 98%;
	font-size: 100%;
}

td.handouts {
	padding: .5em 0 .5em 0;
}

td.handoutcode {
	width: 15%;
}

table.register {
	border: solid 1px black; 
	background-color: #eee; 
	padding: .5em;
}

table.register td {
	padding: .3em;
}

table.register td.labels {
	text-align: right;
}

.websites td {
	padding: 1em;
	font-size: 85%;
}

h3.pubcat {
	border-bottom: solid 1px black;
}

#pagecontent h3.pubcat a, #pagecontent h3.pubcat a:hover, #pagecontent h3.pubcat a:active, #pagecontent h3.pubcat a:visited {
	color: black;
	text-decoration: none;
}

#pagecontent h2.pubcat a, #pagecontent h2.pubcat a:hover, #pagecontent h2.pubcat a:active, #pagecontent h2.pubcat a:visited {
	color: black;
	text-decoration: none;
}

.rightsidebarpic {
	background-color: #eee;
	font-size: 80%;
	color: white;
	margin: .5em 0 0 0;
	padding: 0;
	text-align: center;
}
.rightsidebarpic img {
	padding: 0;
	margin: 0;
}
.rightsidebarpic a, .rightsidebarpic a:visited, .rightsidebarpic a:hover {
	color: white;
}
.bullylist li {
	padding: 1em;
}
.piccaption {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 85%;
}
.piccaption img {
padding: .5em 0 0 0;
}
#aboutPACER {
	font-size: 85%;
	padding: 1em;
}
#aboutPACER td {
	padding: 1em;
}
#aboutPACER td img {
	vertical-align: middle;
}
#timeline td {
	padding: .5em;
}
.volunteer {
	background-color: #09c;
	font-size: 80%;
	padding: 1em;
	color: #fff;
	margin: 0;
}
.volunteer a, .volunteer a:visited {
	color: white;
	text-decoration: none;
}
.volunteer a:hover, .volunteer a:active {
	text-decoration: underline;
}
.greetingcards {
	background-color: #fff;
	font-size: 85%;
	padding: 1em;
	color: #000;
	margin: .5em 0 0 0;
	text-align: center;
}
.greetingcards img {
	margin: 1em;
	border: solid 1px black;
}
.greetingcards a, .greetingcards a:visited {
	/*color: #09c;*/
	color: #069;
	text-decoration: none;
}
.greetingcards a:hover, .greetingcards a:active {
	text-decoration: underline;
}
.highlight {
	padding: .5em;
	font-weight: bold;
	border: solid 1px black;
	background-color: #ffffff;
	text-align: center;
}
#pagecontent h2.nounderline a {
	color: #000;
	text-decoration: none;
}
#pagecontent h2.nounderline a:hover, #pagecontent h2.nounderline a:active {
	color: #000;
	text-decoration: none;
}
#pagecontent h3.nounderline a {
	color: #000;
	text-decoration: none;
}
#pagecontent h3.nounderline a:hover, #pagecontent h3.nounderline a:active {
	color: #000;
	text-decoration: none;
}
#pagecontent p.nounderline a {
	color: #000;
	text-decoration: none;
}
#pagecontent p.nounderline a:hover, #pagecontent p.nounderline a:active {
	color: #000;
	text-decoration: none;
}


.video {
	background-color: #fff;
	color: #000;
	padding: .5em 0 .5em 0;
	margin-top: .5em;
	text-align: center;
}
.video table td {
	padding: 0;
	margin: 0;
}
.video table td p {
	padding: .2em;
	margin: 0;
}
.video a, .video a:visited {
	/*color: #09c;*/
	color: #069;
	text-decoration: none;
}
.video a:hover, .video a:active {
	text-decoration: underline;
}
#proglinks {
	padding: 0;
	font-size: 80%;
	margin: 0;
}
#proglinkslist {
	list-style-type: none;
	margin: .5em 0 0 0;
	padding: 0;
}
#proglinkslist li {
	border-bottom: solid 1px #fff;
}
#proglinkslist li a, #proglinkslist li a:visited {
	background-color: #09c;
	display: block;
	padding: .5em;
	color: #fff;
	text-decoration: none;
}
#proglinkslist li a:hover, #proglinkslist li a:active {
	background-color: #fff;
	color: #09c;
}
#proglinks ul li a.page {
	background-color: #f93;
	color: #000;
}
#maincontent {
	margin: 0 250px 0 200px;
	padding: 0 .5em .5em .5em;
	font-size: 80%;
	background-color: #eee;
}

#maincontent p {
	clear: none;
}

#maincontent p a, #maincontent p a:visited, #maincontent ul li a, #maincontent ul li a:visited, #maincontent td a, #maincontent td a:visited {
	/*color: #09c;*/
	color: #247E8C;
	text-decoration: none;
	font-weight: bold;
}

#maincontent p a:hover, #maincontent p a:active, #maincontent ul li a:hover, #maincontent ul li a:active, #maincontent ul a:visited, #maincontent td a:hover, #maincontent td a:active {
	text-decoration: underline;
}



#maincontent p {
	clear: none;
}

#maincontent p a, #maincontent p a:visited, #maincontent ul li a, #maincontent ul li a:visited, #maincontent td a, #maincontent td a:visited {
	/*color: #09c;*/
	color: #247E8C;
	text-decoration: none;
	font-weight: bold;
}

#maincontent p a:hover, #maincontent p a:active, #maincontent ul li a:hover, #maincontent ul li a:active, #maincontent ul a:visited, #maincontent td a:hover, #maincontent td a:active {
	text-decoration: underline;
}


#pagecontent p a, #pagecontent p a:visited, #pagecontent ul li a, #pagecontent ul li a:visited, #pagecontent td a, #pagecontent td a:visited, #pagecontent a, #pagecontent a:visited {
	/*color: #09c;*/
	color: #247E8C;
	text-decoration: none;
	font-weight: bold;
}

#pagecontent p a:hover, #pagecontent p a:active, #pagecontent ul li a:hover, #pagecontent ul li a:active, #pagecontent ul a:visited, #pagecontent td a:hover, #pagecontent td a:active, #pagecontent a:hover, #pagecontent a:active {
	text-decoration: underline;
}

#pagecontent h2 {
	font-size: 135%;
	padding: .5em 0 .2em 0;
	margin: 0;
	color: #000;
}
#pagecontent h2 a, #pagecontent h2 a:visited {
	text-decoration: none;
	color: #069;
}
#pagecontent h2 a:hover, #pagecontent h2 a:active {
	text-decoration: underline;
}
#pagecontent h2.nolinkcolor a, #pagecontent h2.nolinkcolor a:visited {
	color: #000;
	text-decoration: none;
}
#pagecontent h2.nolinkcolor a:hover, #pagecontent h2.nolinkcolor a:active {
	text-decoration: none;
}
#submenu {
	padding: 0;
	font-size: 80%;
	margin: 0;
}
#submenulist {
	list-style-type: none;
	margin: .5em 0 0 0;
	padding: 0;
}
#submenulist li {
	border-bottom: solid 1px #fff;
}
#submenulist li a, #submenulist li a:visited {
	background-color: #247e8c;
	display: block;
	padding: .5em;
	color: #fff;
	text-decoration: none;
}
#submenulist li a:hover, #submenulist li a:active {
	background-color: #fdeab2;
	color: #000;
}
#submenulist li a.page {
	background-color: #fc3;
	color: #000;
}
/***********************************
*****                          *****
***        FOOTER STYLE        ***
*****                          *****
***********************************/

#footer1 {
	background-color: #267581;
	/*background-color: #006666;*/
	font-size: 75%;
	padding-bottom: 0;
	margin-bottom: .1em;
	color: #fff;
	margin-top: 1px;
}

table.footer {
	width: 100%;
}
.footer td {
	width: auto;
}

td.footerlinks {
	text-align: right;
}

#footer2 {
	background-color: #fff;
	font-size: 80%;
	padding: .1em .1em .1em .1em;
	margin-top: 0;
	color: #000;
}

#footer2 p {
	padding: 0;
	margin: 5px;
}

#footer1 a, #footer1 a:visited { 
	color: #fff;
	text-decoration: none;
}

#footer2 a, #footer2 a:visited {
	color: #000;
	text-decoration: none;
	padding: .2em;
}

#footer1 a:hover, #footer1 a:active {
	color: #fff;
	text-decoration: underline;
}

#footer2 a:hover, #footer2 a:active {
	color: #000;
	text-decoration: underline;
	background-color: #fff;
}

img {
	border: none;
	padding: 0;
}

.noborder {
	background-color: white;
}

#footCopyRight {
	text-align: left;
	padding-left: .5em;
	font-size: 75%;
}

.extfooter {
	padding: .5em;
}

img {
	border: none;
}


/* LEFT NAV STYLES BELOW */

/***********************************
*****                          *****
***     BREADCRUMB STYLE       ***
*****                          *****
***********************************/

#breadcrumb {
	font-size: 80%;
	padding: .5em;
	margin: 0;
	color: #fff;
	background-color: #247E8C;
}

#breadcrumb a, #breadcrumb a:visited {
	color: #fff;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active {
	text-decoration: underline;
}

/***********************************
*****                          *****
***    LEFT NAVIGATION STYLE     ***
*****                          *****
***********************************/

#leftbar {
	float: left;
	padding: 0;
	margin: 0;
	width: 200px;
	background-color: #eee;
}
#leftbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 .5em;
}
#leftbar ul li a {
	display: block;
	background-color: #247E8C;
	color: #fff;
	padding: .5em;
	margin: 0 0 .2em 0;
	text-decoration: none;
	font-size: 75%;
}
#leftbar ul li a:hover {
	background-color: #FDEAB2;
	display: block;
	color: #000;
}
#leftbar ul li a.page {
	background-color: #FFCC33;
	color: #000;
}
/***********************************
*****                          *****
***       BULLYING STYLE       ***
*****                          *****
***********************************/

.bullycontact {
	margin: 0; 
	font-size: 70%; 
	background-color: #fff;
	padding: .5em;
	color: #000;
	border-left: solid 1px #09c;
	border-top: solid 1px #09c;
	border-bottom: solid 1px #09c;
}
.bullycontact a, .bullycontact a:visited {
	color: #069;
	text-decoration: none;
}
.bullycontact a:active, .bullycontact a:hover {
	text-decoration: underline;
}
.bullymisperceptions {
	color: #c60;
	font-weight: bold;
}
p.bullyfacts {
	color: #000;
	margin-top: 0;
	padding-top: 0;
}

/***********************************
*****                          *****
***          STC STYLE         ***
*****                          *****
***********************************/

ol li {
	margin: 1em;
}

.top {
	font-size: 85%;
}#pagecontent .dateStyle {
	font-weight: bold;
	color: #666;
	margin: 0px 0px 1em;
	padding: 0px;
	font-size: 0.8em;
}

