
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Trebuchet MS;
	color: #333333;
	text-align: center;
	background-color:#fff;
	width: 700px; !important
}

a:link, a:visited, a:hover {
	color: #000099;
	text-decoration: none;
}

h5{
 font-size: 100%;
 color: #334d55;
}

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 700px; !important
	height:180px;
	background-image:url(../images/intranet_header.jpg);
	background-repeat:no-repeat;
/*display: none;*/

}

#navBar{
	display: none;
}

#content{
  	width: 700px; !important
	font-size:14px;
	background-color:#FFFFFF;
}

#innerwrapper {
	background-color:#000066;
}

#wrapper	{
	width: 700px;  !important
	margin: 0 auto;
	background-color:#000066;
}

#footer {
	display: none;
}

.staffimage {
 float: none;
 display:inline-table;
 width:160px;
 height: 195px;
 text-align: center;
 margin: 5px 5px 5px -5px;
}
#clear {
float:none;
clear:both;

}