/* CSS Document */

body {
  background-image: url(../images/background_pattern.gif);
  background-repeat: repeat;
  background-color: #adc9e8;
  text-align: center;
  font-family:Georgia, Times New Roman, Times, serif;
  color: #333333;
  font-size: 12px;
  line-height: 15px;	
}

a:link    { color: #0f4eb7; text-decoration: none; }
a:visited { color: #0f4eb7; text-decoration: none; }
a:active  { color: #000000; text-decoration: none; }
a:hover   { color: #0f4eb7; text-decoration: underline; }



 
/* type styles */

.top_page_nav, .top_page_nav a:link, .top_page_nav a:active, .top_page_nav a:visited, .top_page_nav a:hover{ 
 color: #bcd9f7;
 font-family: arial, helvetica, sans-serif;
 font-size: 9px;
 font-weight: normal;
 padding: 2px 4px 2px 4px;
} 
.top_page_nav a:link    { color: #ffffff; text-decoration: none; }
.top_page_nav a:visited { color: #ffffff; text-decoration: none; }
.top_page_nav a:active  { color: #ffffff; text-decoration: none; background:#003366; padding: 2px 4px 2px 4px; }
.top_page_nav a:hover   { color: #ffffff; text-decoration: none; background:#003366; padding: 2px 4px 2px 4px; }

.big_titles {
	font-size: 14px;
 	color: #0f4eb7;
 }

.uppercase_titles {
 font-family: Arial, Helvetica, Sans-serif;
 font-size: 10px;
 color: #000000;
 line-height: 14px;
 font-weight: bold;
}


.pagebold {
 color: #000000;
 font-weight: bold;
}

.copyright {
 font-size: 10px;
 color: #5c3d3e;
}

.arrows {
 color: #0f4eb7;
}

.biggerType {
 font-size: 14px;
}

.home_type {
	line-height: 18px;
}



/* div styles */

#outside_shell {
  width: 980px;
  background-color: #ffffff;
  border: 1px solid #b99999;
  padding: 2px;
  margin-right:auto;
  margin-left:auto;
  margin-top:20px;
  text-align:left;
}

#inside_shell {
  background-color: #ffffff;
  border-right: 22px solid #5c3d3e;
  border-left: 22px solid #5c3d3e;
}

#brown_top {
  background-color: #5c3d3e;
  height: 22px;
}

#brown_bottom {
  background-color: #5c3d3e;
  height: 26px;
  text-align:center;
}








/* table styles */

#main_table {
  background-color: #f4faff;
  border: 3px solid #ffffff;
}

.left_col {
  background-color: #e1effc;
  width: 170px;
  text-align: center;
}
.left_col a:link    { color: #333333; text-decoration: none; }
.left_col a:visited { color: #333333; text-decoration: none; }
.left_col a:active  { color: #000000; text-decoration: none; }
.left_col a:hover   { color: #0f4eb7; text-decoration: underline; }
 
.main_col_home {
  width: 760px;
}

.main_col_sub {
  width: 760px;
  background-color: #ffffff;
}

.subNav {
  width: 150px;
  background-color: #ffffff;
  border: 1px solid #adc7df;
  line-height: 13px;
  text-align:center;
}



