/* All Pages */
body {
	/*background-color: rgb(191,213,237);*/
	background-color: rgb(175,190,221);
}

img {
	border: none;
}

a:visited {
	color: navy;
}
a:link {
	color: blue;
}
div.top {
	text-align: center;
}
div.top p#toptitle {
	font-size: 200%;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
div.top p#topdate {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
div#leftbookend, div#rightbookend {
	height: 100%;
	width: 160px;
	padding: 0px;
	margin: 0px;
}
div#leftbookend {
	background-image: url("images/stars-left.png");
}
div#rightbookend {
	background-image: url("images/stars-right.png");
}
div#leftbookend img, div#rightbookend img {
	margin-top: 100px;
}
div.standards {
	float: right;
	text-align: center;
	margin-top: 30px;
}
table.layout {
	border: none;
	padding: 0px;
	margin: 0px;
}
table.layout td {
	vertical-align: top;
}
div.content {
	padding: 0px 10px 0px 10px;
}
div.content h1 {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
div.content h1.title {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: black;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
div.navbottom {
	text-align: center;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: black;
	padding: 3px 0px 3px 0px;
	margin: 30px 0px 3px 0px;
}
div.navtop {
	text-align: center;
	/* border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: black; */
	padding: 2px 0px 3px 0px;
	margin: 2px 0px 3px 0px;
}
p.alert {
	text-align: center;
	color: red;
}

/* Index Page  */
div#logodiv {
	text-align: center;	
}
img#floralogo {
	border: none;
	margin: 5pt 5pt 0pt 5pt;
	padding: 5pt 5pt 0pt 5pt;
}
img#pilogo, img#nassplogo, img#usclogo {
	border: none;
	margin: 0pt 5pt 0pt 5pt;
	padding: 0pt 5pt 0pt 5pt;
}
/* Schedule Page */
table.schedule {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}
table.schedule td {
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}
table.schedule tr.week td {
	/* background-color: white; 
	background-color: rgb(175,190,221); */
	background-color: rgb(170,170,190);
}
table.schedule tr.typeI td {
	background-color: rgb(230,230,245); 
}
table.schedule tr.typeI td.break {
	/* background-color: yellow;
	background-color: rgb(175,190,221); 
	background-color: rgb(220,220,250); */
	background-color: rgb(170,170,190); 
	vertical-align: middle;
	padding: 3px;
}
b.core {
	color: black;
}
b.teach {
	color: blue;
}
b.public {
	color: red;
}
b.tech {
	color: green;
}

/* Form Pages */
table.formtable td.secend {
	padding-bottom: 15pt;
	margin-bottom: 15pt;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: black;
}
table.formtable tr.secsrt td {
	padding-top: 15pt;
	margin-top: 15pt;
}
/* Social Activities page */
div.left img, div.right img {
	clear: both;
	margin: 5pt;
	margin-top: 3px;
	border-width: 1pt;
	border-style: solid;
	border-color: black;
}
div.left img {
	float: left; 
	margin-left: 0px;
}
div.right img {
	float: right;
	margin-right: 0px;
}
div.left h1 {
	clear: right; 
	margin-top: 3px;
}
div.right h1 {
	clear: left; 
	margin-top: 3px;
}
div.left p {
	clear: right;
}
div.right p {
	clear: left;
}
