body {
    font: 105%/1.4 'Cabin', sans-serif;
    text-align: left;
    line-height:157%;
    color: #666666;
    font-size: 13px;
    letter-spacing:0px;
    background-color:#6080a0;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-bottomleft:20px;
    border-bottom-left-radius:20px;
    -webkit-border-bottom-right-radius:20px;
    -moz-border-radius-bottomright:20px;
    border-bottom-right-radius:20px;
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff), color-stop(100%, #6080a0));
    background-image:-webkit-linear-gradient(top, #ffffff 60%, #6080a0 100%);
    background-image:-moz-linear-gradient(top, #ffffff 60%, #6080a0 100%);
    background-image:-o-linear-gradient(top, #ffffff 60%, #6080a0 100%);
    background-image:-ms-linear-gradient(top, #ffffff 60%, #6080a0 100%);
    background-image:linear-gradient(to bottom, #ffffff 60%, #6080a0 100%);
    background-repeat:no-repeat;
}
body h1 {
  font-family: 'Cabin', sans-serif;
  font-size:2.30em;
  font-weight:normal;
  font-style:italic;
  line-height:1.2em;
  color:#000040;
  margin:0;
  padding-top:10px;
  padding-bottom:5px; 
  font-variant:small-caps;
  text-align:center;
  text-shadow:rgba(255,255,255,.9) 1px 1px 1px;
  transition-property:text-shadow, font-size;
  transition-duration:1s;
  transition-timing-function:linear;
  transition-delay:.1s;
  /* Firefox 4 */
  -moz-transition-property:text-shadow, font-size;
  -moz-transition-duration:1s;
  -moz-transition-timing-function:linear;
  -moz-transition-delay:.1s;
  /* Safari and Chrome */
  -webkit-transition-property:text-shadow, font-size;
  -webkit-transition-duration:1s;
  -webkit-transition-timing-function:linear;
  -webkit-transition-delay:.1s;
}
body h1:hover{
  font-size:2.34em;
  text-shadow:rgba(0,0,0,.9) 1px 3px 3px;
}

 body h2, h3, h4, h5 {
  font-family: 'Cabin', sans-serif;
  margin:0;
  padding-top:0;
  padding-bottom:5px;
  font-weight:normal;
  text-align:center;
  color:#000040;
}
body h2 {
  font-size:1.85em;
  line-height:1.2em;
}
body h3 {
  font-size:1.75em;
  line-height:1.2em;
}
body h4 {
  font-size:1.65em;
  line-height:1.1em;
}

body p, li {
    font-size:1.4em;
    color:#000040;
    line-height:115%;
    text-align:left;
}

body td {
    font-size:1.0em;
    color:#000040;
    line-height:115%;
    text-align:left;
}

body a {
    color: #0000FF;
    font-size:14px;
    line-height:14px;
}
.row_2 a {
    letter-spacing: normal 0px;
}
body a:active, body a:hover {
    color: #0080ff;
}
body a:visited {
 color: #0000FF;
}
.main_wrapper_unit_wrapper {
    width: 98%;
    float: none;
    margin:0;
    margin-right:auto;
    margin-left:auto;
    max-width: 1920px;
    min-width:1280px;
}
.main_wrapper {
    clear: both;
    width: auto;
    margin: 0 auto;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-bottomleft:20px;
    border-bottom-left-radius:20px;
    -webkit-border-top-left-radius:20px;
    -moz-border-radius-topleft:20px;
    border-top-left-radius:20px;
    -webkit-border-top-right-radius:20px;
    -moz-border-radius-topright:20px;
    border-top-right-radius:20px;
    -webkit-border-bottom-right-radius:20px;
    -moz-border-radius-bottomright:20px;
    border-bottom-right-radius:20px;
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff), color-stop(100%, #406080));
    background-image:-webkit-linear-gradient(top, #ffffff 60%, #406080 100%);
    background-image:-moz-linear-gradient(top, #ffffff 60%, #406080 100%);
    background-image:-o-linear-gradient(top, #ffffff 60%, #406080 100%);
    background-image:-ms-linear-gradient(top, #ffffff 60%, #406080 100%);
    background-image:linear-gradient(to bottom, #ffffff 60%, #406080 100%);
    /* min-height: 1000px; */	
}
.row_1 {
    clear: both;
    min-height: 76px;
    width: auto;
}
.column_1 {
    float: left;
    width: 35%;
}
.column_2 {
	float: left;
	width: 64%;
}
.hmenubar {
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 12px;
    background-color: #004080;
    padding-left:8px;
    padding-right:8px;
    padding-top:0px;
}

.row_2 {
    clear: both;
    min-height: 300px;
    width: auto;
}
.row_4 {
    clear: both;
    min-height: 300px;
    margin:0;
}
.row_8 {
    clear: both;
    min-height: 60px;
    padding-bottom:10px;
}
.row_5 {
    clear: both;
    min-height: 270px;
    width: auto;
}
.column_full {
    float: left;
    width: 98%;
    min-height: 300px;
    background-color: rgba(16,32,96,.1);
    margin-bottom:1%;
    border-radius:10px;
    padding-top:15px;
    padding-left:1%;
    padding-right:1%;
}
.column_left {
    float: left;
    width: 23%;
    padding-left:1%;
    padding-right:1%;
    min-height: 450px;
    background-color: rgba(16,32,64,.15);
    margin-right:1%;
    border-radius:10px;
    padding-top:15px;
}
.column_center{
    float: left;
    width: 47%;
    min-height: 450px;
    background-color: rgba(16,32,64,.15);
    border-radius:10px;
    padding-top:15px;
}
.column_right {
    float: left;
    width: 23%;
    min-height: 450px;
    background-color: rgba(16,32,64,.15);
    margin-left:1%;
    border-radius:10px;
    padding:.5%;
    padding-top:15px;
}
.row_6 {
    clear: both;
    width: auto;
    text-align:center;
    padding:10px;
    margin:0;
    margin-bottom:.1%;
}
.row_footer {
    clear: both;
    width: auto;
    margin:0px;
}
.copyright {
    float: left;
    margin:0;
    cursor: default;
    width:99%;
    color:white;
    margin-top:20px;
}

.copyright p {
    color:white;
}

.copyright a {
    color:#80c0ff;
}

.side-left-half {
	float: left;
	width: 40%;
	display:inline;
}

.side-right-half {
	float: right;
	width: 40%;
	display:inline;
}

.pageControl{
  border-radius:15px;
  padding-bottom:20px;
  border-width:0px;
}

.tabpage {
    padding: 0 !Important;
    margin: 0 !Important;
    margin-top: 4px !Important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 20px;
    border-width: 0px;
    font-size:small !Important;
    background-color: #f3f3f3;
    height: 22px !Important;
}

@media only screen and (min-width: 1280px) {
  .tabpage {
    width:140px;
    height: 28px !Important;
  }
}

.tabContent {
  font-size:small;
  padding-left:10px;
  padding-right:10px;
  color:#000040;
  font: 105%/1.4 'Cabin', sans-serif;
  font-size:1.4em;
}
#slideshow {
    position:relative;
    width:22%;
    margin-top:0px;
    text-align:center;
}

#slideshow DIV {
    border-radius:10px;
    border-width:0px;
    border-style:solid;
    position:absolute;
    padding-left:1%;
    z-index:8;
    opacity:0.0;
    background: #d8e4e8;
    padding-top:5px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    display: block;
    border: 0;
    margin-bottom:4px;
    margin-left:5px;    
}

.wiz1 {
  font-size: 14px;
  background-color:#c0d0ff;
  padding:5px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight:normal !Important;
}

.wiz2 {
  font-size: 14px;
  background-color:#c0ffff;
  padding:5px;
  padding-left: 20px;
  padding-right: 20px;
}   

.wizHeader {
  font-size: 18px;
  text-align:center;
  padding:10px;
  font-weight:normal !Important;
} 

.wizHeader {
 width:250px;
 background-color:#c0c0ff;
}

.stepButton {
  width: 250px;
  height:35px;
  background-color: #c0c0ff;
  font-size:large;
}

.stdButton {
  width: 250px;
  height:35px;
  background-color: #c0ffc0;
  font-size:large;
}


