@font-face {
  font-family: "DaxWide";
  src: url(http://typefront.com/fonts/825588018.eot);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DaxWide";
  src: url(http://typefront.com/fonts/825588018.woff) format("woff"),
       url(http://typefront.com/fonts/825588018.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
	font: "DaxWide", Univers Light, "Univers Light", Univers, "Univers", Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}
body,td,th {
	font-family: "DaxWide", Univers Light, "Univers Light", Univers, "Univers", Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 14px;
	letter-spacing: normal;
}

slide-show {
    margin:0px;
    padding:0px;
}

#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:950px;
    height:393px;
    overflow:hidden;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
}

#slide-images ul{
    margin:0px;
    padding:0px;
}

#slide-images li img{
    display:block;
}

h1 {
	font-family: "DaxWide", Univers Light, "Univers Light", Univers, "Univers", Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size:24px;
	line-height:26px;
	color:#4d8acb;
	padding-top:35px;
}
h2 {
	color:#555555;
}
a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover, a:active {
	color:#cc0000;
}