/* CSS Document */
@media screen {
body {
  padding: 0;
  margin: 0;
  font-family: "Trebuchet MS";
  font-size: 12px;
  background:#fff url(../images/bg_page.jpg);
  background-repeat:repeat-x;
  background-position:left top;
}

a, a:visited {
	color:#000000;
	text-decoration:underline;

}

a:hover {
	color:#004990;
	text-decoration:underline;

}

h1 {
  font-size: 18px;
  color: #0c153c;
}

h2 {
  font-size: 15px;
  color: #0c153c;
  margin:0;
}

h3 {
  font-size: 13px;
}

.sideblue {
  font-size: 13px;
  font-weight:bold;
  color: #0c153c;
}

h5 {

}

legend {
  color: #0c153c;
  font-weight: bold;
  font-size: 13px;
}

#page {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}

#header {
  padding: 0;
  margin: 0;
}

#utility {
  float: right;
  padding-top: 5px;
  padding-right: 20px;
  width: 162px;
  background:url(../images/bg_utility.gif) no-repeat;
  height: 23px;
  text-align: right;
  color: #FFFFFF;
}

#utility a,
#utility a:visited {
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

#utility a:hover {
  text-decoration: underline;
}

#nav {
  padding: 0;
  margin: 0;
  background:url(../images/bg_nav.gif) repeat-x;
}

#content_index {
  padding: 0;
  margin: 0;
  background: #edf0f4;
}

#content {
  padding: 0;
  margin: 0;
 background:url(../images/bg_content.gif) repeat-y;
}



#content_padding {
  padding: 0 10px;
}

#content_left {
  float: left;
  width: 243px;
  background: url(../images/bg_quick_access.gif) bottom right no-repeat #527f18;
  color: #FFFFFF;
}

#content_left ul {
  list-style: url(../images/bullet_quick_access.gif);
}

#content_left li a,
#content_left li a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}

#content_left li a:hover {
  text-decoration: underline;
}

#content_middle {
  float: left;
  width: 257px;
  background: #f4f4f6;
}

#content_right {
  float: left;
  width: 280px;
  background: #f4f4f6;
}

#left_col {
  width: 241px;
  height:404px;
  float: left;
  color: #FFFFFF;
  background: url(../images/bg_left_col.jpg) no-repeat;
}

#left_col .in_this_section {
  padding: 5px 10px;
  background-color: #182340;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

#left_col ul {
  list-style: url(../images/bullet_in_this_section.gif);
}

#left_col li a,
#left_col li a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

#left_col li a:hover {
	color: #FFFFFF;
	font-weight: bold;
  text-decoration: underline;
}

#right_col {
  width: 538px;
  float: left;
}

#right_col div.title {
  background: #c2c4ce;
  font-size: 24px;
  color: #0c153c;
  padding: 10px;
  margin: 0;
  font-weight: bold;
}

#bottom_nav, #footer {
  padding: 5px 0;
  background: #c2c4ce;
  color: #0d163d;
  text-align: center;
  font-size: 11px;
}

#bottom_nav a, #bottom_nav a:visited, #footer a, #footer a:visited {
  padding: 0 5px;
  color: #0d163d;
  text-decoration: none;
}

#bottom_nav a:hover, #footer a:hover {
  color: #0d163d;
  text-decoration: underline;
}

.clear { 
  clear:both; 
  visibility: collapse; 
  height:0; 
}
}

@media print {

}