@charset "UTF-8";
/* CSS Document */


/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
a
{ text-decoration: none
}
A:link    {
	color: #414D76;
	text-decoration: none;
}
A:active  {
	color: #7D8AB7;
	text-decoration: none;
}
A:visited {
	color: #57669E
}
body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
}
#outerWrapper {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 902px;
}
#outerWrapper #headerWrapper #HeaderRt {
	background-color: #fff;
	width: 550px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	margin-left: 10px;
	float: right;
	text-align: right;
}
#outerWrapper #headerWrapper #HeaderLt {
	background-color: #fff;
	margin-right: 565px;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#outerWrapper #headerWrapper #MiddleColumn {
	background-color: #fff;
	margin-left: 324px;
	margin-right: 134px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#outerWrapper #headerWrapper {
	height: 96px;
}
#outerWrapper #topNavigation {
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #7D8AB7;
	height: 23px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9E8F57;
	z-index: 400;
	margin-bottom: 2px;
}
#outerWrapper #contentWrapper #Top300 {
	background-color: #FFFFFF; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 2px 2px 2px 2px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 300px;
}
#outerWrapper #contentWrapper #Focus {
	background-color: #fff; /* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding: 2px 2px 2px 2px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 160px;
}
#outerWrapper #contentWrapper #TabContent {
	background-color: #fff;
	margin-left: 168px;
	margin-right: 308px;
	padding: 2px 2px 2px 2px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	z-index: 0;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #7986B1;
  border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
  padding: 2px 2px 2px 2px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Commonly used to style page titles. */
h1 {
  font-size: 140%;
  font-weight: bold;
}
/* Commonly used to style section titles. */
h2 {
  font-size: 130%;
  font-weight: bold;
}
/* Sets the style for the h3 header. */
h3 {
  font-size: 120%;
  font-weight: bold;
}
/* Sets the style for the h4 header. */
h4 {
  font-size: 110%;
  font-weight: bold;
}
/* Sets the style for visited links. */
a:visited {
  color: #414D76;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #7D8AB7;
}
#outerWrapper #TopBillboardWrapper {
	background-color: #fff;
	border-bottom: solid 1px #666;
	font-size: 18px;
	font-weight: bold;
	height: 96px;
	line-height: 15px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#TopBillboardRt {
	float: right;
	width: 160px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#TopBillboardLt {
	width: 732px;
	margin-right: 162px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#outerWrapper #MainContentWrapper #RightSkyscaper {
	background-color: #fff;
	float: right;
	padding: 2px 2px 2px 2px;
	width: 160px;
}
#outerWrapper #MainContentWrapper #Calendar {
	background-color: #fff;
	float: left;
	padding: 2px 2px 2px 2px;
	width: 160px;
}
#outerWrapper #MainContentWrapper #LeftNews {
	background-color: #fff;
	float: left;
	width: 320px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#outerWrapper #MainContentWrapper #RightNews {
	background-color: #fff;
	margin-left: 510px;
	margin-right: 168px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#outerWrapper #MainContentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #BottomBillboardWrapper {
	background-color: #fff;
	border-top: solid 1px #666;
	height: 96px;
	padding: 2px 2px 2px 2px;
}
#BottomBillboardRt {
	float: right;
	width: 728px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#BottomBillboardLt {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 162px;
	margin-right: 732px;
}
#outerWrapper #MediaWrapper #Mixpo {
	background-color: #fff;
	float: right;
	padding: 2px 2px 2px 2px;
	width: 310px;
}
#outerWrapper #MediaWrapper #YouTube {
	background-color: #fff;
	float: left;
	padding: 2px 2px 2px 2px;
	width: 256px;
}
#outerWrapper #MediaWrapper #Forum {
	background-color: #fff;
	margin-left: 270px;
	margin-right: 322px;
	padding: 2px 2px 2px 2px;
}
#outerWrapper #MediaWrapper .clearFloat {
  clear: both;
  display: block;
}
#5col {
	background-color: #fff;
	margin-left: 0;
}
#leftColumnA {
  background-color: #fff;
  float: left;
  margin-left: 2px;
  width: 140px;
}
#leftColumnB {
  background-color: #fff;
  float: left;
  margin-left: 6px;
  width: 140px;
}
#leftColumnC {
  background-color: #fff;
  float: left;
  margin-left: 6px;
  width: 140px;
}
#leftColumnD {
	background-color: #fff;
	float: left;
	margin-left: 6px;
	margin-right: 0px;
	width: 140px;
}
#rtColumnE {
  margin-left: 590px;
  margin-right: 2px;
}
.clearFloat {
  clear: both;
  display: block;
}
    .widgetBox1 {
	background-color:#EEE;
	border: 1px solid #DDD;
	margin-bottom:2px;
	padding-top: 0px;
	padding-bottom: 0px;
    }
    .widgetBox1 .titleBox{
	background-color:#7D8AB7;
	font-weight:900;
	color:#FFFFFF;
	font-size: 110%;
	text-transform: uppercase;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9E8F57;
    }
    .widgetBox1 .titleBox a{
        font-weight:900;
        color:#fff;
        text-decoration:none;
    }
    .widgetBox1 .titleBox a:hover{
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
    }
    .widgetBox1 .contentBox{
	padding:5px;
	color: #000;
    }
	    .widgetBox2 {
	background-color:#FFF;
	margin-bottom:2px;
	padding-top: 0px;
	padding-bottom: 0px;
    }
    .widgetBox2 .titleBox{
	background-color:#7D8AB7;
	font-weight:900;
	color:#FFFFFF;
	font-size: 110%;
	text-transform: uppercase;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9E8F57;
    }
    .widgetBox2 .titleBox a{
        font-weight:900;
        color:#fff;
        text-decoration:none;
    }
    .widgetBox2 .titleBox a:hover{
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
    }
    .widgetBox2 .contentBox{
	color: #000;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
    }

.contentBox{
	font-weight: normal;
	color: #666666;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
    }
.titleBox{
	font-weight: bolder;
	color: #414D76;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 200%;
    }
.eventDate {
	font-weight: bold;
	padding-top: 5px;
	font-size: 90%;
	color: #414D76;
	}
a.eventLink {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	color: #000000;
	line-height: 125%;
	}
a.eventLink:hover {
	font-family: Verdana, sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 125%;
	text-decoration: underline;
	}


</style>

