/* CSS Document */



/* ---( Basic Structure Elements )------------------------------- */

body {
  background-color: #fff;
  color: #333;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  /* background-image: url(img/head.jpg); */
}

#main {
  border: 1px;
  padding: 3px;  
}

#app_div_page{
	max-width:1900px;
	min-width:800px;
	padding-left: 20px;	
}

#app_div_header{
	position:relative;
	height:165px;
	width:100%;
	text-align: right;

}


div.spacer {
  clear: both;
}

#app_div_footer {
  height: 50px;
  bottom: 0;
  border-top:1px solid #ccc;
  font-size:11px;
  color:#999;
  text-align:right;
  margin-top: 10px;
  padding: 5px 5px 1em;
  margin-right: 30px;
  margin-left: 30px;
  clear:both;
}

span#footer_legal_copy {
  line-height: 16px;
  padding-bottom: 20px;
}


/* ---( Text Elements )------------------------------- */

.app_div_h1 {
  font-size: 150%;
  color:#999; 
}

.app_div_h2 {
  color:#06c; 
}

img {
border: none
}

a{
	color: #006699;
	text-decoration: none;
}

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

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

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


