
body {
  margin: 0px;
  color: #4B4B4B;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background-color: #EBEFFB;
}
h1 {
  color: #0C4686;
  font-size: 28px;
  font-weight: normal;
}

h2 {
  color: #777777;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px dotted #DEDEDE;
}

a {
  color: #0C4686;
  text-decoration: underline;
}

a:hover {
  color: #749AC9;
  text-decoration: none;
}

#wrapper {
  text-align: center;
			background: #FFFFFF url('/images/wrapper-draft-daytime-wide.png') left top repeat-x;
		/*  background: #FFFFFF url('/images/wrapper-bg.jpg') center top repeat-x;*/
	/*  background: #FFFFFF url('/images/wrapper-draft-night-wide.png') left top repeat-x; */
}

#container {
  width: 1030px;
  margin: 0px auto;
  text-align: left;
}

#container-inner {
}

#header {
  height: 134px;
  padding: 0px 35px;
}

#header-left {
  float: left;
  width: 310px;
  height: 134px;
}

a#link-home {
  display: block;
  width: 310px;
  height: 134px;
			background: url('/images/logoday.png') left top no-repeat;
	  
  /* background: url('/images/logo.jpg') left top no-repeat;*/
  /*  background: url('/images/logo.png') left top no-repeat;*/
}

#header-right {
  text-align: right;
}

#top-links {
  float: right;
  margin: 0px 20px 0px 0px;
  padding: 20px 0px;
  color: #468ADF;
  line-height: 24px;
  font-size: 12px;
}

#top-links a {
  color: #468ADF;
  text-decoration: none;
}

#top-links a:hover {
  color: #468ADF;
  text-decoration: underline;
}

#top-search {
  float: right;
  padding: 20px 20px 20px 0;
  line-height: 24px;
}

#top-search form {
  margin: 0px;
  padding: 0px;
}

#top-search form input {
  vertical-align: middle;
  font-size: 12px;
}

#top-search form input.txtinput {
  padding: 3px 3px 2px 3px;
  color: #bbb;
  font-size: 12px;
  background-color: #FFFFFF;
  border: 1px solid #98B5DA;
}

#navigation {
  height: 40px;
  padding: 0px 35px 0px 25px;
}

#navigation-left {
  float: left;
  height: 35px;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  background: url('/images/nav-shadow-left.png') left top no-repeat;
}

#navigation-left-inner {
  padding: 0px 5px 0px 0px;
  background: url('/images/nav-shadow-right.png') right top no-repeat;
}

#navigation-right {
  float: right;
  height: 40px;
  padding: 0px 15px 0px 0px;
  text-align: right;
}

#content {
}

* html #content {
  height: 756px;
}

#footer {
  height: 100px;
  text-align: center;
  background: #EBEFFB url('/images/footer-top-bg.jpg') left top repeat-x;
}

#footer-inner {
  width: 1030px;
  margin: 0px auto;
  text-align: left;
}

#footer-inner p {
  margin: 0px;
  padding: 20px 35px;
  color: #749ACA;
  font-size: 12px;
  line-height: 24px;
}

#footer-inner p a {
  color: #749ACA;
  text-decoration: none;
}

#footer-inner p a:hover {
  color: #749ACA;
  text-decoration: underline;
}

#footer-inner p span#powered-by,
#footer-inner p span#powered-by a {
}

div.clearfloats {
  display: block;
  clear: both;
}

div.box-left,
div.box-right {
  clear: both;
  float: left;
  width: 250px;
  margin: 4px 20px 15px 0px;
  border: 6px solid #B3D1E9;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 2px 2px 2px #CCCCCC;
  -webkit-box-shadow: 2px 2px 2px #CCCCCC;
  box-shadow: 2px 2px 2px #CCCCCC;
}

div.box-right {
  float: right;
  margin: 4px 0px 15px 20px;
}

div.box-title {
  padding: 9px 10px;
  color: #0C4686;
  font-size: 16px;
  font-weight: bold;
  background: url('/images/nav-off-right.png') left bottom no-repeat;
  border-bottom: 1px solid #B3D1E9;
}

div.box-title span {
  display: block;
  line-height: 20px;
  background: url('/images/icons/icon-information.png') right center no-repeat;
}

div.box-content {
  padding: 2px 16px;
  font-size: 13px;
}

div.box-content p {
}

ul.fancy-list {
  list-style-image: url('/images/icons/icon-list-item.jpg');
}

ul.fancy-list li {
  line-height: 20px;
}

img.img-left {
  float: left;
  margin: 4px 20px 15px 0px;
}

img.img-right {
  float: right;
  margin: 4px 0px 15px 20px;
}

img.img-frame {
  padding: 2px;
  border: 1px solid #B3D1E9;
}

img.box-logo {
  width: 100%;
}