﻿body {
	
	font-family: Verdana;
	font-size: 11pt;
	background-color: Black;
	color: White;
}

h1 {
	
}

h2 {
	
}

h3 {
	text-align: center;
}

.msiscontent {
	display: block;
  	position: static;
  	top: 20px;
  	background-image: url(images/Background.jpg);
	background-repeat: repeat-y;
  	border: 1px solid Black;
	padding: 0 10px 0 10px;
	max-width: 1004px;
	min-width: 760px;
	margin: 0px auto;
}

.msispagecontent {
	padding: 0 10px 0 10px;
	width: inherit;
}

.msispagecontent a:hover {
	color: Orange;
}

.msispagecontent a:link {
	color: #FFFACD;
}

.msispagecontent a:visited {
	color: #FFD700;
}

.msispagecontentlabels {
	color: White;
}

.footer {
	font-family: Verdana;
	font-size: 10pt;
}

.footer a:hover {
	color: Orange;
}

.footer a:link {
	color: #FFFACD;
}

.footer a:visited {
	color: #FFD700;
}

.MenuStaticMenu
{
	font-family: Verdana;
	font-size: 10pt;
}

.MenuDynamicMenu {
	font-family: Verdana;
	font-size: 10pt;
	border: 3px yellow ridge;
}

.MenuStaticItems {
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFACD;
}

.MenuDynamicItems {
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFACD;
	background: #011B7E;
}

.MenuDynamicHover {
	font-family: Verdana;
	font-size: 10pt;
	color: Orange;
}

.MenuStaticHover {
	font-family: Verdana;
	font-size: 10pt;
	color: Orange;
}

.MenuStaticSelected {
	font-family: Verdana;
	font-size: 10pt;
	color: Aqua;
}

.MenuDynamicSelected {
	font-family: Verdana;
	font-size: 10pt;
	color: Aqua;
}

.BreadCrumbRoot {
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFACD;
}

.BreadCrumbNode {
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFACD;
}

.BreadCrumbCurrent {
	font-family: Verdana;
	font-size: 10pt;
	color: Aqua}

.BreadCrumbSeparator {
	font-family: Verdana;
	font-size: 10pt;
	color: Black}



