/* CSS Document */
body {
	background:#fff;
	margin:0;
	padding:0;
	width:784px;
	color:#000;
	font: 12px Arial,Sans-Serif;
	voice-family: "\"}\""; voice-family:inherit;
	margin-left: auto;
	margin-right: auto;
}
   
h2 {
	margin-top: 10px;
    padding-top: 10px;
	line-height: 30px;
	font: 16px Arial,Sans-Serif;
	color: black;
}
.bluebar {
   background-color: #000e8b;
   color: white;
   padding:3px;
   width:75%;
}



 
   
#banner {
	background: url("../graphics/elab_hdr_notext.jpg") no-repeat top;
	text-height: 60 px;
	font: 60px Arial,Sans-Serif;
	color: #00FCF5;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 784px;
	height: 142px;
}
    
#banneriLab {
	background: url("../graphics/ilab_hdr_notext.jpg") no-repeat top;
	text-height: 60 px;
	font: 60px Arial,Sans-Serif;
	color: #00FCF5;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 784px;
	height: 142px;
}
    
#headerAlign {
	margin-left: auto;
	margin-right: auto;
	width: 784px;
}
    
#rightText {
	text-align: right;
	color: #d76a18;
	width: 784px;
}

#header {
	float:left;
	width: 784px;
	background:#eee url("/graphics/bg.gif") repeat-x bottom;
	font-size: 16px;
	line-height:normal;
}

#header ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}

#header li {
	float:left;
	background:url("/graphics/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}

#header a {
	display:block;
	background:url("/graphics/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#d76a18;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header a:hover {
	color:#00f;
}

#header #current {
	background-image:url("/graphics/left_on.gif");
}

#header #current a {
	background-image:url("/graphics/right_on.gif");
	color:#00f;
	padding-bottom:5px;
}

#header #current a:hover {
	color:#d76a18;
}

#submenu {
	display: inline;
	margin-top: 0px;
	float: left;
	width: 782px;
	background-image: url("../graphics/submenu.jpg");
	background-repeat: repeat-x;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
}   

#submenu ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
	font-size: 12px;
	line-height: 13px;
}

#submenu li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
}

#submenu a {
	display: block;
	padding:0px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#d76a18;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#submenu a {float:none;}
/* End IE5-Mac hack */

#submenu a:hover {
	color:#00f;
}

#submenu #currentSubmenu {
}

#submenu #currentSubmenu a {
	color:#00f;
	padding-bottom:5px;
}

#submenu #currentSubmenu a:hover {
	color:#d76a18;
}
     
      
#content {
	border-top: 1px solid #111;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
}

#contentWithMargin {
	padding-top: 60px;
    padding-left: 30px;
	padding-right: 30px;
}
