/*
-----------------------------------------------
PIAA District 5 Style
Name:		version 7
Designer:	Jaemie Gyurik
		www.jaemiegyurik.com
		01 Aug 2004
----------------------------------------------- */

a		{	color: #c00;
			font-weight: normal;
			text-decoration: none;
		} 

a:link		{	color: #c00;
			text-decoration: none;
		} 
		
a:visited	{	color: #900;
			text-decoration: none;
		}
		
a:hover		{	border-bottom: 1px solid #f00;
			color: #f00;
			padding-bottom: 2px;
		}
		
body		{	background: #fff;
			background-image: url('../enrollment/images/bg.gif');
			background-repeat: repeat-x;
			color: #000;
			margin: 0px 0px 0px 0px;
		}
		
h1, h2, h3, h4, h5, h6, h7
		{	background: #fff;
			color: #c00;
			font: xx-large verdana, arial, helvetica, sans-serif;
			font-weight: bold;
			line-height: 200%;
		}
		
hr		{	color: #000;
			height: 1px;
			width: 100%;
		}
		
ol		{	background: #fff;
			color: #000;
			font: x-small verdana, arial, helvetica, sans-serif;
			height: auto;
			line-height: 200%;
			text-align: justify;
		}
		
ul		{	background: #fff;
			color: #000;
			font: x-small verdana, arial, helvetica, sans-serif;
			height: auto;
			line-height: 200%;
			text-align: justify;
		}
		
#global		{	height: auto;
			width: 715px;
		}
		
		
		
		
/* Header
----------------------------------------------- */
#header		{	height: 125px;
			padding: 100px 0px 30px 0px;
			width: 715px;
		}
		
		
		
		
/* Navigation
----------------------------------------------- */
#navigation
		{	background: #fff;
			border-top: solid 1px #000;
			color: #c00;
			float: left;
			height: auto;
			margin: 0px 15px 0px 15px;
			width: 160px;
		}

#navigation .links a
		{	background: #fff;
			border-bottom: solid 1px #000;
			color: #c00;
			display: block;
			font: bold x-small verdana, arial, helvetica, sans-serif;
			height: auto;
			padding: 5px;
			text-transform: uppercase;
			width: 150px;
		}

#navigation .links a:hover
		{	background: #c00;
			color: #fff;
		}
		
#exit		{	background: #fff;
			color: #000;
			float: left;
			height: auto;
			padding: 10px 0px 0px 0px;
			text-align: center;
			width: 160px;
		}
		
		
		
		
/* Announcements
----------------------------------------------- */
#announcements	{	background: #fff;
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			color: #000;
			font: bold x-small verdana, arial, helvetica, sans-serif;
			padding: 10px;
			width: auto;
		}
		
#announcements_link
		{	background: #fff;
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			border-bottom: 1px solid #000;
			color: #000;
			font: normal xx-small verdana, arial, helvetica, sans-serif;
			margin-bottom: 25px;
			padding: 5px 10px 5px 10px;
			text-align: right;
			width: auto;
		}
		
#announcement_title
		{	background: #c00;
			border: 1px solid #000;
			color: #fff;
			padding: 10px;
			width:	auto;
		}
		
		
		
		
/* Content
----------------------------------------------- */

#container	{	float: right;
			width: 500px;
		}
		
#content	{	background: #fff;
			color: #000;
			font: normal x-small verdana, arial, helvetica, sans-serif;
			height: auto;
			line-height: 200%;
			margin-bottom: 20px;
			text-align: justify;
		}
		
#mission	{	background: #fff;
			color: #000;
			font: normal x-small verdana, arial, helvetica, sans-serif;
			height: auto;
			line-height: 200%;
			text-align: justify;
		}
				
#mission_title	{ 	padding-bottom: 20px;
		}
		
#title		{ 	border-bottom: 1px solid #000;
			margin-bottom: 20px;
			padding-bottom: 10px;
		}

#updated	{	background-color: #eee;
			border-bottom: 1px solid #000;
			border-top: 1px solid #000;
			font: 9px verdana, arial, helvetica, sans-serif;
			padding: 5px;
		}
		
p.date		{	background: #c00;
			border: 1px solid #000;
			color: #fff;
			font: bold 12px verdana, arial, helvetica, sans-serif;
			margin-bottom: 5px;
			padding: 5px;
			text-transform: uppercase;
			width: 50%;
		}
		
.heading	{	background: #fff;
			color: #000;
			font: 12px verdana, arial, helvetica, sans-serif;
			font-weight: bold;
			line-height: 200%;
			text-transform: uppercase;
		}
		

		
		
		
		
/* Footer
----------------------------------------------- */
#copy		{	background: #fff;
			color: #000;
			float: left;
			font: normal xx-small verdana, arial, helvetica, sans-serif;
			padding-top: 20px;
			text-align: left;
			text-transform: uppercase;
			width: auto;
		}

#design		{	background: #fff;
			color: #000;
			font: normal xx-small verdana, arial, helvetica, sans-serif;
			padding-top: 20px;
			text-align: right;
			text-transform: uppercase;
			width: auto;
		}
		
#footer		{	background: #fff;
			border-top: 1px solid #000;
			color: #000;
			float: right;
			font: normal xx-small verdana, arial, helvetica, sans-serif;
			margin-top: 20px;
			padding-bottom: 20px;
			width: 500px;
		}

