/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
a, a:hover { 
	text-decoration: none;
	}

body {
	text-align: left;
	background: #FFFFFF url(_img/pat_3.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	}

#menu {
	text-align: left;
	position: relative;
	left: 0px;
	float: left;
	background: url(_img/menu_bg.gif) repeat-y;
	}
	
#header_bg {
	background: url(_img/header_bg.gif) repeat-x;
	}

#main_container {
	background: #ffffff;
	}
	
#footer_container {
	background: url(_img/footer_bg.gif) repeat-x;
	}

#thumbs {
	text-decoration: none;
	}
	
#thumbs a{ 
	text-decoration: underline;
	font-weight: bold;
	color: #06449F;
	}
	
#thumbs a:hover{ 
	text-decoration: underline;
	font-weight: bold;
	color: #FDD445;
	}
	
#contact_info{
	text-decoration: none;
	color:#FFFFFF;
	position: absolute;
	top: 586px;
	left: 270px;
	}
	
#contact_info a{
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	}
	
#contact_info a:hover{
	text-decoration: underline;
	font-weight: bold;
	color:#FFFFFF;
	}

.main {
      color: #000000; 
	  font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	  font-size: 12px; 
	  font-weight: normal;
	  margin-left: 15px;
	  marin-bottom: 4px; 
	  text-align: left;
	  line-height: 19px;
     }
		
.sub {
      color: #666666; 
	  font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px; 
	  font-weight: normal;
	  margin-left: 28px;
	  margin-right: 28px;
	  marin-bottom: 4px; 
	  text-align: left;
     }
	 
.heading {
      color: #1c3f6b; 
	  font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	  font-size: 1.5em; 
	  font-weight: bold; 
	  text-align: left;
	  margin-left: 15px;
	  marin-bottom: 4px; 
	  text-align: left;
	  line-height: 30px;

     }

.heading-sub {
      color: #666666; 
	  font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	  font-size: 1.2em; 
	  font-weight: bold; 
	  text-align: center;
     }

.heading-subcolor {
      color: #1c3f6b; 
	  
     }
	 
#metastuff {
      text-align: center; 
      padding: 0.75em 0 0.5em; 
	  margin: 0.25em 0 0.5em; 
	  background: #F8F7EF;
      border: 1px dashed #B2B2B2; 
	  border-width: 1px 0;
	  }
	  
#content #metastuff li, #content #metastuff p {
      display: inline; 
	  padding: 0; 
	  margin: 0; 
	  background: none;
	  }
	
