body {
	margin:0;
	background-image:url(../images/pagebg.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
}
#maincontainer {
	width:976px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	width:976px;
	height:83px;
	float:left;
}
#midcontainer {
	background-image:url(../images/mainbg.png);
	background-repeat:repeat;
	width:976px;
	float:left;
}
#columnleft {
	width:570px;
	float:left;
}
#columnright {
	width:406px;
	float:right;
}
#banner {
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	width:976px;
	height:260px;
	float:left;
}
#content {
	background-image:url(../images/contentbg.jpg);
	background-repeat:no-repeat;
	width:521px;
	float:left;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#contentexpand {
	background-image:url(../images/contentbgexpand.jpg);
	background-repeat:repeat;
	width:521px;
	float:left;
	margin:0 0 0 43px;
}
#contentbottom {
	background-image:url(../images/contentbottom.jpg);
	background-repeat:no-repeat;
	width:521px;
	height:20px;
	float:left;
	margin:0 0 0 43px;
}
#formcontainer {
	width:361px;
	position:relative;
	bottom:190px;
}
#formtop {
	background-image:url(../images/formtop.png);
	background-repeat:no-repeat;
	width:361px;
	height:115px;
	float:left;
}
#formmid {
	background-image:url(../images/formbg.jpg);
	background-repeat:no-repeat;
	width:335px;
	margin:0 0 0 13px;
}
#formmidexpand {
	background-image:url(../images/formbgexpand.png);
	background-repeat:repeat;
	width:361px;
	float:left;
}
#formbottom {
	background-image:url(../images/formbottom.png);
	background-repeat:no-repeat;
	width:361px;
	height:26px;
	float:left;
}
#formbox {
	width:300px;
	margin:0 0 0 8px;
}
#formsubtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	padding:58px 50px 0 30px;
}
#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:976px;
	height:72px;
	float:left;
	clear:both;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#81603e;
	font-size:22px;
	font-weight:normal;
	margin:25px 0 10px 0;
	line-height:28px;
	padding:0 0 0 25px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3e3735;
	font-size:18px;
	font-weight:normal;
	margin:22px 0 0 0;
	line-height:28px;
	padding:0 0 0 25px;
}
h3 {
    background-image:url(../images/header_bg.gif);
    background-repeat:no-repeat;
    background-position:0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#9b7501;
	font-size:13px;
	font-weight:normal;
	margin:0 0 0 25px;
	padding:0 0 0 15px;
	cursor:pointer;
}
p {
	padding:12px 40px 12px 25px;
	color:#3e3735;
}
p.small {
	font-size:10px;
	font-style:italic;
}
#content ul {
	color:#3e3735;
	margin:0 20px 0 30px;
	padding:0 20px 0 30px;
}
#content a,a:visited {
	color:#9b7501;
	text-decoration:underline;

}
#content a:hover {
	color:#9b7501;
	text-decoration:none;
}
.legal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#7b6e6a;
	text-align:center;
	margin-bottom:10px;
}
.legal a
{ color:#7b6e6a; }
#thankstext {
	width:290px;
	padding:7px;
	font-size:12px;
}
#thankstext p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	padding:5px 0 5px 0;
}
#thankstext h2 {
	color:#000000;
}
#thankstext a, a:visited {
	color:#9b7501;
	text-decoration:underline;
	font-weight:normal;
}
#thankstext a:hover {
	color:#9b7501;
	text-decoration:none;
	font-weight:normal;
}

/* Main Nav */
		* {
	margin: 0;
	padding: 0;
}
.navCorner1 {
	float: left;
	display: block;
	margin: 2px 0 0 0;
	width: 1px;
	height: 24px;
	background: url(../images/nav_bg.jpg) repeat-x;
}
.navCorner2 {
	float: left;
	display: block;
	margin: 1px 0 0 0;
	width: 1px;
	height: 26px;
	background: url(../images/nav_bg.jpg) repeat-x;
}
#nav {
	float: left;
	width: 513px; /* Sets the width of the nav. Take the corners into account. */
	background: url(../images/nav_bg.jpg) repeat-x;
}
#nav ul {
	float: left;
	list-style: none;
	position: relative;
	left: 50%;
}
#nav ul li {
	float: left;
	position: relative;
	left: -50%;
}
#nav li a {
	display: block;
	padding: 0 16px; /* Sets the width of each nav item */
	font: bold 12px/28px arial, sans-serif; /* Sets the height of the nav (change the line-height) */
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #a27e26;
	border-left: 1px solid #d9ba6f;
}
#nav li a:hover {
	background: #a27e26;
}
#nav #navLeft {
	border-left: 1px solid #a27e26;
}
#nav #navRight {
	border-right: 1px solid #d9ba6f;
}
/* Main Nav Sub Menu */		
		#nav ul li ul {
	display: none;
	left: 0;
	top: 0;
	margin: 28px 0 0 0;
	position: absolute;
	background: #81603f;
	_width: 140px; /* Sets the width of each sub menu item for IE6 */
}
#nav ul li ul li {
	clear: both;
	left: 0;
	width: 100%;
	white-space: nowrap;
}
#nav ul li ul li a {
	display: block;
	width: 140px; /* Sets the width of each sub menu item */
	padding: 0 12px;
	font: normal 11px/28px Arial, Helvetica, sans-serif; /* Sets the height of the sub nemu (change the line-height) */
	text-decoration: none;
	color: #fff;
	border: none;
	border-bottom: 1px solid #533e29;
}
#nav ul li ul li a:hover {
	color: #a27e26;
	background: #d9ba6f;
}
#nav ul li:hover ul, #nav ul li.sfhover ul {
	display: block;
}
/* Updated form styles
===============================================================================================================*/
	
	#step1 select {	width: 320px; }
	
	#step1 input[type="text"] {	width: 320px; }
	
	#step2 { display: none; }
	
	#step2 select {	width: 140px; }
	
	#step2 input[type="text"] {	width: 140px; }
	
	#step2 #degree_program,
	#step2 #program_code,
	#step2 #event_keycode { width: 320px; }
	
	#address,
	#address2,
	#email { width: 320px; }
	
	#btn_Submit { display: none; }
	
	#btn_Back,
	#btn_Next,
	#btn_Submit { cursor: pointer; }
	
	td div { position: relative; }
	
	form#lead_data label.errorMessage {
		font-size: 80%;
		background: #fff;
		border: 1px solid #f00;
		color: #f00;	
		text-align: center;
		line-height: 14px;
		
		position: absolute;
		top: 15px;
		left: 0;
	}
	
	form#lead_data #hidden-bachelor label.errorMessage,
	form#lead_data #hidden-education label.errorMessage,
	form#lead_data #hidden-nursing label.errorMessage {
		position: absolute;
		top: 25px;
		left: 55px;
	}
	
	form#lead_data #hidden-engineering label.errorMessage {
		position: absolute;
		top: 45px;
		left: 55px;
	}
	
	#rootIE6 label.errorMessage { display: none; }
	
	select.errorMessage { background: #f00; }

/*===============================================================================================================
END Updated form styles*/
