* {
  padding:0;
  margin:0;
}

body {
  margin:0;
  padding:0;
}

#headerContainer {
  background:#0071A7;
  height:106px;
}

#header {
  width:960px;
  height:100%;
  /*margin-left:40px;*/
}

#headerL {
  float:left;
  /*margin-top:25px;
  margin-left:42px;*/
  font-size:18px;
  font-weight:900;
  color:#fff;
  height:100%;
}

#headerL span {
	margin-left:5px;
}

#headerR {
  float:right;
  width:100px;
  text-align:right;
  font-size:12px;
  color:#fff;
  font-weight:bold;
}

#headerR a {
  text-decoration:none;
  color:#ffae11;
}

#headerR table a {
	color:#ff6600;
}

#headerR table #loginlink {
	color:#db0909;
}

#headerR table {
  border-collapse:collapse;
  float:right;
  margin-top:-3px;
}

#headerR table tbody tr td {
  background:#fff;
  border:none;
  height:28px;
}

#headerR table tbody tr td span {
  color:#cbcbcb;
  font-weight:bold;
}

#headerR table tbody tr .loginleft {
  background:url(../imgs/common/loginleft.gif) no-repeat bottom left;
  height:28px;
  padding-left:9px;
}

#headerR table tbody tr .loginright {
  background:url(../imgs/common/loginright.gif) no-repeat bottom right;
  height:28px;
  padding-right:9px;
}

#cfs {
  height:100%;
  width:700px;
  background:#0071A7 url(../imgs/common/CFSlogo.jpg) no-repeat top left;
  position:relative;
}

#cfs h1 {
  font-size:18px;
  font-weight:900;
  color:#fff;
  position:relative;
  top:52px;
  left:42px;
}
#version {
  font-size:12px;
  color:#fff;
  font-weight:bold;
  color:#ffae11;
  float:right;
  margin-top:44px;
}

#nav_container {
  background:url(../imgs/common/nav_bg.gif) top repeat-x;
  height:38px;
}

#nav_container #nav {
  margin:0px;
  padding:0px;
  margin-left:40px;
  list-style-type:none;
  width:920px;
}

#nav_container #nav li {
  float:left;
}

#nav_container #nav li img {
  display:block;
}

#nav_container #nav li.right {
  float:right;
}

#nav_container #nav li br {
  clear:both;
}

#wrapper {
  width:930px;
  margin:30px 0 0 35px;
}

#footer {
  margin-top:30px;
}

#footer #copyright {
  float:left;
}

#footer #offshoot {
  float:right;
  font-size:11px;
  font-weight:bold;
  margin-top:1px;
}

#footer #offshoot img {
  position:relative;
  top:1px;
  margin-left:2px;
}

/* Login Screen Styles */

#login {
  width:597px;
  height:196px;
  margin:100px auto 0 auto;
  background: #f9f9f9 url(../imgs/common/bottom_rule.gif) bottom repeat-x;
  padding-top:38px;
  border-top:1px solid #e6e6e6;
}


* html #login {
  height:expression('196px');
}

#login fieldset {
  width:510px;
  margin-left:auto;
  margin-right:auto;
}


