/* CSS Document */

@media screen {


body {
  padding: 0;
 /* margin: 0;*/
  background-color: #dbe8f8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

img {
  border: 0;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color:#002157;
	
	
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #002157;
	
}

.alert {
	font-weight: bold;
	color:#CC0000;
	
}
#page {
  width: 789px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #dbe8f8;
}

#header {
  height: 21px;
  padding-top: 55px;
  padding-right: 20px;
  background: url(../images/header.jpg) no-repeat;
  text-align: right;
  color: #002157;
  font-size: 11px;
}

#header a {
  color: #002157;
  text-decoration: none;
  font-weight: bold;
}

#nav {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
}

#sub_head {
  height: 29px;
  padding-top: 10px;
  padding-right: 10px;
  background:url(../images/header_sub.jpg) no-repeat;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  color: #002157;
}

#content {
  width: 755px;
  height: 320px;
  padding: 0 10px;
  padding-top: 10px;
  margin-left: 14px;
  background:url(../images/tree_bg.jpg) bottom right no-repeat #FFFFFF;
}

/* Homepage Content Columns */
#content_left {
  float: left;
  width: 240px;
  
}

#content_middle {
  float: left;
  width: 225px;
  margin-left: 45px;
  text-align: right;
}

#content_middle a {
  color: #70829c;
  text-decoration: none;
}

#content_right {
  float: left;
  width: 200px;
  margin-left: 45px;
}

#content_right ul {
  padding-left: 20px;
  margin: 0;
}

#content_right li {
  margin-right: 0;
  list-style-image: url(../images/whats_new_bullet.jpg);
  padding-bottom: 6px;
}

/* Content Page Columns */
#left_col {
  float: left;
  width: 220px;
  font-size: 11px;
}

#right_col {
  float: left;
  width: 525px;
  padding-left: 10px;
}

/* IE Hack */
html>body #content {
  width: auto;
  height: auto;
  min-width: 755px;
  min-height: 320px; 
}

#footer {
  height: 24px;
  padding-top: 40px;
  padding-left: 30px;
  background: url(../images/footer.jpg) no-repeat;
  color: #002157;
}

#footer a {
  padding-left: 5px;
  color: #002157;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

 a:link {
	text-decoration:underline;
	color: #002157;
}

 a:visited {
	text-decoration:underline;
	color: #002157;
}

 a:hover {
	text-decoration:underline;
	color: #92A6D8;
}

 a:active {
	text-decoration:underline;
	color: #002157;
}



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

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

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

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

/* IE Hack */
html>body #footer {
  height: auto;
  min-height: 24px;
}

#sub_foot {
  margin: 0;
  padding: 4px 30px;;
  color: #1a4489;
  font-size: 10px;
}

.clear { 
  clear:both; 
  visibility:hidden; 
  height:0; 
}
}

@media print {
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

#header, #nav, #sub_head, #footer {
  display: none;
}

#content_left {
  float: none;
  width: 700px;
}

#content_middle {
  float: none;
  width: 700px;
  height: 200px;
  text-align: left;
}

.print_hide {
  display: none;
}

img {
  display: inline;
  padding: 0;
  margin: 0;
}
}