/* Layout Stylesheet */ 

body {
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #85a1bf;
	text-decoration: none;
  text-align: center; /* for IE */
}

HR {
height: 1px;  
}

h1 {
	font-weight:normal;
	margin:0px;
	padding-bottom:10px;
	color:#1b3f65;
}

.style1 {
  color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight:normal;
	}
.style2 {
  color: #9b1837;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	}
.style3 {
  color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	}
.style4 {
  color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	}
.style5 {
  color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	}
.style6 {
  color: #405d7d;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}
	
	.style7 {
  color: #566f8c;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}
	.style8 {
  color: #9b1836;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	.style9 {
  color: #566f8c;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
.style10 {
  color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	}	
.style11 {
  color: #9b1836;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
	}

#header {
  height:185px;  
  background: #991635;
  position:absolute;
  top: 0px;  
  background-position: center center;
	background-image: url('images/topbg.jpg');
	left: 0px;
	width:100%;
}

#content {
	height:auto;
	background: #85a1bf;
	position:absolute;
	background-position: center center;
	top:189px;
	width:100%;
	left: -1px;
}
