{
	margin: 0;
	padding: 0;
}
body {
	background: #808080 url(img/bgbody.jpg) repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 680px;
	margin: 0 auto;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 420px;
}
.main_right {
	border-top: 6px solid #fff;
	float: right;
	width: 254px;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover, .content a:hover, div.footer div.left a:hover {
	background: #888;
	color: #FFF;
}

 div.link_updates a:hover
{
background: #3E6876 url(miniegnews2.jpg) no-repeat;
	background-position: 50% 50%;
color: #FFF
}


.vent {
	background: #3E6876 url(minieg.jpg) no-repeat;
	background-position: 50% 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
	color: #fff;
	font: bold 0.9em Verdana,sans-serif;
	overflow: hidden;
	text-align: left;
	border-bottom: -2px solid #FFF;
}


/* logo */
.header {
	background: #D91623 url(img/eglogo.jpg) repeat-x;
	height: 180px;
}
.header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	font: normal 2.2em Verdana,sans-serif;
}

/* main navigation */
.link_menu {
	background: #3E6876;
}
.link_menu a {
	border-bottom: 1px solid #fff;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
.link_menu a:hover {background: #888;}

/* projects */
.lbl {
	background: #3E6876 url(minieg.jpg) no-repeat;
	background-position: 50% 50%;
	clear: both;
	color: #fff;
	font: bold 0.9em Verdana,sans-serif;
	height: 174px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	border-bottom: -6px solid #FFF;
}

.lbll {
	background: #fff url(alliance.jpg) no-repeat;
	background-position: 50% 50%;
	clear: both;
	color: #888;
	font: bold 0.9em Verdana,sans-serif;
	height: 180px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	border-bottom: -2px solid #FFF;
}


.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #fff;
	padding-top: 24px;
	width: 254px;
	height: 155px;

	font: bold 0.9em Verdana,sans-serif;
}
.link_projects a span {
	font: bold 1.3em Verdana,sans-serif;
}
a.g1 {
	background: #3E6876;
}
a.g2 {
	background: #3E6876;
	border-left: 6px solid #FFF;
}


/* updates */
.link_updates {
	background: #3E6876;
}
.link_updates .lbl {
	border-top: -6px solid #FFF;
	height: 100px;
	line-height: 32px;
}
.link_updates a {
	background: #3E6876 url(miniegnews.jpg) no-repeat;
	background-position: 50% 50%;
	clear: right;
	display: block;
	height: 40px;
	padding: 10px 0;
	text-align: left;
	font: bold 0.9em Verdana,sans-serif;

}
.link_updates a span {
	float: left;
	font: bold 1.2em Verdana,sans-serif;
	margin-left: 10px;
	margin-top: -1px;
}

/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px; 
}
.content a {
	color: #FD1C24;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	color: #666;
	clear: both;
        height:50px;
        width: 680px;
	text-align: center;

}
.footer .right a {
	background: #666;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 670px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}