body{
}

/***********************************************/
/* ID definitions                              */
/***********************************************/

#container{
	/*background-color: #eeeeFF;*/
}

#content{
	position:relative;
	padding: 20px 5px 20px 20px;
	margin:0px 190px 0px 0px;
	z-index:3; /* This allows the content to overlap the right column in narrow windows in good browsers. */
}

#news {
	float: right;
	position:absolute;
	top:190px;
	right:5px;
	width:190px;
	margin: 0;
	/*padding:5px;
	background-color:#eee;*/
	border:1px dashed #999;
	border:1px solid black;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:183px;
	z-index:1;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

/***********************************************/
/* Class definitions                           */
/***********************************************/

#newstitle {
	background-color:#ffffff;
	border-bottom:1px solid black;
	padding:5px;
}
#newslinks {
	font: 100% arial narrow, helvetica, sans-serif;
	background-color:#ccccff;
	padding:5px 5px 3px 5px;
}
#news ul {
	margin: -5px 0px 0px 15px;
}


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

h6 {
	background-color:#ffffff;
	font:bold 100% verdana, arial, helvetica, sans-serif;
	margin:0;
	/*padding:0px;*/
}
