body {
	background-image: url(school_background.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}



a {
	text-decoration:none;
	color:#00F;
	}
a:hover{
	text-decoration:underline;
	color:#0F3;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#container {
	padding: 0px;
	width: 850px;
	height: auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-color: #D9D5D2;
	margin-top: 0px;
	margin-bottom: 0px;
	border: thick double #333;
}
#header {
	width: 820px;
	background-color: #D9D5D2;
	}

#tab {
	float: left;
	width: 200px;
	margin-top: 0px;
	background-repeat: no-repeat;
	height: 62px;
}
#tab2 {
	float: left;
	width: 200px;
	margin-top: 0px;
	background-repeat: no-repeat;
	height: 62px;
}

#image {
	float: right;
	width: 610px;
	height: 100px;
	background-repeat: repeat-x;
	margin-right: 30px;
	border: thin solid #999;
}

#nav {
	float: left;
	width: 170px;
	margin-top: 0px;
	margin-left: 20px;
	border: thin solid #999;
	background-color: #EDEDED;
	text-align: center;
	margin-bottom: 20px;
	height: auto;
}

.nav_text {
	padding: 5px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11.5pt;
}
	

#content {
	background-color: #EDEDED;
	float: right;
	border: thin solid #999;
	padding: 10px;
	margin-top: 10px;
	margin-right: 30px;
	width: 590px;	
	margin-bottom: 20px;
	
}
.content_header {
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16pt;
	font-weight: bold;
	line-height: 18pt;

}
.content_text {
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	line-height: 18px;
	
}
.content_italic {
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	line-height: 18px;
	font-style: italic;
	
}

.content_subhead {
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	line-height: 18px;
	font-weight: bold;
	line-height: 14pt;
	color: #03F;
}
#content2{
	background-color: #EDEDED;
	float: left;
	border: thin solid #999;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 30px;
	width: 410px;
	margin-bottom: 20px;
	
}
	.content2_header {
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 16pt;

}
	.content2_text {
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	line-height: 18px;

}
.content2_bold {
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: 18px;

}
.content2_center {
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	line-height: 18px;

}
	
#vertical_image{
	float: right;
	width: 150px;
	margin-top: 10px;
	margin-right: 30px;
	border: thin solid #999;
	background-color: #EDEDED;
}
	
.vertical_text{
	padding: 5px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	line-height: 18px;

}
#video{
	background-color: #EDEDED;
	float: right;
	border: thin none #999;
	margin-top: 10px;
	margin-right: 30px;
	width: 610px;
}
	
#container #video div p strong {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #36C;
	text-decoration: blink;
}
#container #video div p {
	font-family: Comic Sans MS, cursive;
}

