body
{
	text-align:center;
	background-color:#cccc66;
}
#container
{
	margin: auto;
	width: 868px;/*768;*/
	height:600px;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	position: relative;
	text-align: left;
	border-bottom-style: outset;
	border-color:Silver;
}

#ContentPane
{
	width:520px;
	position:absolute;
	left:160px;
	top:40px;
	overflow:auto;
	height:550px;
}
#LeftPane
{
	width:175px;
	position:absolute;
	left:0px;
	top:40px;
	padding-top:150px;
}
#RightPane
{
	width:155px;
	position:absolute;
	left:710px;
	top:40px;
}

#list
{
	position:absolute;
	top:0px;
	width:860px;
}
.toolbar 
{
	
background-color: #9E2E2F;/*Green;*/
padding: 5px 0px 5px 0px; 
}

.menu
{
	border-right: white 1px solid;
	padding-right: 5px;
	display: inline;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 0px;
	color: white;
	padding-top: 5px;
	font-family: Tahoma;
	background-color: #9E2E2F;/*black;*/
	text-decoration: none;
}
.menu:hover {
     background-color: #5A8EC6;
}

.HeaderTable
{   
	width:860px;
	height:100px;
}
.announcements
{
	color: #0000ff;
	border-top-style:double;
	border-top-color: black;
	padding-top:10px;
}
.announcements ul
{
	
}
.announcements p
{
	font-size:medium;
}