* {
	margin: 0;
	padding: 0;
	}

div#center
{
margin-left: auto;
margin-right: auto;
width: 40em;
text-align: left;
}

/* Body */

body {
	background-color: #c8e2ea;
	background-image: url('wp-content/themes/thesis_17/custom/images/background.gif');
	font-family: "century gothic", arial, sans-serif;
	}

h1, h2 {
	font-style: italic;
	text-align: center;
	}

.header2 {
	background-color: #e5edf9;
	border: 2px solid #1d488f;
	padding: 2px;
	text-align: center;
	}

p 	{
	text-align: justify
	}

p.center {
	text-align: center;
	}

p.bold	{
	font-weight: bold;
	}

p.orange {
	color: #f26649;
	}

p.border {
	border: 15px solid #91b2e8;
	padding: 20px 0 20px 0;
	margin: 0 20% 0 20%;
	}

p.borderorange {
	border: 10px double #f26649;
	padding: 20px 0 20px 0;
	}


hr 	{
	background-image: url("images/background2.jpg");
	height: 10px;
	}

img.noborder	{
	border-style: none;
	}

img.border2 {
	border: 5px solid black;
	}


/* Image Gallery */

div.img
{
  margin: 20px;
  border: 1px solid black;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 3px solid #1d488f;
}
div.img a:hover img {border: 3px solid #91b2e8;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 206px;
  margin: 2px;
}


/* Teacher's Page Image Gallery */

div.tchr
{
  margin: 20px;
  border: 1px solid #f26649;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.tchr img
{
  display: inline;
  margin: 3px;
  border: 0px;
}
div.tchr a:hover img {border: 0px;}
div.tchrdesc
{
  text-align: center;
  font-weight: normal;
  width: 206px;
  margin: 2px;
}

a.tchr:link {
	color: #1d488f;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	}

a.tchr:visited {
	color: #91b2e8;
	color: #1d488f;
	text-decoration: none;
	border: 0px;
	}

a.tchr:hover {
	color: #91b2e8;
	text-decoration: none;
	border: 0px;
	}

a.tchr:active {
	color: #1d488f;
	text-decoration: none;
	border: 0px;
	}


/* Photo Links */


a:link img.border	{
	border: 5px solid #1d488f;
	}

a:visited img.border {
	border: 5px solid #1d488f;
	}

a:hover img.border {
	border: 5px solid #91b2e8;
	}

a:active img.border {
	border: 5px solid #91b2e8;
	}

li.disc	{
	list-style: disc;
	margin: 0 0 0 20px;
	}


/* Boxes */

ul.ulchart {
	margin: 0 15% 0 15%;
	padding: 0;
	border: 10px double #1d488f;
	}

ul.ulchart2 {
	margin: 0 15% 0 15%;
	padding: 0;
	border: 10px double #1d488f;
	}


li.chartheader	{
	background-color: #91b2e8;
	border-top: 2px solid #1d488f;
	margin: 0px;
	padding: 10px;
	list-style: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	color: white;

	}

li.chart	{
	background-color: white;
	border-top: 2px solid #1d488f;
	list-style: none;
	text-align: center;
	padding: 5px;
	}

li.chartbottom	{
	background-color: white;
	border-top: 2px solid #1d488f;
	border-bottom: 2px solid #1d488f;
	list-style: none;
	text-align: center;
	padding: 5px;
	}


/* Float an image */

.floatimage {
	float: left;
	border: 5px solid black;
	width: 100px;
	margin: 0 15px 15px 0;
	display: inline;
	}

.floatstop {
	clear: left;
	}

.floatimage2 {
	float: left;
	border: 5px solid black;
	margin: 0 15px 15px 0;
	display: inline;
	}


/* Header of document */

#header {
	background-image: url('wp-content/themes/thesis_17/custom/images/header.gif');
	background-color: #c8e2ea;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 200px;
	padding: 5px;
	}

#bar	{
	background-image: url('images/stripe3b.gif');
	height: 4px;
	}

/* Navigation area of document */


#navigate {
	background-color: #e5edf9;
	border-top: 5px double #1d488f;
	border-bottom: 5px double #1d488f;
	padding: 2px;
	}

ul.nav {
	text-align: center;
	width: 100%;
	list-style-type: none;
	}

li.nav {
	display: inline
	}

a.one {
	text-decoration: none;
	font-weight: bold;
	color: #1d488f;
	background-color: #e5edf9;
	padding: 0 1em 0 1em;
	border: 1px solid #e5edf9;
	}

a.one:hover {
	color: white;
	background-color: #1d488f;
	font-weight: bold;
	border: 1px solid white;
	}


/* Content area of document */

#content {
	margin: 0 55px 0 55px;
	padding: 20px 20px 5px 20px;
	border-right: 5px double #1d488f;
	border-left: 5px double #1d488f;
	background-color: white;
	}


a.two:link {
	color: #1d488f;
	font-weight: bold;
	text-decoration: underline;
	border: 1px solid white;
	}

a.two:visited {
	color: #91b2e8;
	font-weight: bold;
	text-decoration: underline;
	border: 1px solid white;
	}

a.two:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #91b2e8;
	border: 1px solid black;
	}

a.two:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #91b2e8;
	border: 1px solid black;
	}


/* Footer of document */

#footer {
	padding: 5px;
	height: 80px;
	text-align: center;
	background-image: url("images/copyright.gif");
	background-repeat: no-repeat;
	background-position: 50% 5%;
	background-color: #91b2e8;	
	border-top: 5px double #1d488f;
	}
