BODY {
	background: #8DB9E8 url(../graphics/bg_clouds.jpg) top left no-repeat;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
}
P, LABEL {
	margin-bottom: 1em;
	line-height: 1.4em;
	color: #000;
}
LI {
	margin-bottom:0.5em;
	color: #000;
}

.header {
	text-align: center;
	height: 105px;
	background-color: #e4e4e4;
}

.HomeHeader {
	text-align: center;
	height: 105px;
	background-color: #e4e4e4;
	padding-bottom: 20px;
}

.header P, .HomeHeader P {
	margin: 0;
}
.visaLogo {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 2em;
	top: 0;
}
.eiuLogo {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 2em;
	top: 0;
}

.HomeNavContainer {
	width: 100%;
	position: absolute;
	z-index: 10;
	top:105px;
	text-align:center;
}

/*.InternalNavContainer {
	width: 95%;
	position: absolute;
	z-index: 10;
	top:105px;
	text-align:center;
}*/

.topNav {	
	padding: 0;
	width: 674px; 
	background: #102b65;
	border: 1px solid #FFFFFF;	
	vertical-align: middle;
	margin:0 auto 1em;
}

.topNav img {border-right:1px solid #FFFFFF;}
.topNav img.last{border-right:none;}

.container {
	margin: 0 auto 1em;
	width:674px;
	padding:0;
	text-align: left;
	position: relative;
	font-size: 0.85em;
	background:#8DB9E8;
}
.content {	
	WIDTH: 674px; 		
	MARGIN-TOP: -14px; 
	BACKGROUND: #8db9e8; 
	BORDER-LEFT: #fff 1px solid; 	
	BORDER-BOTTOM: #fff 1px solid;
	BORDER-RIGHT: #fff 1px solid;
}

.content .main-content {
	width: 634px;
	text-align: left;
	padding-top: 20px;
	font-size: 10pt;
}

.content .main-content b {
	color:#003C84;
	font-size:14px;
}

H1 {
	position:relative;
	margin: 0 0 1em;
	text-align:center;
}
H2 {
	color: #FFF;
}
p {
	line-height:1.6em;
}
.copyright {
	border-top: 1px solid white;
	margin-top: 4em;
	padding-bottom: 1em;
}
/*Registration page*/
.registrationBurst {
	position: absolute;
	top: 120px;
	right: 0;
}
.registrationIntro {
	margin-right:250px;
}
.registrationAlert {
	position: absolute;
	top: 5.5em;
	right: 40px;
}
FIELDSET {
	margin: 10px 0;
	padding: 1em 2em;
	border-top: 1px solid white;
	border-width: 1px 0 0;
	background: url(../graphics/form_bg.gif) repeat-x top;
}
LEGEND {
	padding: 0 2px;
	font-weight: bold;
}
LABEL {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 15em;
	text-align: right;
}
FIELDSET OL {
	margin: 0;
	padding: 0;
}
FIELDSET LI {
	list-style: none;
	padding: 0;
	margin: 0;
}
FIELDSET FIELDSET {
	border: none;
	margin: 3px 0 0;
}
FIELDSET FIELDSET LEGEND {
	padding: 0 0 5px;
	margin-left: 15em;
	font-weight: normal;
}
FIELDSET FIELDSET LABEL {
	display: block;
	width: auto;
}
EM {
	font-weight: bold;
	font-style: normal;
	color: #CC0000;
}
LABEL.indent {
	margin-left: 15em;
	width: auto;
	text-align: left;
}
.button {
	text-align: center;
}

/******************************** Home Page ********************************/

.HomeBody {
	background: #8db9e8;
}

.HomeContainer {
	margin-top: 15px; 
	text-align: center;
	position: relative;
}


.Sky {
	background: #ffffff url(/graphics/skyBg.jpg) repeat-x;
	height: 365px;
	width: 100%;
	text-align: center;
	margin-top: -22px;
}

.Clouds {
	background: url(../graphics/clouds.jpg) no-repeat;
	width: 100%;
	height: 365px;
	padding-top: 45px;
	position: relative;
}

.BlueGradient {
	background: #8db9e8 url(/graphics/gradientBg.jpg) repeat-x;
	height: 267px;
	text-align: center;
	width: 100%;
	padding-top: 90px;
	font-family: Arial;
	font-weight: bold;
	font-size: 13pt;
	color: #102b65;
}

.BlueGradient img{
	position: relative;
}
.BlueGradient p{
	color: #102b65;
}

* html  .BlueGradient {margin-top: -150px;}

* html .BlueGradient span{position: relative;}

 .Burst {
	position:absolute;
	top: 430px;
	margin-left: 175px;
	left:50%;
	z-index:50;
} 