/* CSS Document */
@media screen {
body {
  font-family: "Trebuchet MS";
  font-size: 12px;
  background: url(../images/bg.gif) repeat-x;
  color:#333333
}


td {
	vertical-align:top;
}


a {
  color: #29719d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 16px;
  color: #2c4876;
}

h2 {
  font-size: 13px;
  color: #2c4876;
}

h3 {
  font-size: 12px;
}

h4 {
  /* different color */
}

h5 {
  /* different color */
}

#page {
  width: 784px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

#header {
  padding: 0;
  margin: 0;
  height: 238px;
}

#sub_header {
  padding: 0;
  margin: 0;
}

#utility {
  height: 21px;
  padding-top: 6px;
  padding-right: 5px;
  background: url(../images/bg_utility.gif) no-repeat;
  text-align: right;
  font-size: 11px;
}

#utility a {
  padding: 0 5px;
  color: #949494;
  text-decoration: none;
}

#utility a:hover {
  text-decoration: underline;
}

#nav {
  width: 217px;
  float: left;
  padding: 0;
  margin: 0;
}

#index #content {
  background: url(../images/bg_index_content.gif) repeat-y;
}

#content {
  padding: 0;
  margin: 0;
  background: url(../images/bg_content.gif) repeat-y;
}

#left_col {
  width: 220px;
  float: left;
  padding-left: 40px;
  color: #29719d;
}

#right_col {
  width: 484px;
  float: left;
  padding: 0 20px;
}

#content_left {
  width: 226px;
  float: left;
  background-color: #eff4fd;
  color: #29719d;
  
}

#in_this_section {
  padding-left: 45px;
}

#content_left .padding {
  padding-left: 45px;
}

#content_right {
  width: 558px;
  float: left;
  background-color: #FFFFFF;
  color: #2c4876;
}

#content_text {
  padding: 0 35px;
}

#bottom_nav {
  padding: 5px 0;
  color: #949494;
  text-align: center;
  font-size: 11px;
}

#bottom_nav a {
  padding: 0 5px;
  color: #949494;
  text-decoration: none;
}

#bottom_nav a:hover {
  text-decoration: underline;
}

#footer {
  color: #949494;
  text-align: center;
  font-size: 11px;
}

#footer a {
  color: #949494;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.clear { 
  clear:both; 
  height:0px; 
  overflow:hidden;
}
}

@media print {

}