/*Header Float*/
#header {
	margin: auto;
	top: 0;
	height: 100px;
	width: 1000px;	
}


/* Top Rounded Header */
h1{
	text-align: center;
	color: ;
	font-size: 2em;
	font: 1em;
	font-family: Georgia, serif;
	background-image: ;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
}

/*Header for main body*/
h2{
	text-align: center;
	color: ;
	font-size: 2em;
	font: 1em;
	font-family: Georgia, serif;
	background-image: ;

}

/* Text in Main Body */
h3{
	text-align: left;
	font-size: 1em;
	color:;
	padding-left: 1em;

}

/**/
h4{
	text-align: center;
	color: white;
	font-size: 2.5em;
	font: 1em;
	font-family: Georgia, serif;
}

/**/
h5{
	float: right;
	font-size: .9em;
	color: bf890d;
}
/*Bottom rounded Corner*/

h6{
text-align: center;
	color: white;
	font-size: 2em;
	font: 1em;
	background-image: url(../images/boltbackground.jpg);
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
}

/* Navigation Float*/
#navigation {
	clear: both;
	margin: auto;
	width: 1000px;
	height: 60px;
	border-radius: 12px;
}



/* Main Content Float*/
#content {
	margin: auto;
	width: 1000px;
	background-color: white;
	border-radius: 12px;
}

/* Footer Float */
#footer {
	margin: auto;
	bottom: 0px;
	height: 100px;
	width: 1000px;
	border-radius: 12px;
}

#footer a 
{
	color: black;
	text-decoration: none;
	font-size: .75em
}

#footer a:hover 
{
	color: blue;
}

#footer #altnav 
{
	height: 30px;
	width: 1000px;
	text-align: center;
	padding-top: 13px;
}


#footer #copyright
{
	clear: both;
	color: black;
	height: 30px;
	width: 980px;
	text-align: right;
	font-size: .5em
}

#footer #contact
{
	color: white;
	height: 30px;
	width: 980px;
	text-align: center;
}

#footer #contact a:hover 
{
	color: blue;
}

/* Footer Float */

p {
	text-align: center;
}

/*Defn. List style*/
ul{
	padding-left: 100px;
	line-height: 1.5em;
	margin-left: 10px;
	color: black;
}

dl{
	list-style-type: none;
	padding-left: 100px;
	margin-left: 10px;
	color: #0252a7;
}

a:hover{
	color: purple;
}

a{
	color: #0252a7;
}
/*Defn. List style*/

/* Changes Background */
html {
   min-height: 100%;
   
	background-image: url(../images/bodybackground.jpg);
	background-image: linear-gradient(bottom, #C7E3FF 9%, #0252A7 59%, #012140 100%);
	background-image: -o-linear-gradient(bottom, #C7E3FF 9%, #0252A7 59%, #012140 100%);
	background-image: -moz-linear-gradient(bottom, #C7E3FF9%, #0252A7 59%, #012140 100%);
	background-image: -webkit-linear-gradient(bottom, #C7E3FF 9%, #0252A7 59%, #012140 100%);
	background-image: -ms-linear-gradient(bottom, #C7E3FF 9%, #0252A7 59%, #012140 100%);
	
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.09, #C7E3FF),
	color-stop(0.59, #0252A7),
	color-stop(1, #012140)
);

}


/* Removes Borders from linked Images */ 
a img {border: none; }



/* Used to align headers and images */

.align-leftbody{
	float: left;
	margin-right: 1em;
}

.align-right { 
	float:right; margin: 0 0 15px 15px; 
}

.align-left { 
	float:left; margin: 0 15px 15px 0; 
}
