@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-color: #eaeac6;
}
p {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #434F5B;
	text-align: justify;
}
h1 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	color: #ad8047;
}
h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	color: #ad8047;
}
#page_content a:link {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}
#page_content a:visited {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}
#page_content a:hover {
	color: #FFFFFF;
	background-color: #ad8047;
	text-decoration: none;
}
#page_content a:active {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}

#page_wrapper {
	width: 900px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 1px solid #434F5B;
}
#header {
	width: 900px;
	height: 235px;
}
#rotating_img {
	height: 201px;
	width: 900px;
}
#nav_bar_container {
	height: 34px;
	width: 900px;
	background-color: #434F5B;
}
#navbar {
	display: block;
	height: 34px;
	background-color: #434F5B;
	float: right;
}
#nav_img {
	float: left;
	width: 207px;
}
#main {
	width: 900px;
}
#page_content {
	float: right;
	width: 670px;
	padding-right: 10px;
	padding-left: 25px;
	padding-top: 10px;
}

#sidebar {
	float: left;
	width: 185px;
	padding-left: 10px;
	padding-top: 10px;
}
#page_content img {
	padding: 5px;
}
#sidebar p {
	font-size: 1.1em;
	color: #ad8047;
	font-weight: bold;
	line-height: 1.2em;
}
#masthead a:link {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}
#masthead a:visited {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}
#masthead a:hover {
	color: #FFFFFF;
	background-color: #ad8047;
	text-decoration: none;
}
#masthead a:active {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}

#footer {
	font-size: 1em;
	margin-left: 350px;
	color: #AD8047;
	background-position: center;
	padding-top: 15px;
	padding-bottom: 5px;
}
#footer a:link {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}
#footer a:visited {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	background-color: #ad8047;
	text-decoration: none;
}
#footer a:active {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}

/*THE FOLLOWING DIV WAS ADDED BY SEAN DOYLE swwwd@yahoo.com ON JULY 21, 2011 TO PLACE THE HEAT ALERT NOTICE ON THE Index PAGE AND nowplaying PAGE*/
#notice
	{
	position: fixed;
	right: 20px;
	top: 35px;
	z-index: 5;
	}
/*=============END OF NOTICE DIV CSS==========================================*/
/*THE FOLLOWING WAS ADDED BY SEAN DOYLE swwwd@yahoo.com ON SEPT 26, 2011.
THIS IS STYLING FOR THE intheclass.html PAGE=================*/
#workshopForm
{
font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
/*MAIN HEADING*/
#workshopForm h1
{
font-size: 21px;
line-height:1.2em;
font-weight:bold;
}
/*SUB HEADING*/
#workshopForm h2
{
font-size: 18px;
color: #013581;
}
#workshopForm h3
{
font-size: 14px;
font-weight:normal;
}
#workshopForm h5
{
color: #013581;
font-size: 18px;
font-style:italic;
}
#workshopForm p
{
font-size: 18px;
line-height:1.2em;
text-align: center;
}

#workshopForm  table
{
width:100%;

}

.back2top
{
	border-bottom: 1px dotted #AD8047;
    color: #AD8047;
    text-decoration: none;
	font-size: 75%;
}



.intheclass
{/*border:1px solid red;*/
	width:635px;
	margin:0;

}

.workshopForm
{

}
.msgOut
{
color:red;

font-size:18px;
font-weight:bold;
margin-bottom:20px;
}
/*================END OF INTHECLASS STYLING==================*/

