﻿.menuLevel1
{
	color:#540049;
	font-weight:bold;
}

.menuNode
{
	color:#540049;
	font-family:Arial Narrow;
	font-size:10pt;
}

#background
{
	width:100%;
	background-color:#798a91;
	font-family:Arial;
	font-size:10pt;
}

#content
{
	width:1000px;
	margin:auto;
	background-color:White;
}

#header
{
	width:1000px;
	background-image:url(/Images/header.jpg);
	height:248px;
}

#breadcrumbs
{
	width:940px;
	height:75px;
	color:Black;
	font-family:Arial Narrow;
	padding-left:30px;
	padding-right:30px;
}

#breadcrumbs a:link { color: #676767; text-decoration: underline;}
#breadcrumbs a:visited { color: #676767; text-decoration: underline;}
#breadcrumbs a:active { color: #676767; text-decoration: underline;}
#breadcrumbs a:hover { color: black; text-decoration: underline;}

#links
{
	width:40%;
	height:75px;
	float:right;
	font-family:Arial Narrow;
	padding-right:30px;
}

#menu
{
	 vertical-align:top;
	 border-right:solid 1px Gray;
	 padding-left:30px;
	 padding-right:10px;
}

#body
{
	 vertical-align:top;
}

#bodyContent
{
	 padding:0px 10px 0px 10px;
	 min-height:700px;
}

#footer
{
	 width:100%;
	 height:50px;
	 background-color:White;
	 color:Black;
}