/* Stuff for 2-column layout. */

body,
html {
	font-family: centurygothic, avantgarde, avant-garde, sans-serif;
      font-weight:lighter;
	font-size:14pt;        
	margin:2 px;
	padding:0;
	background:#ffffff;
	color:#333
}
h1,h2,h3,h4 {
	font-family:centurygothic, avantgarde, avant-garde, sans-serif;
	color:#000;
}
body {
	/*min-width:800px;*/
}
span.textred {
  color:#F00;
}
.leftfloat {
  float:left;
  padding-right:8px;
  padding-bottom:12px;
}
.rightfloat {
  float:right;
  padding-left:8px;
  padding-bottom:12px;
}
.clearme {
  clear:both;
}

#main a:link, a:visited {
  text-decoration:none;
  font-weight:bold;
}
#main a:hover {
  text-decoration:underline;
}
	
#leftside a:link, a:visited {
  text-decoration:none;
  font-weight:normal;
}
#leftside a:hover {
  text-decoration:underline;
}


a:hover {
  text-decoration:underline;
}	

#toplevel {
	position:absolute;
	/*margin:0 auto;*/
	/* background:#ccc; /* Just for debugging */
}
#leftside {
	position:absolute;
	background-image:url(../graphics/bg1.jpg);
	width:180px;
	top:0;
	bottom:0;
	padding-left:4px;
	margin-top:0;
	border-right:2px solid gray;
	border-left:2px solid gray;
	border-bottom:2px solid gray;
	border-top:2px solid gray;
}
#leftside ul {
	list-style-type:none;
	padding-left:4px;
	line-height:125%;
}

#leftside h4 {
	text-align:center;
}
#main {
	position:relative;
	left:200px;
	/* background:#bbb;  Just for debugging */
	width:800px;
	margin-left:6px;
	margin-top:0px;
	min-height:2000px;  /* Height of the left sidebar. */
}
#main ul {
	margin-bottom:0;
}
#main h3, #main p {
	padding:0 10px 0 0;
}
#footer {
	position:relative;
	color:#808080;
	/* background:#cc9; */
	left:200px;
	clear:both;
}
#footer p {
	padding:5px;
	margin-top:20px;
}

/* Stuff for web-board. */

#frame {
	background-color: #AAA;
	padding: 4px;
	border-radius: 4px
}


.cellDiv {
	border: 1px solid white;
	margin: 2px; 
	float: left;
	background-color : black;
	border-radius: 6px
}

.clearDiv {
	clear: both;
}

.label {
	font-size: 16pt;
}
