html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image:url(images/pattern.gif);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color:#1852BD;
	}

a:hover {
	color:#3A72D8;
	text-decoration:none;
}


#SlideContainer {
    width:778px; 
    height: 313px; 
    background-image:url(images/featured/feature-bkgd.jpg);
    background-repeat:no-repeat;
	overflow:hidden;
    }

#LeftSlide {
    width:425px; 
    float:left;
    height:310px;
    }

#RightSlide {
    width:351px;
    float:right;
    height:310px;
    }

#EndSlide {
    clear:both;
	height:0px;
    }

#SlideControl {
    width:59px; 
    height:20px; 
    float:right; 
    right: 10px; 
    bottom: 30px; 
    position:relative;
    }

#MoreInfo {
    width:87px; 
    height:19px; 
    float:left; 
    left: 10px; 
    bottom: 30px; 
    position:relative;
    }

#UpPanel {
	position:relative;
    width:418px; 
    height:300px;
	left: 0px;
	top: 0px;
	overflow:hidden;
    }

.bullet2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bullet2 ul {
	margin-left: 0px;
	padding-left: 17px;
	list-style-image: url(images/buttons/doubleArrow.jpg);
	list-style-position:outside;
}

.bullet2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bullet2 a:hover {
	list-style-image: url(images/buttons/doubleArrow.jpg);
	font-size: 12px;
}

.bullet2 a:visited {
	list-style-image: url(images/buttons/doubleArrow.jpg);
	font-size: 12px;
}

.DDmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#f4f1ea;
	border: #A29571 solid 1px;
	padding: 10px;
}

.DDmenu ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-top:5px;
	padding-left: 2px;
	padding-right: 10px;
	list-style-image:none;
	list-style:none;
	color:#002569;
}

.DDmenu li {
	border-bottom:#A29571 1px dotted;
	width: 100%;
}

.DDmenu a {
	color:#1852BD;
}

.CalendarTitle
{
    color: #0099FF;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 6px;
}

.SmallCalendarLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
}

.DDmenu a:hover {
	color:#A29571;
}

.bullet3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bullet3Old ul {
	margin-left: 0px;
	padding-left: 17px;
	list-style-image: url(images/buttons/doubleArrow.jpg);
	list-style-position:outside;
}

.bullet3 ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.bullet3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bullet3 a:hover {
	list-style-image: url(images/buttons/doubleArrow.jpg);
	font-size: 12px;
}

.bullet3 a:visited {
	list-style-image: url(images/buttons/doubleArrow.jpg);
	font-size: 12px;
}


.bullet3 li {
	border-bottom:dotted #A49774 1px;
	width:100%;
}

.bullet3HL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bullet3HL ul {
	margin-left: 0px;
	padding-left: 17px;
	list-style-image: url(images/buttons/doubleArrow.jpg);
	list-style-position:outside;
}

.bullet3HL a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bullet3HL a:hover {
	list-style-image: url(images/buttons/doubleArrow.jpg);
	font-size: 12px;
}

.bullet3HL a:visited {
	list-style-image: url(images/buttons/doubleArrow.jpg);
	font-size: 12px;
}

.bullet3HL li {
	padding-top:1px;
	padding-bottom:2px;
	border-bottom:dotted #A49774 1px;
	width:100%;
	background-color:#FFFFCC;
}

