﻿.menuLevel1
{
	color:#540049;
	font-weight:bold;
}

.menuNode
{
	color:#540049;
	font-family:Arial Narrow;
	font-size:10pt;
}

#background
{
	width:100%;
	background-color:#000000;
	font-family:Arial;
	font-size:10pt;
}


#content
{
	border:12px solid #999;
	padding:1em;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	width:1000px;
	margin:auto;
	background-color:#FFFFFF;
	
}
#header
{
		
	width:1000px;
	background-color:#FFFFFF;
	background-image:url(/Images/header.jpg);
	height:130px;
	
}

#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;
}
