h1 {
	margin : 0;
	padding : 0;
}

body {
	background-color : #000000;
	color : #cccccc;
	font-family : "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-weight : normal;
	font-size : 80%;
	margin : 0;
	padding : 0;
}

div {
	margin : 0;
	padding : 0;
}

span {
	margin : 0;
	padding : 0;
}

img {
	border : none;
}

#EIbody {
	margin : 0;
	padding : 0;
	width : 800px;
	min-height : 600px;
	_height : 600px;
	background-color : #000000;
	color : #eeeeee;
	letter-spacing : 0.07em;
	line-height : 1.2em;
}

#EIleftbanner {
	position : absolute;
	top : 0;
	left : 0;
	width : 160px;
	height : 600px;
}

#EItitlebanner {
	position : absolute;
	left : 160px;
	top : 0;
	height : 126px;
}

#EIad {
	position : absolute;
	left : 694px;
	top : 0;
	width : 330px;
	height : 126px;
}

#EIquicklinks {
	font-family : Helvetica, sans-serif;
	font-size : 10pt;
	position : absolute;
	left : 254px;
	top : 106px;
	/*width : 126px;*/
	height : 20px;
	text-align : left;
}

#EImenu {
	position : absolute;
	left : 160px;
	top : 126px;
	width : 140px;
	height : 474px;
}

#EIcontentcontainer {
	padding-top : 126px; /* Because IE ignores margin-top */
	margin-left : 300px;
	min-height : 474px;
	_height : 474px; /* IE Hack */
	width : 520px;
}

#EIcontent {
	/*text-align : justify;*/
	padding : 0 2em 2em 20px;
	font-size : 0.9em;
}

#EIfooter {
	margin-left : 300px;
	padding : 1em 1em 1em 20px;
	font-size : 0.8em;
	color : #999999;
}

#EIaboutsubmenu {
	margin-top : 0.2em;
}

div.EImenuitem, div.EImenuitemactive {
	padding : 0.3em 0.2em 0.2em 0.2em;
	font-family : Helvetica, sans-serif;
	border-bottom : 1px solid #222222;
}

div.EImenuitemactive {
	border : 1px solid #333333;
	background-color : #222222;
}

div.EIsubmenuitem, div.EIsubmenuitemactive {
	padding : 0.3em 0.2em 0.2em 0.5em;
	font-family : Helvetica, sans-serif;
/*	border-bottom : 1px solid #222222;*/
}

div.EIsubmenuitemactive {
	border : 1px solid #333333;
	background-color : #222222;
}

p {
	padding : 0.5em 0 0.5em 0;
}

p:first-child {
	margin-top : 0;
}

span.EIquicklink {
	font-family : Helvetica, sans-serif;
}

.sans {
	font-family : Helvetica, sans-serif;
}

a {
	color : #999999;
}

a.EImenu {
	color : #cccccc;
	text-decoration : none;
}

table {
	margin : 0.2em;
}

th {
	font-weight : bold;
}

td {
	vertical-align : top;
}

ul {
}

li {
	list-style-type : disc;
	margin-left : 2em;
	padding : 0.2em;
}

dt {
	padding : 0.5em;
}

dd {
}


