html{
	min-height: 100%;
   width: 100%;
   height: 100%;
	margin: 0px;
}
body {
	margin: 0px;
	text-align: center;
	min-height: 100%;
	width: 100%;
	height: 100%;
	background-color: #D0DAF0;
}
table{
	min-height: 100%;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}
td.main{
    height: 100%;
    text-align: center;
	 width: 100%;
}
div.container{
	position: relative;
	background-color: #ACC6FD;
	background-image: url(eic/images/splashbg.jpg);
	background-repeat: repeat-y;
	width: 750px;
	vertical-align: top;
	text-align: center;
}
.content{
	position: relative;
	top: 2em;
	text-align: center;
	margin-bottom: 25px;
}
.imgbar{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	background-color: #49A231;
	height: 100%;
	z-index: 50;
	display: block;
}
.imgbarR{	
	position: absolute;
	top: 15px;
	left: 0px;
	width: 100px;
	background-color: #0066ff;
	height: 100%;
	z-index: 50;
	display: block;
}

h1{
	color: #666666;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	text-align: center;
	margin-bottom: -0.5em;
	margin-top: 0px;
}
h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	font-style: italic;
}
#navbar{
	background-image: url(eic/images/hometop.jpg);
	background-position: left;
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #1C4617;
	width: 650px;
	z-index: 60;
	height: 15px;
	padding-top: 0.2em;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.4em;
}
.footer{
	margin-top: 0px;
	font-size: 0.8em;
	width: 750px;
	z-index: 50;
}

.nic{
	position: relative;
	float:left;
	margin-left: 60px;	
}
.iso{
	position: relative;
	float:right;
	margin-right: 60px;		
}
a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #0000CC;
	text-decoration: underline;
}

.imgleft{
	position: relative;
	margin-right: 8px;
	float:left;
	border: none;
}
.imgright{
	position: relative;
	margin-left: 8px;
	float:right;
	border: none;
}
.splashbot{
	background-image: url(eic/images/homebot.jpg);
	background-position: right;
	background-repeat: repeat-y;
	position: relative;
	bottom: -15px;
	left: 0px;
	height: 15px;
	width: 100%;
	text-align: left;
	z-index: 40;
	background-color: #0066ff;
}
.destext{
	margin-left: 115px;
	margin-right: 115px;
	text-align: left;
}
.pastext{
	margin-left: 115px;
	margin-right: 115px;
	text-align: left;
}
a.paslin{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
a.paslin:hover {	
	color: #0000CC;
	text-decoration: underline;
}
a.deslin{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
a.deslin:hover {	
	color: #336600;
	text-decoration: underline;
}