/* Color Reference
Light Gray #E5E5E5
Dark Red #d20101
*/

body {
	margin: 0; 
	padding: 0;
   font-family: Georgia, helvetica, serif;
	background-color: #E5E5E5;
}
a {
	text-decoration: none;
	color: #d20101;
}
a img {
	border: 0;
}
p {
	margin: 0 0 1em;
}

#container {
	margin: 25px;
	padding: 10px 0;
	border: solid #d20101 1px;
	background-color: white;
}

#masthead {
	background: #d20101;
	margin: 0px;
	padding: 1px 0px 15px 160px;
	text-align: center; 
	color: white;
	font-variant: small-caps;
}

#masthead a {
	color: white;
}

#logo img {
	position: absolute;
	top: 10px;
	left: 10px;
}

#navlinks li {
	margin: 0px;
	padding: 0px;
	display: inline;
	margin-right: 1em;
	padding-right: 1em;
	color: white;
	font-variant: smallcaps;
}
#navlinks a:hover {
	border-bottom: thick solid white;
	color: white;
}
#navlinks a:active {
	background-color:#d20101;
	color: white; 
}
#navlinks a:visited {
	color:white;
}
#navlinks a {
	color:white;
}

#maincontent {
	margin: 40px 1.5em 1.5em 300px;
	padding-left: 1em;
	background-color: White;
}

#maincontent h1 {
	border-bottom: 1px dotted #d20101;
	color: #d20101;
	font-size: 1em;
}

h2 {
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
}

#content {
	margin: 40px 1.5em 1.5em 75px;
	padding-left: 1em;
	background-color: White;
}

#content h1 {
	border-bottom: 1px dotted #d20101;
	color: #d20101;
	font-size: 1em;
}
#footer {
	border-top: 1px solid #d20101;
	text-align:center;
	font-size: .6em;
	color: gray;
	padding: .25em;
}

#footer a {
	text-decoration: underline;
	color: gray;
}

#home {
	float: left;
	padding-top: 40px;
}


p#hdr {
  font-size: 1.5em;
  font-style: bold;
  border-bottom: 1px white solid;
}
table {
  border: 1px #d20101 solid; 
}
TH {
  background-color=#d20101;
  color=white;
}
TD {
  background-color: white;
}

TD#msg {
  background-color: #FEFEFE;
  padding-left: 1em;
}