body
{
	background-color: #000000;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 12px;
}

td
{
	font-family: arial;
	font-size: 12px;
}

.PageDiv
{
	text-align: center;
}

.CenteredDiv
{
	text-align: left;
	width: 760px;
}

.LogosDiv
{
	background-color: #ffffff;
	background-image: url(images/logo-bkgd.gif);
	background-repeat: repeat-x;
	clear: both;
	display: inline-block;
	border-bottom: solid 4px #000000;
}

.CMWLogoDiv
{
	width: 380px;
	text-align: left;
	float: left;
	clear: left;
	display: inline-block;
}

.LincLogoDiv
{
	width: 380px;
	text-align: right;
	float: right;
	clear: right;
	display: inline-block;
}

.MenuDiv
{
	background-color: #5a5a5a;
	background-image: url(images/menu-bkgd.gif);
	background-repeat: repeat-x;
	clear: both;
	width: 760px;
	display: inline-block;
	border-bottom: solid 4px #000000;
}

.MenuDiv ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	float: right;
}

.MenuDiv ul li
{
	position: relative;
	display: inline;
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.MainButton
{
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	clear: both;
}

.MainButtonHover
{
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	background-color: #333333;
	clear: both;
}

.MainButton span,
.MainButtonHover span
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 5px;
	font-size: 11px;
}

.MenuDiv ul li ul
{
	display: none;
}

.SubMenu
{
	position: absolute;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border: solid 2px #000000;
	background-color: #000000;
	color: #ffffff;
	clear: both;
	z-index: 5;
}

.SubMenu li
{
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	width: 140px;
}

.SubButton
{
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 140px;
}

.SubButtonHover
{
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 140px;
	background-color: #333333;
}

.SubButton span,
.SubButtonHover span
{
	color: #ffffff;
	text-decoration: none;
	padding: 3px 5px;
	display: block;
	font-size: 11px;
}

.BannerDiv
{
	display: inline-block;
	width: 760px;
	height: 93px;
}

.TitleDiv
{
	display: inline-block;
	background: transparent url(images/h1-right.png) top right no-repeat;
	padding-right: 45px;
	margin-top: 59px;
}

.TitleDiv h1
{
	text-transform: uppercase;
	display: inline-block;
	border-top: solid 4px #000000;
	background-color: #666666;
	color: #ffffff;
	padding: 3px 5px 3px 10px;
	margin: 0px;
	font-size: 18px;
}

.ContentDiv
{
	padding: 30px 20px;
	background-color: #ffffff;
	border-top: solid 4px #000000;
}

.ContentInnerDiv
{
	display: inline-block;
	width: 720px;
}

.ContentDiv h2
{
	padding: 10px 0px;
	margin: 0px;
	font-size: 16px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
}

.ContentDiv h3
{
	padding: 10px 0px;
	margin: 0px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.ContentDiv a
{
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

.ContentDiv a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.FooterDiv
{
	font-size: 10px;
	padding-top: 6px;
}

.AddressDiv
{
	width: 380px;
	text-align: left;
	float: left;
	clear: left;
	display: inline-block;
	color: #999999;
}

.PhoneDiv
{
	width: 380px;
	text-align: right;
	float: right;
	clear: right;
	display: inline-block;
	color: #999999;
}


#buildingPic
{
	float:left;
	height:150px;
	width:247px;
	padding-right:14px;
	background:url(/graphics/building.gif) no-repeat;
}