@charset "utf-8";
/* CSS Document */
body{
	background:black;
}

#wrapper{
	background-image:url(images/Sunset_900px.jpg);
	background-color: #9f91e9;
	background-repeat:no-repeat;
	width:900px;
	height:800px;
	margin:auto;

}
#haHeader{
	width: 900px;
	height: 225px;
}
#haLogo{
	margin:10px 0px 0px 30px;
	float:left;
}
#goldSeal{
	float:right;
	
}
#blackBox{
	background:black;
	width:696px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	border:solid 1px #333;
  border-radius: 10px;
  box-shadow:5px 5px 5px #333;
}

}
/* Create raised appearance with border, rounded corners, and shadow */
/* Works with images, tables, and block elements (div, p, and headings) */
.raised{
  border:solid 1px gray;
  border-radius: 5px;
  box-shadow:5px 5px 5px gray;
}
#topNav{
	width: auto;
	height: auto;
	clear: both;	
}
li{
	display:inline;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	color:#b9aef4;
	font-size:16px;
}
a{
display:inline;
text-decoration:none;
color:#b9aef4;
padding:12px;
}
a:link{
    color:#b9aef4;
    text-decoration:none;
}

a:visited{
    color:#b9aef4;
}
a:hover{
    color: #FFFFFF;
}
a:active{
    color: #F00;
    font-weight:lighter;
}
#tagLine{
	width:900px;
	margin-top: 20px;
}
h2{
	font-sytle:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	text-align:center;
}
#testimonial{
	color: #000;
	text-align: center;
	font-family: arial;
	clear: both;
	margin-top: 20px;
	font-size: 80%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
    
}
#bottomFoot{
	text-align:center;
	width:900px;
	height:30px;
	background:black;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
}

.Table_Catagory{
	font-family:sans-serif;
	font-weight: bold; 
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	width: 600px;
	display: table;
}

th {
	font-weight:bold;
	text-transform:uppercase;
}

#BlanketBank{
	color:#000000;
	width:600px;
	height: auto;
	margin:auto auto auto auto;
	font-family:sans-serif,Arial,Helvetica;
	font-size:12px;
}

#blanketlist {
		color:white;
		width: 600px;
		height: auto;
		font-size: small;
		font-family:Arial, Helvetica, sans-serif;
		line-height: 1.75;
}

