/*
Fonts CSS Template for BSSD Website.  Designed By John Thomas Young, In-Shore Technologies, Inc.
Used to Control Fonts on Different Syles for Different Pages
*/


/*Our mission statement Title properties */
.missiontitle {
	display: block;
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 50px;
}

/*Our mission statement Title properties orange font */
.missiontitleb {
	display: block;
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: 24px;
	color: #F26722;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 50px;
}

/*Mission statement properties*/
.mission {
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-left: 85px;
	display: block;
	margin-right: 30px;
	padding-top: 15px;
}

/*Mission statement properties*/
.mission16 {
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	margin-left: 100px;
	display: block;
	margin-right: 30px;
	padding-top: 15px;
}

/*Mission statement properties*/
.mission20 {
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	margin-left: 85px;
	display: block;
	margin-right: 30px;
	padding-top: 15px;
}

/*Mission statement properties*/
.announcements {
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-left: 85px;
	display: block;
	margin-right: 30px;
	padding-top: 15px;
	text-align: center;
}

/*Homeroom header properties*/
.homeroom {
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-left: 30px;
	display: block;
	margin-right: 30px;
	padding-top: 15px;
}

.schoolnav {
	font-size: 14px;
	font-family: "Palatino Linotype", "Times New Roman";
	display: block;
	color: #FF0000;
	height: 20px;
	width: 167px;
	text-decoration: none;
	background-image: url(imgs/rightitembg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.schoolnav a:link, .schoolnav a:visited {
	font-size: 14px;
	font-family: "Palatino Linotype", "Times New Roman";
	display: block;
	color: #000000;
	height: 20px;
	width: 167px;
	text-decoration: none;
	background-image: url(imgs/rightitembg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.schoolnav a:hover {
	font-size: 14px;
	font-family: "Palatino Linotype", "Times New Roman";
	display: block;
	color: #000000;
	height: 20px;
	width: 167px;
	font-weight: bold;
	background-image: url(imgs/rightitembg_over.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.sixhundred {
	width: 600px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.caption {
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: 12px;
	width: 450px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.arial20 {
	font-family: "Arial", "Arial";
	font-size: 16px;
}	