* {
	margin: 0;
	padding: 0;
}


body {
  font-family: Arial, Helvetica, sans-serif;  
}
a {
  text-decoration: none;  
  color: #3a7593;
}
a:hover {
  text-decoration: underline;
  color: #3a7593; 
}
h1,h2,h3,h4,h5,h6,p,blockqoute,table,td,tb,ul,ol, img {
  margin: 0;
  padding: 0; 
}
h1 {
  font-size: 1.8em;
  color: #3a7593;
  margin-top: .8em; 
}
h2 {
  font-size: 1.2em;
  color: #8692a0;
  font-weight: normal;  
}
h3  {
  font-size:1em;
  margin-top: 0.5em;
  color:#3a7593;
}
h4 {
  font-size: .9em;  
  color: #3a7593;
  margin-top: 0.20em;
}
p {
  font-size: 0.85em;
  margin-top: 0.14em;
  color: #8692a0;
  line-height: 1.6;
}

.clear {
  clear:both; 
}





#layout_wrapper {
	background: white;
	margin: 0 auto;
  min-width: 1010px;
}
 
#layout_menu {
	background: white;
	background-image:url('../images/layout_menu.png');
	background-repeat:no-repeat;
	height:60px;
	color: black;
	position: relative;
	z-index:2;
}

#layout_header {
	background: white;
	background-image:url('../images/layout_headerBackground.jpg');
	background-position: -140px -350px;
	height:75px;
	color: white;
	position: relative;
}

#login_fields {
  float: right; 
  position: relative; 
  width: 150px; 
  padding-right: 10px;
  margin-top: 15px;
}
   
 
#layout_column_center {
	padding:10px;
	background: white;
}
 
 
#layout_footer {
	clear: both;
	text-align:center;
	font-size:12px;
	background: white;
}
 
#layout_navigation {
	font-size:10px;
}

#layout_title {
  font-size: 30px;
  position: absolute;
  top: 25px;
  width: 80%;
  padding-left:50px;
  //text-align:center;
}