 /* ----- main stuff ---- */
body {
		font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: .9em;
		line-height: 140%;
 }

.content {
		font-size: .9em;
		font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: normal;
		padding: 0px;
		line-height: 140%;
		/* vertical-align: top; */
 }
 
.contentBody {
	font-size: 1.0em;
}

li {
	list-style-type: square;
	margin-left: 15px; 
	padding: 0px 0px 10px 0px;
	color:#444444
}

p {
	font-size: 0.8em;
		font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: normal;
		padding: 0px;
		line-height: 140%;
}

td {
	font-size: .9em;
		font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: normal;
		padding: 0px;
		line-height: 140%;
}

 
h1 {
	font-family: verdana, arial, helvetica, sans-serif;        
	font-size: 1.2em;
   font-weight:bolder;
	color: #666666;
	margin-bottom: 0px; 
	padding: 0px;
}

h2 {
      font-size: 0.95em;
      font-weight:bold;
		color: #333333;
		margin-bottom: 0px; 
		padding: 0px 0px 10px;
}

h3 {
	   font-size: 0.8em;
      font-weight:bold;
		color: #CC0000;
		margin-bottom: 0px; 
		padding: 0px;
}

.picRight {
			float: right;
			padding: 0px 10px 10px 10px;
}

.picLeft {
			float: left;
			padding: 0px 10px 10px 0px;
}

#schedule li {
	   font-size: 0.7em;
      font-weight: normal;
		color: #000000;

}

.location {
 	font-size: .9em;
	color: #660099;
	font-weight: bold;
}

.title      {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	color: #CC0000;
	margin-bottom: 0;
	padding: 0px;
}

.subtitle      {
		font-size: 0.8em;
      font-weight:bold;
		color: #CC0000;
		margin-bottom: 0; 
		padding: 0px;
}


a:link { 
	color: #006666;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
	
a:hover {
	color: #009999;
	text-decoration: underline;
	font-weight: bold;
}
	
a:active { 
	color: #009999;
	text-decoration: underline;
	font-weight: bold;
	}

.caption {
	color: #000000;
	font-size: 0.8em;
	padding-left: 10px;
	font-style: italic;
}

.backgroundFill {
	background-color : #F9F4BB;
}



/* This is a fix for IE being stupid and not listening to fixed width table cells */
#schedule .times {
	width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "90px":
        "auto" );
}


.topRule {
	padding: 0px;
	text-align: center;
	background-image: url(../images/template/red_divider_top.gif);
	background-repeat : repeat-x;
	background : url(../images/template/red_divider_top.gif);
	height: 10px;
	width: 192px;
} 

.leftNav {
	text-align: right;
	margin-bottom: 0;
	padding-right: 10px;
	padding-top: 25px;
	background-image: url(../images/template/handstand.gif);
	background-repeat : no-repeat;
	background : url(../images/template/handstand.gif);
	height: 610px;
	width: 192px;
} 

.bottomRule {
	padding: 0px;
	text-align: center;
	background-image: url(../images/template/red_divider_bottom.gif);
	background-repeat : repeat-x;
	background : url(../images/template/red_divider_bottom.gif);
	height: 10px;
	width: 192px;
}


/* from cyc styles */
/*
#schedule p {
 	font-size: 0.7em !important;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#schedule a:link {
	font-size: 0.75em;
	color: #660099;
	text-decoration: none;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
	
#schedule a:visited {
	font-size: 0.75em;
	color: #660099;
	text-decoration: none;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
	
#schedule a:hover { 
 	font-size: 0.75em;	
	color: #9933ff;
	text-decoration: underline;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
#schedule a:active { 
 	font-size: 0.75em;	
	color: #CC00FF;
	text-decoration: underline;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}	
	
	*/
