﻿body {
	text-align:left;
	margin: 0;
	background-color: white;
	min-width:870px;
	white-space: nowrap;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

#main-container {
	text-align:left;
	background-color: white;
	float:left;
	min-height: 100%;
	min-width:870px;
	width: 100%;
	white-space: normal;
}

#header {
	background-image:url('Images/hdr_bkg.gif');
	background-repeat:repeat-x;
	height:60px;
	min-width:870px;
	white-space: nowrap;
}

#header-left {
	text-align: left;
	float: left;	
}

#header-right {
	text-align: right;
}

#header-toplinks{
	position:relative;
	z-index: 1; 
	top:-59px;
	margin-right: 119px;
	text-align:right;
	font-size: 10px;
	color: #6699cc; 
	width: 95%;
}

#header-toplinks a,
#header-toplinks a:link,
#header-toplinks a:visited,
#header-toplinks a:hover,
#header-toplinks a:active,
#header-toplinks a:visited:hover{
	color: #ffffff;
	text-decoration:none;
	font-size: 10px;
}

#hdr_caseChallenge{
	padding-top: 0px;
}

h3 {
color:#000066;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
margin-bottom:1.12em;
margin-top:1em;
}

h4 {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
margin-bottom:1.12em;
margin-top:1em;
}

#under-header-margin 
{
    padding: 10px;
}

#left-menu
{
	float:left;
	margin-top: 1em;
	text-align:left;
	width:17%;
	white-space: nowrap;
}

#right-main
{
	float:right;
	width:83%;
}

