﻿/* BACKGROUND */
body {
  background-color: #C5E4E9;
  background-image: url('/images/background.jpg');
  background-repeat: repeat-y;
  background-position: top center;
}

/* FOOTER */
.MSC_FooterFrame {
background-color: #ffffff !important;
font-size: 10pt !important;
font-variant: small-caps;
color: #404040 !important;
}

/* NAVIGATION BAR */
.MSC_PrimaryNavFrame {
  background-color: transparent !important;
background-image: url(/images/title4.jpg) !important;
height: 227px !important;
}

/* HIDE NAV CRAP */
.MSC_PrimaryNavLeftSpace, .MSC_PrimaryNavRightSpace, .MSC_PrimaryNavTopSpace, .MSC_PrimaryNavBottomSpace {
display: none;
}

/* BUTTON CONTAINER */
.MSC_PrimaryNavFrame td {
  background-color: transparent !important;
  vertical-align: bottom;

  padding: 0px 0px 5px 32px !important;
  margin: 0px !important;
}

/* BUTTON */
.MSC_PrimaryNavFrame a {
  background-color: transparent !important;
  display: block;
  padding: 4px 0px 4px 0px;
  font-size: 10pt !important;
  font-variant: small-caps;
  text-decoration: none !important;
  color: #404040 !important;

}
.MSC_PrimaryNavLinkFrame-On a {
  color: #404040 !important;

}

/* HOVER BUTTON */
.MSC_PrimaryNavFrame a:hover {
  color: #606060 !important;
  text-decoration: bold !important;
}

/* MARGINS */
.MSC_Body {
  background-color: transparent !important;
  padding: 30px 30px 30px 30px !important;
}
table, tr, td {
  margin: 0px !important;
}

/* CENTER ALIGN NAV CONTENT */
.MSC_PrimaryNavFrame {
  text-align: center !important;
}
.MSC_TopNavEnd {
  width:0px !important;
}
