/*<group=Body>*/


body{
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
	background: url(../gifs/navigation_background.gif) top left repeat-y;
	}

#Container{
	margin: 0;
	}
	
#Navigation{
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	padding: 25px 10px;
	}

#Navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	}

#Navigation ul li{
	padding-bottom: 5px;
	}
	
	
#Content{
	
	position: absolute;
	top: 0;
	left: 160px;
	padding: 25px 50px;
	width: 685px;
	height: 117px;

	}

#Content h1{
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 35px;
	color: #D9531E;
	font-weight: normal;
	}
#Content h3{
	clear: both;
	margin-top: 18px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #26a;
	}

#Content h5{
	clear: both;
	margin-top: 18px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #26a;
	}	

#Content img{
	border: none;
	padding: 10px;
	width: 320px;
	
}
img.StoryImage1 {
	float: right;
}	
img.StoryImage2{
	float: left;
}

#Content p{
	
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #444
	}

#Content ul, #Content ol{
	margin: 0 0 15px 15px;
	font-size: 12px;
	}
	
#Content li{
	margin: 0;
	font-size: 12px;
	padding: 0;
	padding-bottom: 7px;
	line-height: 16px;
	color: #666
	}
	
#Content a{
	color: #3D4983;
	}
	
#Content a:hover{
	color: #FF6A07;
	}	

input.Total {
 	border: 0px;
	width: 30px;
	background-color: #FFFFD2;
	}
	
	

.formtext {color:#000; background:#e9e9ff; border:1px #26a solid; font: 1em arial,helvetica,sans-serif}
.formtext:focus  {background:#fff}
form em span {width:150px}
form em {display:block; font-style:normal; margin-top:1em}

#Content li.OpenPosition{

color: red;
}
	
	
