body {
	margin: 0px;
	background-color: White;
}
 
A:link {
	color: white;
	text-decoration: none;
} /* unvisited link */

A:visited {
	color: white;
	text-decoration: none;
} /* visited links */

A:hover {
	color: #FFA500;
	text-decoration: none;
} /* active links */

A:active {
	color: #FFA500;
	text-decoration: none;
} /* active links */

A:link.other {
	color: Orange;
	text-decoration: none;
} /* unvisited link */

A:visited.other {
	color: Orange;
	text-decoration: none;
} /* visited links */

A:hover.other {
	color: Green;
	text-decoration: none;
} /* hover links */

A:active.other {
	color: Orange;
	text-decoration: none;
} /* active links */

.subnav a:link {
	text-decoration: none;
	color: White;
}

.subnav a:visited {
	text-decoration: none;
	color: White;
}

.subnav a:hover {
	text-decoration: none;
	color: #FFA500;
}

.subnav a:active {
	text-decoration: none;
	color: #FFA500;
}

/* links page */
.links {
	min-height: 60px;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	background-color: #dcdcdc;
	border: solid 1px black
}

.links a:link {
	font: 12pt Arial;
	color: Black;
	font-weight: bold;	
	text-decoration: none;
	color: black;
}

.links a:visited {
	font: 12pt Arial;
	color: Black;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.links a:hover {
	text-decoration: none;
	color: #FFA500;
}

.links a:active {
	text-decoration: none;
	color: #FFA500;
}

/* studio links page */
.studiolinks {
	min-height:24px;
	margin:5px 5px 5px 5px;
	background-color:#dcdcdc;
	border:solid 1px black;
}

.studiolinks a:link {
	font: 12pt Arial;
	color: Black;
	font-weight: bold;	
	text-decoration: none;
	color: black;
}

.studiolinks a:visited {
	font: 12pt Arial;
	color: Black;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.studiolinks a:hover {
	text-decoration: none;
	color: #FFA500;
}

.studiolinks a:active {
	text-decoration: none;
	color: #FFA500;
}

.pageheader {
	z-index: 1;	
}

.pagenav1 {
	z-index: 5;
}

.pagenav2 {
	z-index: 4;	
}

.topnav {
	font: normal 11pt Arial;
	color: White;
	background: Gray;
	margin: 1px;
	width: 160px;
	height: 20px;
	text-align: center;
	border: 1px solid Black;
	float: left;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	z-index: 3;
}

.subnav {
	font: normal 11pt Arial;
	color: White;
	background: #696969;
	width: 158px;
	height: 19px;
	text-align: center;
	border: 1px solid black;
	filter: alpha(opacity=99);
	-moz-opacity: .99;
	opacity: .99;
	z-index: 4;
}

/* main content header */
.contentheader {
	font: bold 16pt Arial;
	color: White;
	letter-spacing: 10px;
	text-indent: 6px;
	background-color: #495761;
	border-bottom: z-index: 2;
	border-bottom-color: #FFA500;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

/* main content */
.content {
	background: #f5f5f5;
	min-height: 438px;
	height: auto !important;
	height: 438px;
}

.header {
	height:30px;
	margin:10px 5px 10px 5px;
	background-color:#999966;
	font: bold 12pt Arial;
	color: Black;
}	

p {
	margin-top: 0px;
	font: 12pt/16pt Arial;
	color: black;
}

div.instructorname {
	font: 12pt Arial;
	color: Black;
	font-weight: bold;
	text-align: center;
	width: 150px;
	height: 30px;
	background-color: #FFA500;
}

div.biolink {
	font: 12pt Arial;
	color: Black;
	font-weight: bold;
	text-align: center;
	width: 150px;
	height: 30px;
	background-color: #669999;
}

label {
	font: 11pt Arial;
	color: Black;
	width: 80px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block;
}

input {
	color: Black;
	background: White;
	border: 1px solid Black;
}

textarea {
	font: 11pt Arial;
	color: Black;
	background: White;
	border: 1px solid Black;
	overflow: auto;
}

.submit input.submit {
	color: White;
	background: #B8860B;
	border: 1px solid Black;
	width: 150px;
	height: 26px;
}

.submit input.reset {
	color: White;
	background: #B8860B;
	border: 1px solid Black;
	width: 150px;
	height: 26px;
}

.btn {
	font: normal 11pt Arial;
	color: White;
	background: Gray;
	text-align: center;
	border: 1px solid Black;
}

.db_normal {
	font: normal 12pt Arial;
}

.db_bold {
	font: bold 12pt Arial;
}

.th {
	font: bold 12pt Arial;
	color:white;
}

/* left column */
.left-column {
	background: #495761;
	min-height:438px;
	height:auto !important;
	height:438px;
	border-bottom: 1px solid #FFA500;
}

.address{
	text-align:center;
	border:solid black 1px;
	background-color:lightgrey;
}

.reminder{
	text-align:center;
	border:solid black 1px;
	background-color:white; 
}

.notes_reminders {
	font: 10pt/11pt Arial, Helvetica, sans-serif;
	color: Black;
	text-align: center;
	margin: 0px 4px 10px 4px;
}

h3 {
	font: bold 14pt Arial;
}

.hours {
	font: normal 12pt Arial;
}