/* basic html */

#cover {
  background: #0063A8;
  min-height:100%;
}

body {
  background: #0063A8;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}

#header-container {
  height: 160px;
  width: 100%;
}

#body-container {
  position: relative;
  min-height: 450px;
  top: 5px;
  /* width: 100%; */
  margin-left: auto;
  margin-right: auto;
  background : #FFFFFF;
}

#footer-container {
  height: 100%;
  font-family: Arial;
  width: 100%;
  min-height:100px;
  background: none repeat scroll 0 0 #0063A8;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  border-top: 0px;
}

#header {
  height: 195px;
  background: #FFFFFF;
  width: 100%;
}

.header_content {
  position: relative;
  height:99px;
}

div #content_left {
  background: none;
  width: 15px;
  display: block;
  position: absolute;
  left: -15px;
  top: 0px;
  height: 100%;
}

div #content_right {
  background: none;
  width: 15px;
  display: block;
  position: absolute;
  right: -15px;
  top: 0px;
  height: 100%;
}

.content {
  margin: 0 auto;
  position: relative;
  width: 960px;
  min-height:430px;
}

.content_wide {
  position: relative;
  top: -12px;
  min-height: 430px;
  width: 960px;
}

.content_footer {
  margin: 0 auto;
  position: relative;
  width: 960px;
}

.content_header {
  margin: 0 auto;
  position: relative;
  width: 960px;
  height: 10px;
}

p.intro {
  color: #2074e3;
}

a:hover {
  color: #0680c3;
}


#copyright {
  color: white;
  position: relative;
  font: bold 12px verdana,sans-serif;
  text-align: center;
  top: 100px;
  padding-bottom:20px;
  text-decoration: none;
}

#copyright a:link, #copyright a:visited {
  color: white;
  font: bold 12px verdana,sans-serif;
  text-align: center;
  text-decoration: none;
}

#copyright a:hover {
  /*color: #E12638;*/
  color : #0680c3;
  text-decoration: none;
}

#user-info {
  top: -10px;
  right: -110px;
  white-space: nowrap;
  color: #FFFFFF;
  z-index: 100;
}

#ancillary-menu a {
  color: #0063A8;
  font-weight:bold;
  font-size:10px;
}


#footerNavigation {
  padding-bottom:0px;
}

#ancillary-menu a:hover {
  text-decoration: none;
  color: #0680c3;
}

div#user-info span#name {
  color:#0063A8;
  font-weight:bold;
  font-size:16px;
}

#main-content {
  margin: 0;
  padding-top: 10px;
}

div.sidebar_header {
  background: #4c92c2 url('../images/sidebar_sprite.png') no-repeat -209px -2px;
  color:  white;
  padding: 0px;
  display: block;
  font-weight: bold;
}

div.sidebar_wrapper {
  background: #F2F2F2 url('../images/sidebar_sprite.png') no-repeat -9px 100%;
  margin: 0px 0px 20px;
  border-bottom: solid 2px #FFF;
  display: block;
  overflow: visible;
  width: 200px;
}

.overflow_scroll_both {
  overflow: auto;
}
