/* IMS-Partners Cascading Style Sheet
 * 2004/08/15
 * Bradley Tetzlaff
 */
 
body {
	/* These are non-standard to CSS2. */
	scrollbar-face-color: #787878;
	scrollbar-base-color: #787878;
	scrollbar-shadow-color: #404040;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #808080;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-track-color: #A0A0A0;
	scrollbar-arrow-color: #FFFF00;
	
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
}
a:link {
	color: #888800;
	text-decoration: none;
}
a:hover {
	color: #CCCC00;
	font-style: italic;
}
a:visited {
	color: #808080;
}

#menuBar {

}
#menuBar a:link {
	color: #FFFF00;
	font-style: normal;
	text-decoration: none;
}
#menuBar a:visited {
	color: #E0E000;
	font-style: normal;
	text-decoration: none;
}
#menuBar a:hover {
	color: #FFFF00;
	font-style: normal;
	text-decoration: underline;
}
#menuBar .menuHead {
	border-style: inset;
	border-color: #FFFFFF;
	border-width: 1px;
}

#menuBar .menuHead a {
	font-family: 'Impact', 'Helvetica', sans-serif;
	font-size: 11pt;
}
#menuBar .menuHead a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menuBar .menuHead a:hover {
	color: #FFFF00;
	text-decoration: overline;
}
#menuBar .menuHead a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

/*#menuBar .menu {
  position: relative;
  background-color: black;
  border: 1px solid white;
  width: 160;
  font-size: 11px;
  font-family: verdana;
  color: yellow;
  font: bold;
  position: absolute;
  cursor: pointer;
}

#menuBar .item_panel {
  width: 160;
  border-left: 1px solid yellow;
  border-right: 1px solid yellow;
  clip: rect(0, 160, 0, 0);
  position: absolute;
}

#menuBar .item_panel a {
  text-decoration: none;
  color: black;
  cursor: hand;
}

#menuBar .item {
  background-color: yellow;
  width: 158;
  font-size: 10px;
  font-family: verdana;
}*/

#footerBar a:link {
	color: #888800;
	text-decoration: none;
}
#footerBar a:hover {
	color: #CCCC00;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
#footerBar a:visited {
	color: #808080;
	text-decoration: none;
}

#decorLine {

}

#titleBarCenter {
	background-image: url("bg_machine1.jpg");
	background-repeat: no-repeat;
	background-position: right;
}
#titleBarCorner {
	background-image: url("bg_machine3.jpg");
	background-repeat: no-repeat;
	background-position: left;
}

#logoCorner {
	
}

#pageContent {

}

#imsExpBar {
	background-image: url("bg_machine2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;

	font-weight: bold;

}
#imsExpBar a:link {
	color: #000000;
	text-decoration: none;
}
#imsExpBar a:visited {
	color: #000000;
	text-decoration: none;
}
#imsExpBar a:hover {
	color: #CCCC00;
	font-style: normal;
	text-decoration: none;
}
#imsExpBar a:hover:active {
	color: #FFFF00;
	font-style: normal;
	text-decoration: none;
}
