@charset "utf-8";
/* CSS Document */

body {
	background-color:black;
	text-align:center;
	margin:0;
}

.wrapper_main {
	background-color:black;
	margin:0 auto;
	width:970px;
	text-align:left;
}
.wrapper_info {
	background-color:black;
	margin:0 auto;
	width:780px;
	text-align:left;
}
.wrapper_grey {
	background-color:#524B4C;
	margin:0 auto;
	width:780px;
	text-align:left;
}
.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFF99;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FFFF66;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FF6600;
}
.header3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #CCFF66;
}
.header4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #009999;
	font-variant: normal;
	text-decoration: underline;
}
.background1 {
	background-color: #669900;
	border: 4px solid #66CC00;
}
.background2 {
	background-color: #003399;
	border: 4px solid #66CC00;
}
li {
	list-style: circle outside; 
	color:white;
} 
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #EBE067;
	font-variant: normal;
	text-decoration: none;
        border-bottom: 1px solid #EBE067;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #EBE067;
	font-variant: normal;
	text-decoration: none;
	border-bottom: 1px solid #EBE067;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #EBE067;
	font-variant: normal;
	text-decoration: none;
	border-bottom: 1px solid #EBE067;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #EBE067;
	background-color:#706E6E;
	font-variant: normal;
	text-decoration: none;
	border-bottom: 1px solid #82FC00;
}
a.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF6600;
	font-variant: normal;
	text-decoration: none;
	text-align:left;
}
a.linktext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF6600;
	font-variant: normal;
        background-color:#131711;
	text-decoration: underline;
	text-align:left;
}
.linktext_reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
	font-variant: normal;
	text-decoration: none;
}
.big_sunshine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #EDEA1A;
}
.pumpkin_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #DB4900;
}
#dropmenudiv{
	position:absolute;
	background-color: ;
	border: ;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a{
	width: 120%;
	display: block;
	text-indent: 0px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #669900;
}
/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 135px;
	background-color: #FFFFB9;
}
.classes1list {
	list-style-type: square;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	text-transform: none;
	color: #009999;
	font-variant: normal;
	text-decoration: underline;
}
.instructors1list {
	list-style-type: square;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	text-transform: none;
	color: #009999;
	font-variant: normal;
	text-decoration: underline;
}
