@import url(ww_features.css);

body { 
	margin: 0; 
	padding: 0;
	background-color: White; 
	color: Black;
}

tr.header { 
	background-color: #60318A; 
	color: #7D40B5; 
}

tr.header h1 { 
	color: #B48CD7; 
	font: 25px Impact,"Arial Black"; 
	font-weight: normal;
}

#menu { 
	background-color: #7D40B5; 
	color: #DDD; 
	font: 10px verdana,arial; 
}

#menu p { margin: 8px; }

#menu b, #menu strong { color: white; letter-spacing: 1px; }

#menu a { 
	display: block; 
	text-align: center;
	color: white;
	text-decoration: none;
	font:  bold 11px verdana, arial, sans-serif;
	border-top: 2px solid #B48CD7; 
	border-right: 2px solid #B48CD7; 
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	padding: 5px;
}

#menu a:hover { background-color: #9864C8; }

#menu h3,#menu h2,#menu h1 { 
	color: #CCC; 
	text-align: center; 
	font-style: normal; 
	font-size: 15px; 
	letter-spacing: 1em; 
}

#content { 
	padding: 15px; 
	font: 15px/1.4 Georgia; 
}

#content p { 
	margin:0 0 3px 0; 
	text-indent: 1.5em; 
}
#content table.wwCalendar p.wwDate { text-indent:0; }

h1,h2,h3,h4,h5,h6 { 
	margin-bottom: 3px; 
	font-family: arial; 
	color: green;  
}

h2,h3,h4,h5,h6 { 
	font-style: italic; 
	font-size: 17px; 
}

h1 { font-size: 20px; }

#fineprint { 
	color: #666; 
	font: 9px verdana, sans-serif; 
	text-align:center; 
}

#sidebar {
	font: 11px/1.5 verdana;
	color: #666;
	border-left: 1px dashed #999;
	border-bottom: 1px dashed #999;
	background-color: #eee;
	padding:15px;
}

#sidebar h1, #sidebar h2, #sidebar h3 { 
	font: bold 12px verdana,sans-serif; 
	color: #7D40B5; 
	margin-bottom: 0px;
}

#sidebar p { 
	margin-top: 5px; 
	margin-bottom: 10px; 
}

