.main {
	font-family: Arial, Helvetica, sans-serif;
	background : #878fb9;
	color: #000000;
	border: thin;
}

.sub {
	font-family: Arial, Helvetica, sans-serif;
	background : #CCCCCC;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th.head {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color : #4c568b;
}
input.but {
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	background : white;
	color : 4c568b;
	width : 90px;
	height : 22px;
}
input.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	background : #6689CD;
	color : black;
	width : 140px;
	height : 22px;
}

.marginBlock {
  
  border-width: 1px;
  font-weight: normal;
  padding: 1em;
  background-color:beige;
}

.containingBlock {
  background-color:#ffffff;
  border-color: #000000;
  border-width: 1px;
  padding: 1em;
}

.contentBlock {
  background-color:#ffffff;
  font-size: 12pt;
}

#menu {
	position: absolute;
	left:0px;
	top:120px;
	width:160px;
	height:800px;
	background-color:beige;
}

#textcontent {
	position: absolute;
	left:10px;
	top:330px;
	width:140px;
	height:300px;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#leftcol {
	position: absolute;
	left:0px;
	top:45px;
	width:180px;
	height:800px;
	background:#FFFFCC;
	background-color: #FFFFCC;
}

#midcol{
	position: absolute;
	left:170px;
	top:120px;
	width:660px;
	height: 800px;
	background:#CCCCCC;
}

#rightcol {
	position: absolute;
	left:840px;
	top:120px;
	width:180px;
	height:800px;
	background:beige;
}	

.links {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13;
	color: black;

}


