body
{
  background-color: #00276E;
}
#Page
{
/*  margin-left: auto;
  margin-right: auto;*/
  width: 758px;
  border: 1px solid #C0C0C0;
  background-color: #FFFFFF;
}
#Header
{
  width: 758px;
  height: 98px;
}
#Menu
{
  width: 758px;
  height: 36px;
  line-height: 30px;
  background-image: url(images/menuBackground.jpg);
  background-repeat: no-repeat;
  font-weight: bold;
  color: #00276E;
  text-transform: capitalize;
}
#Menu ul
{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#Menu li
{
  float: left;
  margin: 0 10px;
}
#Menu a
{
  color: #00276E;
  text-decoration: none;
}
#Menu a:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}
#PageBody
{
  min-height: 356px;
  background-image: url(images/sideBackground.jpg);
  background-repeat: repeat-y;
}
#SideBar
{
  margin: 0;
  padding: 0;
  width: 199px;
  float: left;
  background-image: url(images/sideBackground.jpg);
}
#SideBar img
{
  border: none;
}
#Content
{
  margin: 0px 19px 0px 228px;
  border: 1px solid #FFFFFF;
  font-family: Arial, Helvetica, Verdana;
  font-size: small;
}
#Content h1
{
  font-size: x-large;
  color: #00276E;
  text-transform: capitalize;
}
#Content h2
{
  font-size: large;
  color: #00276E;
  text-transform: capitalize;
}
#Content h3
{
  font-size: medium;
  color: #00276E;
  text-transform: capitalize;
}
#Content blockquote
{
  color: #00276E;
}
#Footer
{
  width: 758px;
  height: 30px;
  line-height: 30px;
  clear: both;
  background-image: url(images/footerBackground.jpg);
  background-repeat: no-repeat;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: small;
  color: #FFFFFF;
}
.DropDownMenu
{
  background-image: url(images/menuBackground.gif);
  background-repeat: repeat-y;
  font-family: Arial, Helvetica, Verdana;
  font-size: x-small;
}
.DropDownMenu a
{
  width: 195px;
  padding-left: 5px;
  text-decoration: none;
  display: block;
  color: #00276E;
}
.DropDownMenu a:hover
{
  background-color: #00276E;
  color: #FFFFFF;
}
.DropDownHeader
{
  width: 210px;
  height: 6px;
  font-size: 2pt;
  background-image: url(images/menuTop.gif);
  background-repeat: no-repeat;
}
.DropDownFooter
{
  width: 210px;
  height: 10px;
  background-image: url(images/menuBottom.gif);
  background-repeat: no-repeat; 
}
.MenuBox
{
  top: 137px;
}
#CareersMenu
{
  position: absolute;
  left: 335px;
  z-index: 2;
}
#ContactMenu
{
  position: absolute;
  left: 410px;
  z-index: 2;
}
#CareersMenu, #ContactMenu
{
  visibility: hidden;
}
.Location
{
/*  margin-top: 10px;
  margin-bottom: 10px;*/
  width: 250px;
  padding: 5px;
  border: 1px solid #C0C0C0;
  float: right;
}
.Divider
{
  margin-top: 10px;
  margin-bottom: 10px;
  height: 1px;
  clear: right;
  border: 1px solid #C0C0C0;
}
#Map
{
  margin: 10px 0px;
  width: 500px;
  height: 400px;
  border: 1px solid #00276E;
}
#Route
{
  margin: 10px 0px;
  width: 500px;
  border: 1px solid #00276E;
}
.Valid
{
  width: 199px;
  /*margin-left: 30px;*/
  padding-top:0px;
  padding-left: 30px;
  padding-bottom: 10px;
  background-image: url(images/sideBackground.jpg);
  background-repeat: repeat-y;
}
.Underline
{
  text-decoration: underline;
}
h2 a
{
  color: #00276E;
}
#Banner
{
	margin-top: 30px;
}
#Banner img
{
	padding: 5px;
	border: 1px solid #CCCCCC;
}

#Events
{
	width:100%;
}
#Events th
{
	padding:2px 5px;
	text-align:left;
	background-color:#00276E;
	color:#fff;
}
#Events td
{
	vertical-align:top;
	padding:5px;
	border:1px solid #c0c0c0;
}