BODY
{
  BACKGROUND-COLOR: White;
  COLOR: 			Black;
}
A
{
  COLOR: 			00527A;
  TEXT-DECORATION: 	None;
  FONT-WEIGHT: 		Bold;
}
A:hover
{
  COLOR: 			7B7050;
}
.TwoPX
{
	FONT-SIZE: 		2px;
	FONT-FAMILY: 	Arial;
	COLOR: 			Black;
}
.InfoBoxTitle
{
	FONT-SIZE: 			18px;
	FONT-FAMILY: 		Arial;
	COLOR: 				054B7C;
	BACKGROUND-COLOR: 	DEF1F2;
	FONT-WEIGHT: 		Bold;
}
.InfoBoxBody
{
	FONT-SIZE: 			14px;
	FONT-FAMILY: 		Arial;
	COLOR: 				054B7C;
	BACKGROUND-COLOR: 	white;
	FONT-WEIGHT: 		Bold;
}
.Small
{
	FONT-SIZE: 		11px;
	FONT-FAMILY: 	Arial;
	COLOR: 			Black;
}
.SmallBold
{
	FONT-SIZE: 		11px;
	FONT-FAMILY: 	Arial;
	COLOR: 			Black;
	FONT-WEIGHT: 	Bold;
}
.Std
{
	FONT-SIZE: 		14px;
	FONT-FAMILY: 	Arial;
	COLOR: 			Black;
}
.StdRed
{
	FONT-SIZE: 		14px;
	FONT-FAMILY: 	Arial;
	COLOR: 			Red;
}
.StdGreen
{
	FONT-SIZE: 		14px;
	FONT-FAMILY: 	Arial;
	COLOR: 			Green;
}
.StdBlue
{
	FONT-SIZE: 		14px;
	FONT-FAMILY: 	Arial;
	COLOR: 			Blue;
}
.StdGray
{
	FONT-SIZE: 		14px;
	FONT-FAMILY: 	Arial;
	COLOR: 			Gray;
}
.StdWhiteBold
{
	FONT-SIZE: 		14px;
	FONT-FAMILY: 	Arial;
	COLOR: 			C7BCA4;
	FONT-WEIGHT: 	Bold;
}
.StdBold
{
	FONT-SIZE: 		14px;
	FONT-FAMILY: 	Arial;
	COLOR: 			Black;
	FONT-WEIGHT: 	Bold;
}
.StdBoldGray
{
	FONT-SIZE: 		14px;
	FONT-FAMILY: 	Arial;
	FONT-WEIGHT: 	Bold;
	COLOR: 			Gray;
}
.StdRedBold
{
	FONT-SIZE: 		14px;
	FONT-FAMILY: 	Arial;
	FONT-WEIGHT: 	Bold;
	COLOR: 			Red;
}
.StdFuchsiaBold
{
	FONT-SIZE: 		14px;
	FONT-FAMILY: 	Arial;
	FONT-WEIGHT: 	Bold;
	COLOR: 			Fuchsia;
}
.StdGreenBold
{
	FONT-SIZE: 		14px;
	FONT-FAMILY: 	Arial;
	FONT-WEIGHT: 	Bold;
	COLOR: 			Green;
}
.StdPurpleBold
{
	FONT-SIZE: 		14px;
	FONT-FAMILY: 	Arial;
	FONT-WEIGHT: 	Bold;
	COLOR: 			Purple;
}
.Medium
{
	FONT-SIZE: 		18px;
	FONT-FAMILY: 	Arial;
}
.MediumRed
{
	FONT-SIZE: 		16px;
	FONT-FAMILY: 	Arial;
	COLOR: 			Red;
}
.MediumLightGray
{
	FONT-SIZE: 		16px;
	FONT-FAMILY: 	Arial;
	COLOR: 			A4A4A4;
}
.MediumRedBold
{
	FONT-SIZE: 		16px;
	FONT-FAMILY: 	Arial;
	COLOR: 			Red;
	FONT-WEIGHT: 	Bold;
}
.MediumBold
{
	FONT-SIZE: 		16px;
	FONT-FAMILY: 	Arial;
	FONT-WEIGHT: 	Bold;
}
.LargeBold
{
	FONT-SIZE: 		20px;
	FONT-FAMILY: 	Arial;
	FONT-WEIGHT: 	Bold;
}
.PageTitle
{
	FONT-SIZE: 			16px;
	FONT-FAMILY: 		Arial;
	COLOR: 				1A3256;
	BACKGROUND-COLOR: 	white;
	FONT-WEIGHT: 		Bold;
}
.SectionTitle
{
	FONT-SIZE: 			14px;
	FONT-FAMILY: 		Arial;
	COLOR: 				1A3256;
	BACKGROUND-COLOR: 	white;
	FONT-WEIGHT: 		Bold;
}
.Date
{
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial;
	height : 65px;
	width : 50px;
	color: black;
}
.DateOn
{
	BACKGROUND-COLOR: DAD0B7;
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial;
	height : 65px;
	width : 50px;
	color: black;
}
.DateRed
{
	BACKGROUND-COLOR: D87F7F;
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial;
	height : 65px;
	width : 50px;
	color: black;
}
.DateAqua
{
	BACKGROUND-COLOR: ACD9EB;
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial;
	height : 65px;
	width : 50px;
	color: black;
}
.SmallRedBold
{
	FONT-SIZE: 10px;
	FONT-FAMILY: Arial;
	COLOR: Red;
	FONT-WEIGHT: 	Bold;
}
.SmallBlue
{
	FONT-SIZE: 10px;
	FONT-FAMILY: Arial;
	COLOR: Blue;
}


#sddm
{	
	margin: 0;
	padding: 0;
	z-index: 15;
}

#sddm li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 16px arial
}

#sddm li a
{	
	display: block;
	margin: 0 1px 0 0;
	padding: 8px 12px;
	color: 034A76;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{		
	color: 0C86D2;
	z-index:10;
}

#sddm div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: 403823;
	border: 1px solid black;
	text-align: left;
	color: Black;
	font: 16px arial;
	z-index:10;
}

#sddm div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-color: white;
	color: 403823;
	font: 16px arial;
	z-index:10;
}

#sddm div a:hover
{	
	background-color: 403823;
	color: C7BCA4;
	z-index:10;
}

#rotating-item-wrapper 
{
	position: relative;     
	width: 400px;     
	height: 253px; 
} 
.rotating-item 
{     
	display: none;     
	position: absolute;     
	top: 0;     
	left: 0; 
} 






#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 5px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 525px;
  height: 350px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 2px auto;
  width: 5px;
  font-size: 18px;
}



.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}