body 
{
	background:url(../images/background.gif) repeat; 
	font-family: Trebuchet MS;
	margin: 10px 0px 0px 0px;
	text-align: center
}

#master 
{
	margin: 0px auto;
	width: 742px;
	text-align: left;
}

#header
{
	background-image: url("../images/header.gif");
	width: 742px;
	height: 89px; 
	background-repeat: no-repeat;
}

#menubar
{
	width: 156px;
}

#contentRow
{
	vertical-align: top;
	height: 525px;
	background-color:#FFFFFF;
}
	
#content
{
	padding-bottom: 10px;
	margin: 0px 0px 7px 0px;
	width: 586px;
}

#staffContent
{
	padding: 10px;
}

.bioItem 
{
	font-size: 13px;
	margin: 0px 5px 7px 10px;
}

	#show{
		width:291px;
		}
	#logo {
		background-image: url("../images/front_logo.jpg");
	}	
	
#mainText {
	width: 586px;
	background-color: #fff;	
}
	
	.infoHeader {
		text-align: center;
		margin: 5px 10px 10px 10px;
	}
	
	.header {
		font-family: Trebuchet MS;
		font-size: 25px;
		font-weight: bold;
	}
		
	.whyus .header{
		font-family: Trebuchet MS;
		font-size: 22px;
		font-weight: bold;
	}
	.headerRed {
		font-family: Trebuchet MS;
		font-size: 19px;
		font-weight: bold;
		color: #C42005;
	}
	
	.whyus .headerRed 
	{
		font-size: 23px;
	}
	
	.headerRedLarge {
		font-family: Trebuchet MS;
		font-size: 26px;
		font-weight: bold;
		color: #C42005;}
	.infoText {
		font-family: Trebuchet MS;
		font-size: 13px;
		font-weight: normal;
		margin: 0px 10px 15px 10px;
	}
	
	.boldRed
	{
		color: #C42005;
		font-weight:bold;
	}

ul
{
	list-style-type: disc;
}

/*    FOOTER BEGIN   */
#footerDiv 
{
	/* background-color:#000000; */
	color: #bbbbbb;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	text-indent:44px;
	display:block;
	/* filter:alpha(opacity=40); */
	/* -moz-opacity:0.4; */
	/* -khtml-opacity:0.4; */
	font-weight:bold;
	font-size:13px;
	height:73px;
}

#footer 
{
	margin-left: 110px;
}

/* SERVICES.ASP specific START */
	.column1{width:48%;float:left;padding:0px 0px 0px 5px;}
	.column2{width:49%;float:right;display:inline;padding:0px 0px 0px 5px;}
/* SERVICES.ASP specific END */			

/* TWENTY.ASP specific START */
	#twentyContent 
	{
		padding: 10px;
	}

	.twentyHeader
	{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.question
	{
		padding: 5px 5px 0px 5px;
		font-size: 14px;
		font-weight: bold;
		color: #C42005;
		cursor: pointer;
	}
	.answer
	{
		color:#000000;
		font-size: 13px;
		padding: 10px 10px 10px 30px;
		font-weight: normal;
		width: 500px;
		margin-bottom: 10px;
	}
	.switch 
	{
		margin-right: 20px;	
	}
/* TWENTY.ASP specific START */