body {
	margin: 0px;
	color: black;
	background-color: #6da4bb;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.sitetitle {
	color: white; 
	background-color: black;
	font-size: 50px;
}

.sitesubtitle {
	color: red;
	background-color: black;
	font-size: 20px;
}

.headandfoot {
	background-color: black;
	padding: 5px;
}

.leftpane {
	position: absolute;
	width: 190px;
	z-index: 2;
	left: 0px;
	top: 97px;
}

.rightpane {
	position:absolute;
	width:190px;
	right:0px;
	top: 275px;
	z-index:1;
}

.centrepane {
	position:relative;
	width:auto;
	min-width:250px;
	margin:0px 190px 0px 190px;
	border-style: solid;
	border-color: gray;
	border-width: 0px 1px 0px 1px;
	background-color: white;
	font-size: 16px;
	line-height: 1.6em;
	z-index:3;
}

.content {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	padding: 10px;
	min-height: 800px;
}

/* for IE */
* html .content {
 height: 900px;
}

.sidebar {
	font-size: 14px;	
}

.sidebar b {
	padding-left: 5px;
}

.sidebar a {
	display: block; 
	background: no-repeat url(/images/list-off.gif) 5px 5px; 
	padding-left: 15px;
	text-decoration: none;
	color: #f1f1f1;		
}

.sidebar a:hover {
	background: no-repeat url(/images/list-on.gif) 5px 5px;
	color: black;
}

h1 {
	margin: 5px 0px 10px 0px;
	line-height: 1em;
}

.firstparagraph {
	min-height: 255px;
}
/* for IE */
* html .firstparagraph {
	height: 255px;
}

.border {
	background-color: #96887A;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	padding-bottom: 5px;
}

table {
	border-bottom: 1px solid gray; 
	border-left: 1px solid gray;
	width: 100%;
}

td {
	width: 25px;
	text-align: center;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
}
