/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #0099FF;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 125%;
	color: #000000;
	font-weight: bold;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 114%;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #0000FF;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

ul{
	margin: 0px;
	padding: 0px;
}

.activeschool {
	color: #890202;
	font-weight: bold;
}

.schooltitle {
	color: #FFFFFF;
	background-color: #00CC00;
	padding-top: 10px;
}

.content {
	text-align: left;
}
	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 101px;
	background-image:   url(images/header06_bg.jpg);
	position: relative;
	margin: 0px;
}
#quicknav {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 300;
}
#quicknav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 80%;
}
#quicknav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 80%;
}
#quicknav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 80%;
}

#FLPSnav {
	position: absolute;
	top: 102px;
	left: 0px;
	background-image: url(m2img/dtp1_pbg.jpg);
	width: 100%;
	padding: 0px;
	z-index: 5;
}

#schoolheader {
	height: 20px;
}

#schoolsnav{
	padding: 50px 6px 6px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	left: 0px;
	font-size: 80%;
	width: 142px;
	margin: 0px;
	z-index: 300;
}

#schoolsnav ul {
	list-style-image: url(images/school_arrow.gif);
	margin-left: 15px;
}
#schoolsnav ul ul {
	list-style-image: url(images/list_arrow.gif);
	font-size: 95%;
	margin-left: 20px;
}

#content{
	position:relative;
	font-size: 80%;
	top: 0px;
	left: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: left;
	padding-right: 10px;
}

#content p {
	text-align: left;
}

#siteInfo{
	font-size: 70%;
	color: #999999;
	position: relative;
	z-index: 4;
	margin-bottom: 4px;
	margin-top: 4px;
	left: 0px;
	top: 0px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: eeeeee;
	border-right-color: eeeeee;
	border-bottom-color: eeeeee;
	border-left-color: eeeeee;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 6px;
}
