body {
	background-color: #D7E3F4;
	color: #000;
	text-align: center;
	font-family: Helvetica, Arial, Calibri, Tahoma, Verdana, sans-serif;
}

a:link, a:visited {
	color: #2C5AA0;
	font-weight: bold;
}

a:hover, a:visited:hover, a:active {
	color: #4A76B4;
	text-decoration: none;
}

h1 {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	margin: 0 0 0.2em 0;
	color: #2C5AA0;
	font-size:197%;
	font-weight: bold;
}

h2 {
	color: #2880BB;
	font-size:123.1%;
}

h3 {
	clear: left;
	font-size:123.1%;
	font-weight: bold;
	margin-bottom: 5px;	
}

/* allows the header to grow with scaling of the text size */
.clear {
	/* don't allow floating elements on either side */
	clear: both;
	/* make the height of the clearing div scale with text size */
	height: 1em;
}

#header {
	background: #2C5AA0;
	color: #FFF;
	min-height: 212px;
	height:auto !important;
	height: 212px;
}

#hd {
	background: #2C5AA0;
}

.container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0px 0px 0px;
}

#signin {
	float: right;
	width: 250px;
	margin-left: 20px;
}

#industry {
	float: right;
	width: 220px;
	margin-left: 20px;
	margin-top: 10px;
	text-align: right;
}

#signin-form h3 {
	color: #fff;
}

#signin-form label,
#user_login,
#user_password {
	display: block;
	float: left;
	margin-bottom: 10px;
}

#signin-form label {
	text-align: left;
	padding-right: 20px;
	width: 60px;
	margin-top: 5px;
	color: #BACEED;
	font-weight: bold;
}

/* had to apply this styling directly on the element, because
   ie6 doesn't apply it otherwise */
#user_login, 
#user_password {
	width: 160px;
	border: none;
	padding: 5px;
	color: #fff;
	background-color: #6E98D8;
}

#signin a {
	float: left;
	display: block;
	margin-top: 3px;
}

#signin-btn {
	float: right;
	border: none;
	color: #000;
	background-color: #fff;
	padding: 2px;
	font-family: Calibri, Tahoma, Arial, Verdana, sans-serif;
}

#signin-form br {
	clear: left;
}

#splash {
	padding-top: 10px;
	margin-left: -15px;
}

#main {
	margin-top: 0px;
	background: url(images/box.png) no-repeat;
	min-height: 233px;
	height: auto !important; /* hacks to make the image full height in ie 6 */
	height: 233px; /* hacks to make the image full height in ie 6 */
	padding: 25px 30px 10px 35px;
}

#main-actions {
	float: right;
	width: 190px;
	margin-top: -30px;
}

#main-content {
	margin-left: 50px;
}

#main-content ul li {
	list-style-type: disc;
	font-size:167%;
	line-height: 1.5em;
}

#secondary, #footer {
	margin-top: 10px;
}

#mailing-form h3 {
	color: #2C5AA0;
}

#email {
	width: 150px;
	border: none;
	padding: 5px;
	color: #000;
	background-color: #FFF;
}

#inform-btn {
	border:none;
	color: #000; 
	background-color: #FFEEBC;
	padding: 2px;
	font-family: Calibri, Tahoma, Arial, Verdana, sans-serif;
}

#news {
	background: url(images/news.gif) no-repeat;
	min-height: 81px;
	height: auto !important; /* hacks to make the image full height in ie 6 */
	height: 81px; /* hacks to make the image full height in ie 6 */
	padding: 12px 0px 12px 15px;
}

#news-buttons {
	float: right;
	width: 26px;
	margin-right: 10px;
	padding: 3px 0px 1px 0px;
}

#news-buttons img {
	margin-top: 3px;
	margin-bottom: 3px;
}

#news-buttons img:hover {
	cursor: pointer;
}

#footer {
	text-align: center;
}

#sitemap {
	margin-top: 10px
}

#as-link {
    font-size: 90%;
	text-decoration: none;
	color: #2C5AA0;
}

#sitemap span {
	margin: 0 12px 0 12px;
}

#sitemap.short span {
	margin: 0 6px 0 6px;
}

/* pages with left sub navigation */
#sub-nav {
	margin-top: 75px;
}

#menu {
	list-style: none;
	border-top: 1px #9cbfea solid;
	margin-left: 0;
	margin-top: 0px;
	font-size: 85%;
}

#menu li {
	display: block;
	padding: 4px 0px 0px 7px;
	height: 18px;
	border-bottom: #9cbfea 1px solid;
}

#menu a {
	color: #2880BB;
}

#page-content {
	 background: #FFF6D5 url(images/content-background.png) top left repeat-x;
	 padding: 20px;
}

#current-page {
	background-color: #c0d3ef;
	border-top: #FFF 1px solid;
	font-weight: bold;
}

table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: none none none none;
	border-collapse: separate;
}

td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	-moz-border-radius: 0px 0px 0px 0px;
}

.u {
	text-decoration: underline;
}

.feature-header {
    font-weight: bold;
    margin-right:5px;
}

span.emph {
  font-weight: bold;
  font-size: 1.1em;
  color: #000030;
}
