@charset "iso-8859-1";

/* DEFINE THE ENTIRE PAGE */


body 
	{
	margin-top:0px; 
	background:url(../images/bodybg2.gif);  */
	text-align:center;
	font-family: Tahoma;
	font-size:11px;
	}
	
/* CENTER ALL THE CONTENT IN A LAYER */
	
#container
	{
	width:810px;
	background:url(../images/containerbggShdw2.gif);
	text-align:left;
	height:800px
	}
	
/* SET THE HEADER WITH THE IMAGE AS A BACKGROUND AND TO CLEAR THE NAVIGATION AND CONTENT */
	
#header
	{
	width:810px;
	height:94px;
	background:url(../images/header4.jpg);
	clear:both;
	}
	
/* SET THE HEADER WITH THE IMAGE AS A BACKGROUND AND TO CLEAR THE NAVIGATION AND CONTENT FOR SHARED STUDY PAGE*/
	
#headersharestudy
	{
	width:810px;
	height:94px;
	background:url(../images/header5.jpg);
	clear:both;
	}
	
/* DEFINE THE NAVIGATION PROPERTIES AND FLOAT IT TO THE LEFT */
	
#navcontainer 
	{ 
	width: 123px;
	margin-top:0px;
	margin-left:0px;
	background-color:transparent
	
	}

/* DEFINE THE LIST PROPERTIES */

#navcontainer ul
	{
	margin-left:0px;
	margin-top:0px;
	padding-left:5px;
	list-style-type: none;
	font-family: Tahoma;
	font-size:11px;
	}
	
/* DEFINE THE LIST LINK PROPERTIES */

#navcontainer a
	{
	display: block;
	padding: 5px;
	width: 113px;
	height:14px;
	background:#7080B1;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	text-align:left;
	color:#C5D6FE;
	}

/* DEFINE THE LIST LINK MOUSEOVER PROPERTIES */

#navlist a:active
	{
	background-color: #7080B1;
	color: #C5D6FE;
	text-decoration:none;
	}

#navlist a:visited
	{
	background-color: #7080B1;
	color: #C5D6FE;
	text-decoration:none;
	}

#navcontainer a:link
	{
	background-color: #7080B1;
	color: #C5D6FE;
	text-decoration:none;
	}

#navcontainer a:hover
	{
	background:#5B688F;
	color: #fff;
	font-weight:bold;
	}
	
	
/* HOLD THE CONTENT IN A LAYER AND FLOAT IT TO THE RIGHT, PAD THE LAYER SO THE TEXT DOESN'T BLEED */
	
#content
	{
	margin-left:20px;
	
	}
	
	
#right
	{
	position:absolute;
	width:170px;
	background-color:#ececec;
	padding:10px;
	font-family:Tahoma;
	font-size:10px;
	text-align:left;
	color:#5a5c6e;
	left:615px;
	top:0px}
#mid
{
top:0px;
width:400px;
left:128px;
position:absolute
}
/* DEFINE THE TEXT HEADLINE */
	
.headline
	{
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#395477;
	}	
	
.topic
	{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#395477;
	}
	
/* SET THE STYLE FOR THE MENU LINK TO THE CURRENT PAGE DISPLAYED*/	

.current
	{
	color: #273356;
	font-weight:bold;
	text-decoration:none;
	}
	
img.headline_underline
	{
		margin-bottom: 7px;
	}
	
img.casestudy_user
{
	float: left; 
	padding-right: 10px; 
	padding-bottom: 3px
}

.required_value
{
	color: #ff0000;
}

td.form_field_colon_container, td.form_field_title_container, td.form_field_control_container
{
	vertical-align: top;
}

td.form_field_submit_container
{
	text-align: right; 
	vertical-align: bottom;
}

input.form_field_control, textarea.form_field_control
{
	width: 310px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

textarea.form_field_control
{
	height: 50px;
}

/* SET THE FOOTER WITH THE IMAGE AS A BACKGROUND AND TO CLEAR THE NAVIGATION AND CONTENT */	

#footer
	{
	
	width:810px;
	height:43px;
	background:url(../images/footer2.gif);
	clear:both;
	}
		
