/* Holds all page elements */
.constrainbox {
	width: 727;
	border: 1px solid black;
	background-color: white;
/*	overflow:hidden;*/
}

/* Header at top of every page
Contains Header banner (banner.jpg) */
#heading {
	padding: 0px;
	/*width: 727px;*/
	/*height: 115px;*/
	margin: 0px;
	vertical-align: bottom;
	/*background-image: url('images/banner.gif');*/
	color: #FFFFFF;
	background-color: black;
	font-size: 24px;
	font-variant: normal;
	font-weight: bolder;
	font-family: "Courier New", Courier, mono;
	text-align: left;
	overflow: hidden;
	border-bottom: 1px solid black
}

body {
	
	background-color: gray;
}

/* Size of site minus size of nav and banner elements.
This is where all content goes. */
.content {
	/*float: right;*/
	/*width: 758;*/
	clear: right;
	padding-left: .75em;
	padding-right: .75em;
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;

}

/* Style of links within the content area */
.content a {
	color: #6F1100; /*darkest red*/
	text-decoration: underline;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
}

.infoBox {
	border: 1px dashed black;
	padding: .5em;
	
}

.contactBox {
	border: 1px dashed black;
	border-bottom: 1px none black;
	padding: .5em;
	
}

.addButton {
	margin-top: -2em;
	float: right;
}

.errorText {
	color: red;
}

.contactElement {
	border-bottom: 1px dashed black;
	margin-bottom: 1em;
	padding-bottom: .5em;
}

.buttonBoxDiv {
	border-bottom: 1px dashed black;
	border-left: 1px dashed black;
	border-right: 1px dashed black;
}

#statusBox {
	background-color: lightgray;
}

/* Sets up size, look, and text of footer */
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #000000;
	float: both;
	clear: both;
	font-size: 12px;
	color: white;
	background-color: orange;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: 0.15em;
	text-align: center;
}

/*Style of footer link text. */
.footer a {
	color: #6F1100; /*darkest red*/
	text-decoration: underline;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
