/* CSS Document */
@media screen {
body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: url(../images/bg.gif);
}

a {
	color: #000000;
	text-decoration:underline;
}

a:hover {

}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15px;
}

h3 {
  font-size: 13px;
}

h4 {
  /* different color */
}

h5 {
  /* different color */
}

legend {
  font-size: 13px;
  color: #60799F;
  font-weight: bold;
}

#page {
  width: 780px;
  padding: 0;
  padding-right: 19px;
  padding-left: 21px;
  margin-left: auto;
  margin-right: auto;
  background:url(../images/bg_page.gif) repeat-y;
}

#header {
  background: #FFFFFF;
}

#quick_access {
  width: 225px;
  height: 67px;
  padding-top: 12px;
  padding-left: 150px;
  background: url(../images/bg_quick_access.gif) no-repeat;
}

#quick_access ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#quick_access ul li {
  line-height: 17px;
}

#quick_access ul li a {
  text-decoration: none;
}

#quick_access ul li a:hover {
  text-decoration: underline;
}

#utility {
  height: 19px;
  padding: 0;
  padding-right: 10px;
  padding-top: 3px;
  margin: 0;
  font-size: 11px;
  background:url(../images/bg_utility.gif) repeat-x;
  text-align: right;
}

#utility a {
  padding: 0 5px;
  color: #000000;
  text-decoration: none;
}

#utility a:hover {
  text-decoration: underline;
}

#nav {
  padding: 0;
  margin: 0;
}

#content {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
}

.content_padding {
  padding-top: 10px; 
  padding-left: 32px;
  padding-right: 20px;
}

#left_col {
  width: 478px;
  float: left;
  background-color: #FFFFFF;
}

#right_col {
  width: 302px;
  float: left;
  background-color: #FFFFFF;
}

#content_left {
  width: 524px;
  float: left;
  background-color: #FFFFFF;
}

#content_right {
  width: 256px;
  float: left;
  background: #EAEAEA;
}

#in_this_section {
  height: 135px;
  padding: 0;
  padding-left: 35px;
  margin: 0;
  background: url(../images/bg_in_this_section.gif) no-repeat #E3E3E3;
}

#in_this_section ul {
  padding-top: 5px;
  padding-left: 15px;
  margin: 0;
  list-style: url(../images/bullet.gif);
}

#in_this_section ul li {
  line-height: 20px;
}

#in_this_section ul li a {
  color: #31568e;
  font-weight: bold;
  text-decoration: none;
}

#in_this_section ul li a:hover {
  text-decoration: underline;
}

#bottom_nav {
  padding: 5px 0;
  margin: 0;
  margin-bottom: 1px;
  background-color: #5b5b5b;
  color: #c0c0c0;
  font-size: 11px;
  text-align: center;
}

#bottom_nav a {
  padding: 0 5px;
  color: #c0c0c0;
  text-decoration: none;
}

#bottom_nav a:hover {
  text-decoration: underline;
}

#footer {
  width: 780px;
  padding: 0;
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 11px;
}

#footer a {
  color: #000000;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.clear { 
  clear:both; 
  height:0; 
  overflow:hidden;
}
}

@media print {

}
