
*{
	padding:0;
	margin:0;
}
body
{
	
	background-color: /*#110011; */ #e1ffe1;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	 
	font-size: 1em;
}
.left{
	float:left;
	
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.displaynone{
	display:none;
}
#wrapper{
	position:relative;
	/* outline:1px solid red; */
	border-width:2px;
	border-style: solid;
	border-color:#c9c6cc;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-color:#e1ffe1;
	background-image:url('images/bannercosmos3.png'); 
	 background-repeat: no-repeat;
	 background-attachment: top left;
	 margin-bottom:10px;
}

#header{
	
}

.tagline{
	font-size:1.3em;
 	font-family: Georgia, Times New Roman, Serif; 
/*	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;*/
font-weight:500;
font-style:italic;
	 position:relative;
	left:4em;
	top:.6em;
	color:#330033;
	/* font-variant:small-caps; */
}
.space{
	width:50px;
	position:relative;
}
#name{
	position:absolute;
	z-index:100;
	left:180px;
	top:75px;
	
	
}
#name img{
	width:540px;
}
#container{
	position:relative;
	top:130px;
	width:900px;
	margin-bottom:130px;
	/* outline:red solid 1px; */
	
	
}

#leftcolumn{
	width:180px;
	float:left;
	/*  outline:1px red solid;  */
	margin-top:25px;
	position:absolute;
}

.vnav{
	list-style:none;
	margin-left:0em;
	
}

.vnav li{
	margin: 5px;
	padding: 0;
	text-align:center;
	text-transform:capitalize;
	font-size:0.9em;
	border:1px solid #c6e9af;
}

.vnav li a{
	display:block;
	color:#000;
	background:/*#c6e9af;*/#bbffbb;
	padding-bottom:.4em;
	padding-top:0.4em;
	text-decoration:none;
	border:1px ;
}
.vnav li a:hover{
	background:#c9c6cc;
	text-decoration:underline overline;

}

.vnav li a.active{
	background:#c9c6cc;
	border:1px solid #c6e9af;
	text-decoration:underline;
}

#rightcolumn{
	background:white;
	float:right;
	margin-left:180px;
width:720px;
border:1px #ddd solid;
overflow:show;
/*  outline:1px red solid;  */
 position:relative;
 min-height:500px;
 font-size:0.9em;
}
/* Content div styles begin*/
 .clear{
	 clear:both;
 }
 .left{
	float:left;
	
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.displaynone{
	display:none;
}


.featurebox{
	float:right;
	width: 220px;
	height:110px;
	font-size:1em;
	border:1px solid #ccffcc;/*#c6e9af;*/
	 background:#bbffbb;/*#d6f9bf;*/ 
	padding:.8em;
	margin-left:.5em;
}
 .content{
	 padding:1.5em 1em;
 }
 .content li{
	margin-left:2em;
	
 }
.video{
	text-align:center;
	display:block;
}
p{
	padding: 1em 0 ;
	
}
.content img {
	border:1px solid black;
	margin:0 1em .5em;
}

h1{
	font-family:Georgia,"Times New Roman", Times, Serif;
	font-style:italic;
	font-size:1.5em;
	margin-bottom: 1em;
}
.pagetitle{
	text-align:left;
	border-bottom:1px black solid;

}

#footer{
	clear:both;
	padding:10px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	font-size:0.8em;
	
}
.left{
	float:left;
	
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.displaynone{
	display:none;
}

/* SCHEDULE PAGE only*/

table{
	width:99%;
	border-collapse:collapse;
}

td {
	padding:2px;
}
table.schedule td{
	font-size:.8em;
	width:14%;
	text-align:center;
	border:1px solid
}
	
table.payment td{
	text-align:left;
}

tr.highlight{
	background: #DFD;
}