.HeadlinesList td {
	font-size:12px;
	padding-top:1px;
	padding-bottom:2px;
	border-bottom:dotted #A49774 1px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:784px;
	background-image:url(images/container-background-2col.gif);
	background-repeat:repeat-y;
	
	height:auto !important;/* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#container2 {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:784px;
	background-image:url(images/container-background.gif);
	background-repeat:repeat-y;
	
	height:auto !important;/* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	background-image:url(images/FISD.gif);
	background-repeat:no-repeat;
	height:76px;
}

#searchForm {
	width: 212px;
	float: right;
	padding-top:16px;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	vertical-align:top;
	line-height: 20px;
}

#searchForm a {
	color:#FFFFFF;
	text-decoration:none;
}

#searchForm a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

#Navigation {
	width: 784px;
	height: 27px;
	background-image:url(images/nav-background.gif);
	background-repeat:no-repeat;
	position:relative;
	left: 0px;
	top: 0px;
	margin:0px;
	padding:0px;
}

#tabs {
	position:relative;
	float:right;
	padding-right:10px;
	width: 300px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #666666;
}

.breadcrumbs {
	font-size:11px;
	color:#000000;
	font-weight:bold;
}

.breadcrumbs a {
	font-weight:normal;
	text-decoration:none;
	color:#3A72D8;
	font-size:11px;
	}

.breadcrumbs a:hover {
	font-weight:bold;
	color:#3A72D8;
	font-size:11px;
}

#Content1 {
	float: left;
	width: 784px;
}

#left1 { 
	float:left;
	width:200px;
	padding:8px;
	}
	
.LeftTitle {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.LeftLinkTemplate{
	font-size: 12px;
	color: #0066CC;
}

.LeftLinkTemplate ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.LeftLinkTemplate li{
	border-bottom:dotted #A49774 1px;
	width:100%;
}

.LeftLinkTemplate a{
	font-size: 12px;
	color: #0066CC;
	text-decoration:none;
}


.LeftLinkTemplate a:hover{
	font-size: 12px;
	color: #193684;
	text-decoration:none;
	font-weight:bold;
}				


.ContentBoxBackground{
	background-image:url(images/content_boxes/school-overview-2.gif.gif);
	background-repeat:repeat-y;
}

.ImagePadding{
	padding-left:0px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
	}
	
#right1 { 
	float:right;
	width:200px;
	padding:8px;
}
#middle1 { 
	margin-right:215px;
	margin-left:215px;
	padding:8px;
}

div#content {
	padding-bottom:50px;
}
	
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	Height: 47px;
	background-color:#000000;
	background-image:url(images/footer.gif);
	text-align:center;
	font-size:11px;
	color:#002569;
}

#Footer a {
	color:#0000FF;
	text-decoration:none;
}

#Footer a:hover {
	color:#0000FF;
	text-decoration:underline;
}

.ContentBoxBorder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #002569;
	border-left-color: #002569;
}


.smallCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.breadcrumbnav {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #003399; text-align: right}

.MainTitleDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color:#000000;
	text-transform: none;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: none;
	color: #0099FF;
	font-style: normal;
	font-variant: normal;
}
.questions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}
.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
	letter-spacing: normal;
	word-spacing: normal;
	list-style-position: outside;
	list-style-image: url(images/btn_blu_square.gif);
	text-decoration: none;


}
.totoplink {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
.topitaliccopy {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; color: #434B9C}
.sidelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #FFFFFF;
}
.leftsidecopy {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000}
.secondsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000099;
	list-style-image: url(images/btn_blu_square.gif);
}
.PDFstatement {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000000}
.smallparagraph {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
.address {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #003399}
.secondsubheadBlue { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000099; font-style: normal}
.paragraphlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000CC;
	text-decoration: none;


}
.footnote {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
.footnote {  text-align: left}

.bulletbold {
	list-style-position: outside;
	list-style-image: url(images/btn_blu_square.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	}
.paragraph-copyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000099;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;

}
.paragraph-copyBoldItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	font-style: italic;

}
.paragraph-copyItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	font-style: italic;

}
.paragraph-copyRed {
font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #993300
}
.paragraph-copyBlue {

font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000099
}
.subheadCopy {
font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-transform: capitalize; color: #0099FF
}
.emailbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0000FF;
}
.smallparagraphBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;

}
.toplinksBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	color: #000099;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;





}
.paragraph-copyBlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000099;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	display: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.Gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	letter-spacing: normal;
	text-align: left;
	text-indent: 2pt;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	line-height: normal;
	clear: right;
	height: auto;
	width: auto;

}
.PHMSHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #330099;
}
.numberedlist {
	text-indent: 0px;
	white-space: normal;
	display: list-item;
	list-style-type: decimal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
}
.Header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000066;
	text-decoration: none;
}
.phms_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #330066;
}
.smallgraytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}
.LHSheadlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
}
.Table_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	background-color: #FFFFFF;
	letter-spacing: normal;
	word-spacing: normal;
	border: thin solid #999999;
}

