body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	background-image: url("../images/olive_fuzz.jpg");
	background-repeat: repeat-y;
	color: #E4E4E4;
	background-color: #9C9C63;
	width: 780px;
	display: block;
}

a:link, a:active, a:visited {
	color: #E4E4E4;
	text-decoration: underline;
}

a:hover {
color: #E4E4E4;
	text-decoration: none;
}

h2 {
	margin:0px;
	padding:0px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

form {
	margin:0px;
	padding:0px;
}

img {
	border: 1px solid black;
	margin: 2px;
}

table, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #E4E4E4;
	vertical-align: top;
}
th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #E4E4E4;
	text-align: left;
}

.top_header {
	font-size: 36px;
	line-height:42px;
	color: #FFCC33;
	background-image: url("../images/banner_brown_plain758x144.jpg");
	width: 758px;
	height: 144px;
	display: block;
} 

.leftNav { 
	width: 150px;
	margin: 0px;
	/*padding:0;*/
	color: #FFCC33;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	display: block;
	float:left;
 }
 

 
 .leftNav a:link, .leftNav a:visited  {
	text-decoration: none;
	color: #FFCC33;
	background-image: url("../images/button_off.jpg");
	background-repeat: no-repeat;
	/*width: 148px;*/
	height: 32px;
	display: block;
 }
 
 .leftNav a:hover, .leftNav a:active {
 	text-decoration: underline;
	color: #FFCC33;
	background-image: url("../images/button_on.jpg");
	background-repeat: no-repeat;
	height: 32px;
	display: block;
 }

 .button_text { 
 	padding: 5px 0px 0px 27px;
	display: block;
  }
   
  .current  { 
  	background-image: url("../images/button_current.jpg");
	background-repeat: no-repeat;
	height: 32px;
	display: block;
	padding: 0px 0 5px 0;
   }
   

   .mainContent { 
   	margin-top: 0px;
	margin-left: 160px;
	width: 595px;
	background-color: #9C3100;
    }
		
	 .mainContent p { 
	 	padding-left: 10px;
		padding-right: 3px;
		padding-top: 3px;
		padding-bottom: 4px;
		margin-top: 3px;
		width:95%;
		display:block;
	  }
	 
	 .mainContent ul { 
	 	/*padding-left: 15px;
		padding-top: 1px;
		padding-bottom: 2px;
		margin-left: 12px;*/
		/*margin: 0px 0 5 10;*/
	  }
	  
	  .mainContent li {
	  	padding-bottom: 3px;
	  }
	
	.mainContent h3 { 
	font-size: 120%;
	padding-left: 10px;
	display:block;
	width:95%;
 } 
 
 .cap { 
		width: 595px;
		display: block;
		height:31px;
		background-image: url("../images/olive_marble_tall.jpg");
		background-repeat: repeat-x;
		margin: 0px;
		padding:0px;
		text-align: center;
		
	 }
	 
	 .cap_text {
	 	padding: 5px 0 0 0;
		font-weight: bold;
		font-size: 16px;
		color: #633100;
	 }
	 
	 .bottom { 
	 	clear:both;
		width: 595px;
		display: block;
		height:23px;
		background-image: url("../images/olive_marble_short.jpg");
		background-repeat: repeat-x;
		margin: 0px;
		padding: 0px;
	 }
 
 .subscribe_box {
 	display: block;
	width: 140px;
	border: 1px solid #9C3100;
	margin: 16px 2px 0px 2px;
	float:left;
 }
 
 .subscribe_box p {
 	padding: 3px;
	margin:0px;
	font-size: 60%;
 }
 
 .subscribe_box_header{

	background-color: #9C3100;
	display: block;
	border: 0px;
	padding:0px;
	margin:0px;
 }
 
  .subscribe_box h2 {
	font-size: 80%;
	padding: 2px 0px 2px 2px;
 }
 
 .subscribe_box .text_input {
 	font-size: 80%;
 }
 
 .clear_both {
 	clear: both;
 }
 .clear_l {
 	clear:left;
 }	
 .clear_r {
 	clear:right;
 }	
 
 .flt_l {
 	float:left;
 }
 .flt_r {
 	float: right;
 }
 
 .nonBreakContent {
 	width: 580px;
	display: block;
 }
 
 .center {
 	text-align: center;
 }
 
 table.teachers {
 	margin-left: 15px;
	width: 88%;
 }
 
 table.teachers td { 
	padding: 5px;
	border-bottom: 1px solid #E4E4E4;
  }
  
  table.teachers td ul { 
  	margin: 16px;
   }
   
   .tiny {
   	font-size: 85%;
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 1px;
	margin:0px;
   }
   
   .footer {
   font-style:italic;
   font-size: 77%;
   color: #9C9C63;
   vertical-align: middle;
   text-align: right;
   padding-top: 3px;
   }