/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../images/brobeck_Background.jpg);
	font-weight: normal;
	font-size: 10px;
	background-attachment: fixed;
}

h1 {
	font-size: 64px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
p{
	font-size: small;
	font-weight: bold;
}
.Footer {
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
}
.underline {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


h2 {
	font-size: xx-large;
	font-weight: bold;
}
h3 {
	font-size: large;
	font-weight: bold;
}
h6 {
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
}
/* styles for contact form */
form {
	margin: 10px 25px 0 50px;
	font-family: Arial, Helvetica, sans-serif;
  }
input {
}
.text_background {
	background-color: #FFFFCC;
}


#name, #email {
	width: 200px;
	background-color: #FFFFCC;
  }
#message {
  width: 500px;
  height: 150px;
  }
label, .warning {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
  }
.warning {
	color:#CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }.formlabel {
	font-size: medium;
	font-weight: bold;
}
