* {
	font-size: 13px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}
body {
    background-color: #e8e8e8;
    margin: 0px;
}
img {
	border: 0px;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #808080;
	border-bottom: #808080 1px solid;
}
h2 {
	font-size: 130%;
	font-weight: normal;
	color: #808080;
	margin-bottom:5px;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	text-decoration: underline;
	color: #404040;
	margin-bottom:5px;
}
ol ol {
	list-style: lower-alpha;
}
ul {
	margin-top:0px;
	list-style: square;
}
a {
 color: #246399;
}

/* HEADER */
#header {
	position: absolute;
	top: 18px;
	left: 0px;
	width: 100%;
	text-align: center;
	background: white;
	padding-bottom: 5px;
	border-top: 2px solid #246399;
	border-bottom: 2px solid #246399;
	font-size: 135%;
	font-weight: bold;
	min-width:1000px;
}
#logo, #ieee, #gi, #vde, #itg {
	position: absolute;
}
#logo {
	top: 18px;
	left: 62px;
}
#ieee {
	top: 25px;
	right: 120px;
}
#gi {
	top: 25px;
	right: 40px;
}
#vde {
	bottom: 25px;
	right: 120px;
}
#itg {
	bottom: 25px;
	right: 40px;
}

/* MENU */
#menu {
	left: 20px;
	width: 160px;
	z-index: 1;
}
#menu span {
	display: block;
}
#menu a {
	text-decoration: none;
	color:black;
}
span.menuhead {
	background-image: url(menuhead.png);
	background-repeat: repeat-x;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	color: white;
}
span.menuitem, span.menudeactivated {
	background-color: white;
	padding: 2px 8px 2px 8px;
	border-bottom: #c0c0c0 1px solid;
}
span.menudeactivated{
    color: #8f8f8f;
}
span.menusel {
	background-color: #dfdfdf;
	padding: 2px 8px 2px 8px;
	border-bottom: #c0c0c0 1px solid;
}
span.menuitem:hover, span.menusel:hover{
	padding: 2px 8px 2px 8px;
	background-color: #ffde00;
}

/* MAIN */
#container, #menu {
	position: absolute;
	top: 180px;
	vertical-align: top;
}

#container {
	width: 100%;
	left: 0px;
	min-width: 1000px;
}

#main, #sponsors, #menu {
	border: 1px solid gray;
	vertical-align: top;
}

#main, #sponsors {
	background-color: white;
	padding: 10px 20px 20px 20px;
}

#main {
	margin-left: 210px;
	margin-right: 210px;
	min-height: 450px;
}

/* SPONSORS */
#sponsors {
	position: absolute;
	top: 0px;
	right: 20px;
  width: 120px;
  text-align: center;
}

#sponsors p {
  font-size: 11px;
}

#sponsors a {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}
