body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	
	background-color: #6A6A5A;
}

abc:link {color: #FFFFFF;
text-decoration: none;
	font-weight: normal;
}

abc:visited {color: #FFFFFF;
text-decoration: none;
	font-weight: normal;
}

abc:hover {color: #FFFFFF;
text-decoration: underline;
	font-weight: normal;
}

.Header
{
	background-image: url('./InterestingBackground.png');
	background-repeat: repeat-x;
	position:relative;
	top:0px;
	background-color:black;
	padding-left:0px;
	padding-right:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	border-color:Gray;
	border-width:1px;
	border-style:solid;
	min-width:1000px;
	width:100%;
	text-align:left;
}

.Footer
{
	position:relative;
	top:0px;
	color:#222222;
	padding-left:0px;
	padding-right:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	border-color:Gray;
	border-width:0px;
	border-style:solid;
	text-align:center;
}

.LogoDiv
{
	position:relative;
	left:0px;
	height:auto;
	padding:0px;	
	margin:0px;
	border-color:red;
	border-width:1px;
	border-style:solid;
}

.MainMenu 
{
	position:relative;
	left:0px;
	top:-5px;
	padding:0px;	
	margin:0px;
	height:30px;
	border-color:Gray;
	border-width:0px;
	border-style:solid;
}

.OuterContentPane
{
	position:relative;
	top:-1px;
	color:#222222;
	background-color:#F0EFD8; 
	padding:0px;
	margin-top:0px;
	border-color:#6A6A5A; 
	border-width:1px;
	border-style:solid;
	width:100%;
	min-width:1000px;
	text-align:center;
}

.ContentPane
{
	position:relative;
	top:25px;
	color:#222222;
	background-color:white; 
	padding:15px;
	margin-top:0px;
	border-color:#D5CBB8;
	border-width:0px;
	border-style:solid;
	width:916px;
	text-align:left;
}

.MainMenuItem 
{
	position:relative;
	background-image: url('./Button.jpg');
	background-repeat: repeat-x;
	color:white;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	padding-right:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:0px;
	margin:0px;
	height:30px;
	width:100px;
}

.MainMenuItem a
{
	color:white;
	text-decoration: none;
	padding-top:2px;
}

.MainMenuItemSelected
{
	position:relative;
	background-image: url('./Button.jpg');
	background-repeat: repeat-x;
	color:yellow;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	padding-right:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:0px;
	margin:0px;
	border-spacing:0px;	
	height:30px;
	width:100px;
}

.MainMenuItemSelected a
{
	color:yellow;
	text-decoration: none;
	padding-top:2px;
}

.Breadcrumb 
{
	position:relative;
	top:-5px;
	border-color:#D5CBB8;
	border-width:0px;
	border-style:solid;
	height:0;
	padding-top:8px;
	padding-bottom:1px;
	padding-left:25px;
	padding-right:3px;
	margin-top:0px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:-9px;
	width:918px;	
	text-align:left;	
}

.BreadcrumbLink
{
	color: blue;
	text-decoration: none;
}

.LeftMenuItemRow
{
	white-space:nowrap;
	width:210px;
	height:35px;
	
}

.LeftMenuItem 
{
	color: black;
	background-image: url('./pill-button-blue.png');
	background-color:transparent;
	background-repeat:no-repeat;
	text-decoration: none;
	font-weight:bold;
	border-width:0px;
	margin:0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	padding-right: 25px;
	text-align:center;
	width:auto;	
	white-space:nowrap;
	height:25px;
}


.LeftMenuItem a:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.LeftMenuItem a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.LeftMenuItem a:hover {
	color: yellow;
	text-decoration: underline;
	font-weight: bold;
}

.LeftMenu
{
	color: black;
	background-color:transparent;
	text-decoration: none;
	font-weight:bold;
	height:auto;
	margin-left:0px;
	margin-right:15px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-spacing:2px;	
	width:210px;
}

.CopyrightNotice, .ContactInformation
{
	text-align:center;
	font-weight:bold;
	text-decoration: none;
	width:850px;
}