body {
	background-color: #ebfcdd;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #37265c;
	list-style-image: url(images/bullet.jpg);
}

div.content {
	clear: left;
}



/* Links looks */

a {
	color: #c42023;
	text-decoration: none;
}

a:visited {
	color: #c42023;
	text-decoration: none;
}

a:hover {
	color: #79ba44;
}

a.science {
	color: #007db4;
	text-decoration: none;
}

a.science:visited {
	color: #007db4;
	text-decoration: none;
}

a.science:hover {
	color: #79ba44;
}

a.speaking {
	color: #eb871c;
	text-decoration: none;
}

a.speaking:visited {
	color: #eb871c;
	text-decoration: none;
}

a.speaking:hover {
	color: #79ba44;
}

a.footer {
	color: #79ba44;
	text-decoration: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight: bold;
}

a.footer:hover {
	color: #c42023;
	text-decoration: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight: bold;
}

a.copyright {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #c42023;
}




/* paragraph looks and headers */

h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 28px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #79ba44;
	line-height: 20pt;
	letter-spacing: normal;
	text-align: left;
}

h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 22px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #9161a9;
	line-height: 18pt;
}

h3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#007db4;
	line-height: 18pt;
}

h3.speaking {
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#eb871c;
	line-height: 18pt;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #37265c;
	line-height: 12pt;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #37265c;
	line-height: 16pt;
}

p {
	line-height: 18px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 14px;
}

.calendar {
	width: 500px;
}

.addressHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #785f4b;
}

.addressHeadTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bolder;
	color: #CA6D49;
}

.photo {
	border: 1px solid #9161a9;
	background-color: #ebfcdc;
	padding: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

.leftPhoto {
	border: 1px solid #9161a9;
	float: left;
	background-color: #ebfcdc;
	padding: 3px;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 3px;
}

.rightPhoto {
	border: 1px solid #9161a9;
	float: right;
	background-color: #ebfcdc;
	padding: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

.undernavPhoto {
	border: 1px solid #9161a9;
	background-color: #ebfcdc;
	padding: 3px;
	margin: 3px;
	position: absolute;
	left: 20px;
	top: 460px;
	width: 191px;
	height: 133px;
}

.wayundernavPhoto {
	border: 1px solid #9161a9;
	background-color: #ebfcdc;
	padding: 3px;
	margin: 3px;
	position: absolute;
	left: 20px;
	top: 1260px;
}

.photoDescriptionRight {
	float: right;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 3px;
	line-height: 12px;
	text-align: center;
	border: 1px solid #03F;
}

.photoDescriptionLeft {
	float: left;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 3px;
	line-height: 12px;
	text-align: center;
	border: 1px solid #03F;
}

.commentRight {
	float: right;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px;
	line-height: 14px;
	text-align: left;
	border: 1px solid #03F;
	background-color: #FFF;
	width: 200px;
}

.commentCenter {
	float: center;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px;
	line-height: 14px;
	text-align: left;
	border: 1px solid #03F;
	background-color: #FFF;
	width: 300px;
}

.commentWhole {
	
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	line-height: 13px;
	text-align: left;
	border: 1px solid #03F;
	background-color: #FFF;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}

.commentWhole p {font-size: 10px; margin-top:2px;line-height: 14px;}

.commentLeft {
	float: left;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 3px;
	line-height: 14px;
	text-align: left;
	border: 1px solid #03F;
	background-color: #FFF;
	width: 200px;
}

.copyrighttext {
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	font-weight: lighter;
	text-align: center;
	vertical-align: top;
}




/* Box styles */


#mainBox {
	height: auto;
	width: 900px;
	background-color: #ebfcdc;
	padding: 10px 20px 0px 20px;
	position: relative;
	left: 20px;
	top: 0px;
	border: thin solid #d2aebf;
}

#topBar {
	margin: 0px;
	padding: 0px;
	height: 164px;
	width: 703px;
	left: 0px;
	top: 0px;
	position: absolute;
}

#leftBar {
	margin: 0px;
	padding: 0px;
	width: 220px;
	left: 0px;
	top: 164px;
	position: absolute;
}

#splash {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 30px;
}


#mainText {
	width: 500px;
	left: 230px;
	top: 170px;
	position: relative;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	height: 40px;
	width: 850px;
	text-align: center;
	color: #036;
	left: 30px;
	background-image: url(images/botnav.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin-left: -200px;
	vertical-align: bottom;
}

.heading {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#address {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	position: absolute;
	left: 400px;
	top: 85px;
	line-height: 13px;
}



/* List styles */

.bullet {
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	line-height: 15px;
	list-style-type: none;
	color: #37265c;
}

.noBullet {
	list-style-image: none;
	list-style-type: none;
}

#blackboard {position:absolute; top:200px; left:650px; z-index:1;}
