@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
	background-color: #63b6d2;
}
.main  #container {
	width: 910px;
	text-align: left;
	background-image: url(images/pagebgcurve5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
}
.main  #header {
	background-repeat: no-repeat;
	background-position: 645px;
	background-image: url(images/ist2_6080783-microscope-sli.jpg);
}
.main  #mainContent {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 0px;
}
.main  #header img {
	margin-left: 75px;
}
.footer {
	background-color: #63b6d2;
	margin-top: -30px;
	padding-top: 10px;
	font-size: 0.85em;
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
	padding-left: 30px;
}
.main #menu {
	height: 50px;
	padding: 0px;
	margin-left: 380px;
	margin-top: 10px;
}
ul .MenuBarHorizontal  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: auto;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	padding-right: 16px;
	padding-left: 55px;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #666666;
	font-size: 1.2em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #333333;
	width: auto;
	float: left;
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}



/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}
.navhome {
	background-image: url(images/icon_atom.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 50px;
}
.navcourses {
	background-image: url(images/icon_micro.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 50px;
}
.navcontact {
	background-image: url(images/icon_mouse.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 50px;
}
.clear {
	clear: both;
}
.fltrght {
	float: right;
	padding-right: 35px;
	padding-left: 10px;
}
.panel {
	background-image: url(images/homepanel2.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
	color: #FFFFFF;
	padding-left: 315px;
	padding-right: 25px;
	height: 255px;
	font-size: 0.9em;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.fltrght2 {
	float: right;
	padding-left: 10px;
}
.coursespanel {
	background-image: url(images/coursespanel2.gif);
	height: 175px;
	width: 690px;
	background-repeat: no-repeat;
	margin-left: 50px;
	color: #666666;
}
.coursespanel1 {
	padding: 10px;
}
.coursespanel2 {
	float: right;
	padding: 10px;
}
.courseheadup {
	margin-top: -20px;
}
.formpanel {
	padding: 4px;
	color: #666666;
}
.formtable {
	border: 1px solid #dddddd;
	margin-left: 10px;
	padding: 6px;
}
.form {
	width: 300px;
}
.baseline {
	font-size: 0.9em;
	color: #666666;
}
.footer a:link {
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.footer a:visited {
	color: #333333;
	text-decoration: none;
}
.linktext {
	color: #333333;
}
.linktextbold {
	color: #333333;
	font-weight: bold;
}
