/* CSS Document */
	
	body {
		margin:0;
		background: URL(../images/menu_bg.jpg) repeat-y;
		font: 12px "Trebuchet MS", Arial;
	}
	
	select, input, textarea { font: 12px "Trebuchet MS", Arial; }
	
	table  { border-collapse: collapse; border-spacing: 0; }
  	td, th { vertical-align:top; padding: 0; }
	
	img { padding:0; margin:0; border:none; }
	
	a { color:#06F; }
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 10px 0 0 0;
		list-style: none;
		float : left;
		width : 176px;
		border-bottom:1px solid #EBE7D8;
		border-top:1px solid #B8AA72;
	}
	
	#nav ul li ul {
		border-right:1px solid #2588C9;
		border-left:1px solid #2588C9;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 24px;
		width: 176px;
		border-top:1px solid #EBE7D8;
		border-bottom:1px solid #B8AA72;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 160px;
		margin-top : -21px;
	}
	
	#nav li a {
		width: 164px;
		height: 24px;
		display : block;
		color : #333;
		font-style:italic;
		text-decoration : none;
		padding-left: 10px;
		font-size:16px;
		font-family: "Times New Roman";
		background:URL("../images/menu_over.jpg") -176px 0 no-repeat;
	}
	
	#nav li a:hover {
		background-position: 1px 0;
	}
	
	#nav li:hover ul, #nav li.sfhover ul, #nav li:hover ul ul, #nav li.sfhover ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li.sfhover ul, #nav li li:hover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	h2, h3 {
		font-family:"Times New Roman";
		color:#A72B33;
		font-style:italic;
		font-weight:normal;
		letter-spacing:-2px;
		padding:0;
		margin:0;
	}
	
	h3 { font-size:26px; }
	
	h2 { font-size:20px; }
	
	h2 span, h3 span {
		border-bottom:1px solid #333;
	}
	
	#calendar .name {
		font-weight:bold;
		color:#A72B33;
	}
	
	#calendar .description {
		font-size:10px;
	}
	
	#calendar td {
		border-bottom:1px solid #DDD;
		padding:4px 0;
	}
	
	#calendar a {
		color:#06F;
	}
	
	#calendar .mi_link {
		font-size:10px;
	}
	
	#calendar_main {
		border:2px solid #333;
	}
	
	#calendar_main td {
		font-size:11px;
		border-right:1px solid #333;
		border-bottom:1px solid #333;
		color:#A72B33;
		padding:5px;
	}
	
	#calendar_main .dayName {
		text-align:center;
		font-weight:bold;
		border-bottom:2px solid #333;
		border-right:2px solid #333;
	}
	
	#calendar_main .noDay {
		background:#DEDEDE;
	}
	
	#links td {
		padding:15px;
	}
	
	#links .verb {
		text-indent:20px;
	}
	
	
h3.news_headline {
font-size:20px;
text-decoration:none;
margin:0px 0px 5px 10px;

}

p.news_body {
margin:0px 0px 0px 10px;
}

p.news_url {
margin:0px 0px 0px 10px;
}

p.news_pub {
margin:0px 0px 10px 10px;
}
	
	