body {
	margin: 11px 0 0 0;
	padding: 0;
	background: #000000 url(images/background.jpg) repeat;
	font: small Arial, Helvetica, sans-serif;
}

#secondary {
        background: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;

}

h3 {
        color: #FFFFFF;}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
	color: #999999;
}

a {
	text-decoration: underline;
	color: #9ED738;
}

a:hover {
	text-decoration: underline;
}

a.black {
    display: none}

#page {
	width: 960px;
	background: black;
	margin: auto;}


#page2{
       width: 660px;
       color: #000000;}
/* Header */

#header {
	position: relative;
	height: 265px;
	width: 940px;
	margin: auto;
}

#header * {
	text-decoration: none;
	text-align: center;
	color: #000000;
}

#header h1 {
	font-size: 3em;
	font: Impact, Impact5, Charcoal6, sans-serif;
	color: white;

}

#header h2 {
	color: black;
	font-style: italic;
        font-size: 1.5em;
        font: Impact, Impact5, Charcoal6, sans-serif;
}

/* #header .logo {
	border-style: none;
	margin-top: 1%;
	padding-left: 18%
} */	

#header .logo {
	width: 580px;
	height: 264px;
	padding: 0px
}

#header .title {
	position: absolute;
	width: 300px;
	left: 620px;
	top: 85px;
	color: #CCCCCC;
	font-size: 1.5em;
        font-family: Impact, Impact5, Charcoal6, sans-serif;
}

#header .award {
	position: absolute;
        left: 620px;
	top: 50px;
	padding: 0px;
}



img.floatleft
{
float: left;
margin: 0px 14px 3px 0px;
}



/* Menu */

#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	line-height:normal;
	border-bottom: 1px solid gray;
}

* html #menu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#menu ul{
	list-style-type: none;
	margin:0;
	margin-left: 8px;
	padding:0;
	list-style: none;
}

#menu li{
	display:inline;
	margin:0;
	padding:0;
}

#menu a {
	float:left;
	background:url(images/nava.gif) no-repeat left top;
	margin:0;
	padding:0 3px 0 9px;
	text-decoration:none;
	color: #CCCCCC;
	display: block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: x-small;
	font-weight: bold;


}

#menu a span {
	float:left;
	display:block;
	background:url(images/navb.gif) no-repeat right top;
	padding:3px 14px 3px 5px;
	font-weight:bold;
	color: #FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */

#menu a:hover span {
color: white;
}

#menu #current a {
background-position:0 -29px;
}

#menu #current a span {
	background-position:100% -29px;
	color: #FFFFFF;
}

#menu a:hover {
	background-position:0% -29px;
}

#menu a:hover span {
	background-position:100% -29px;
}



/* Content */

#content {
	width: 940px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 660px;
	padding: 0 0 0 10px
}


#colTwo {
	float: left;
	width: 240px;
	padding: 0 0 0 20px;
}

#singleCol {
	float: left;
	width: 100%;
}

#popup {
	float: left;
	width: 618px;
}


/* Content Elements */

#photodiv {
	width: 520px}

#content h2 {
	height: 21px;
	margin-bottom: 15px;
	padding: 5px 0 0 8px;
	background: url(images/img6.gif);
	letter-spacing: normal;
	font-size: .9em;
        color: #000000;
}

#content h2 a {
	height: 21px;
	margin-bottom: 15px;
	padding: 5px 0 0 8px;
	background: url(images/img6.gif);
	letter-spacing: normal;
	font-size: .9em;
}


#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: normal;
	color: #FFFFFF;
	text-align: center;
}

#content h4 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: normal;
	text-align: center;
	color: #FFFFFF;
	padding: 3px;
}
#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}              

#content p {
         font-size: small;}



.quote {
         display: block;
         padding: 5px 0 0 0;

}

.source {
	text-align: right;
	font-style: italic;
}

.quotestart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #666666;
 }

 .quoteend {
     float: right;
     height: 25px;
     margin-top: 25px;
     padding-top: 0px;
     font-size: 700%;
     color: #666666;
 }

.hide {
	display:none;
}

.image {
	display: inline;}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

.figure {
	float: left;
	width: 240px;
	margin: 0 10px 10px 10px;}

.pics {
	float: right;
	width: 215px;
	border: 1px solid silver;
	margin: 15px 10px 5px 10px;
}

img {
    border: none}

.pics img {
	margin-left:30px;
	margin-bottom: 10px;
	padding: 10px;
}

.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  padding: 2px;
	margin: 10px 0 0 0;
}

.space {clear:both; display:}

/* Forms */

.cssform p{
width: 520px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}






/* Footer */

#footer {
	height: 90px;
	padding: 7px 0 0 0;

}

#footer * {
	color: #white;
}

#footer p {
	text-align: center;
	font-size: smaller;
}

#footer p.copyright {
	text-align: center;
	font-size: smaller;
	color: white;}

#footer a {
	text-align: center;
	font-size: smaller;
	color: white;}


/* Class Schedule Table */

#schedule table {
	background-color: #CCCCCC;
	text-align: left;
	width: 100%;
	border-spacing: 0px;
	border: 3px solid #FFFFFF;
	line-height: 2em;
}

#schedule table thead {
	color: #000000;
	line-height: 3em;
	font-size: 1.2em}

#schedule .header{
	padding: 1em 0 1em 0;
	font-size: 2em;
	font-style: normal;
	color: #9ED738;
	background-color: #000000;
	text-align: center;
}


#schedule tbody th{
	padding-right: 1.0em;
	color: #000000;
	font-style: normal;
}

#schedule tbody td{
	line-height: 2.5em;
}


#schedule table tr.morning{ 
	background-color: #777777;
	font-color: #FFFFFF; 
}

#schedule table tr.midmorning{
	background-color: #AAAAAA;
	font-color: #FFFFFF;
}

#schedule thead th{
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-color: black;
}

#schedule td{
	color: #000000;
	padding-right: 0.5em;
}

#schedule .morning td a{
	color: #000000}

#schedule .midmorning td a{
	color: #000000}

#schedule .evening td a{
	color: #000000}

/* Paypal Button */
#paypal {
	height: 60px;
	margin: auto;
	text-align: center;
}


.columnleft{
    width: 180px;
    float: left;
}

.columnright{
}