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

body  {
	background:#fff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}



.center {
text-align: center;
}

#container { 
	width: 780px;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFFFFF;


}

#header {
	padding: 15px 40px 0 40px;
	


}

#mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-repeat: repeat-y;
	background-position: right;
	
} 

	

p.program {
	font-size: 1.1em;
	font-weight:bold;
	margin: 0;
	padding: 0;
	
	border-top: thin solid #660000;

}


#program p.anchorlinks, a {
	padding: 0 0 0 0;
	font-size: .85em;
	font-weight: bold;
	color:#006666;
	line-height: .5em;



}

#footer { 
	border-top: thick solid #006666;
 
} 

#top { 
	border-top: thick solid #006666;
 
} 
