body {
  /* MSIE 5 doesn't center based on auto left/right margins, 
     but 'text-align:center' does center top-level divs: */
  text-align: center;
  /* Specify a min-width for the body as wide as the 'container'
     element itself. This prevents negative (i.e. inaccessible)
     left-margins in narrow browser windows when using 
     Navigator 6+/Mozilla on Win32: */
  min-width: 850px;
	background-color: #330066;
}
#container {
  /* Reset alignment to compensate for 'text-align:center': */
  text-align: left;
  /* Specify the width of the element. This should be the same
     as 'body min-width': */
  width: 850px;
  /* Set left and right margins to auto, thus centering the 
     element in the containing (body) tag: */
  height: 450px;
	margin-left: auto;
  margin-right: auto;
	background-color:#FFFFFF;
}

/* --------------- */

.centered {
	text-align: center;
}
td {
	text-align: left;
}
div {
	border: none;
}
/* ====================================
Main Canvas
==================================== */

#container_intro {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 550px;
	background-color: #FFFFFF;
}
#nav {
	width: 850px;
	height: 20px;
	background-color: #330066;
}
#top {
	width: 850px;
	height: 50px;
	background-image: url(/portal/Images/header.jpg);
}
#intro {
	width: 776px;
	height: 499px;
}
#left {
	width: 425px;
	height: 330px;
}
#right {
	width: 425px;
	height: 330px;
}
#mainbody {
	width: 395px;
	height: 310px;
	margin-top: 10px;
	margin-left: 15px;
}
#marquee {
	width: 850px;
	height: 60px;
}
#footer {
	width: 850px;
	height: 20px;
	background-color: #FF9900;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#footer_intro {
	width: 850px;
	height: 20px;
	background-color: #FF9900;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ====================================
Navigation Links
==================================== */

table.Nav {
	width: 850px;
}
td.Nav {
	width: 85px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.Nav a:link, a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.Nav a:hover {
	color: #FF9900;
}
/* ====================================
Main Text
==================================== */

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333366;
	text-transform: uppercase;
	margin: 0px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EA8300;
	padding-bottom: 5px;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	text-decoration: none;
}
.boldtext {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333366;
}
.applausename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333366;
}
.applausetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333366;
}

/* ====================================
Drop Down Menus
==================================== */

#dropmenudiv {
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}
#dropmenudiv a:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#dropmenudiv a:hover {
	color: #FFFFFF;
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#dropmenudiv a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#dropmenudiv a:active {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* ====================================
Case Study & Applause Buttons
==================================== */
.casestudyhead {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333366;
}
.casestudynumber a:link, .casestudynumber a:visited {
	float: left;
	margin: 2px 2px;
	padding: 2px;
	width: 16px;
	background: #003366;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.casestudynumber a:hover {
	color: #003366;
	font-weight: bold;
	background-color: #EEEEEE;
}
