﻿body {
	background-color: White;
	padding: 20px;
	list-style: outside url(bullet.png);
}
a{
  color : #424242;
}
.all{
	border: 1px solid;
	border-color: black;
	min-height: 100%;
}
.head{
	width: 100%;
	vertical-align: top;
	clear: both;
	font-family: sans-serif;
	height: 160px;
	background-color: White;
	border-color: black;
	margin-top: 10px;
}
.hr{
	background-color: Gray;
	background-image: url(EEG_v07.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid;
	border-color: black;	
}
.mcn{
	clear: both;
	height: 90%;
}
.menu{
  	width : 15%;
  	float : left;
	padding: 5px;
	min-height: 100%;
}
.content{
  	text-align : left;
  	float : left;
  	width : 67%;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: black;
	padding: 5px;
	min-height: 100%;
}
.news{
  	width : 15%;
  	float : left;
	padding: 5px;
	min-height: 100%;
}

ol{
  margin-left : 5%;
}
H1,H2,H3 {
  margin : 0px;
}
.news1{
  text-align : left;
  background-color : #E4E4E4;
}
.news2{
  text-align : left;
}
.footer{
  text-align : center;
  clear: both;
  background-color : Gray;
  color : White;
}