/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {

	background-image: url('../floralbg.jpg'); 
	background-repeat: repeat;
	font: 14px/1.5 Georgia, Times New Roman;
	background-color: #000000;
	color: #ffffff;
	height: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;


}



#page-container {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;

}


#page-header {
	width: 100%;
	text-align: center;
	height: 255px;
	background-image: url('../headerStretch.jpg');
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	 

}




a {

	color: #8cc3be;
	text-decoration: none

}

a:hover {

	color: #8cc3be;
	text-decoration: underline;

}



hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}


table, td {
	padding: 1px;
	border-collapse:separate;
	border: none;
}

INPUT {

	border: 1px solid black;

}

TEXTAREA {

	border: 1px solid black;

}

.altButton {
background-color: #9ac1c8;
border: 1px solid black;
font-size: 12px;
color: #000000;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
	color: #a864a8;
}

h4 {
	font-size: 19px;
	color: #a864a8;

}

h5 {
	font-size: 17px;
	color: #a864a8;
}

h6 {
	font-size: 15px;
}


.headline {

  color: #000000;
  background-color:#b1c7d0;
  height:30px;
  font-size: 20px;
  padding-left: 10px;
  padding-top: 2px;
  


}

.headline2 {

  color: #ffffff;
  background-color:#505761;
  height:30px;
  font-size: 20px;
  padding-left: 10px;
  padding-top: 2px;
  


}


#copyfooter {


  text-align: right;
  font-size:11px;
  padding-top:30px;



}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
}
