@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

body {
	background-image: url(images/bggrayliteblur.jpg);
	background-repeat: repeat;
	margin-top: 40px;
	margin-bottom: 40px;
}

h1 {
	color: #FFF;
	background-color: #E32E3F;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	float: none;
	clear: both;
	font-size: 28px;
}
h1:first-letter{
	font-size: 40px;
	color: #F7C938;
}

h2 {
	color: #E32E3F;
}
h3 {
	color: #F7C938;
}

h5 {
	font-size: 10px;
	color: #000;
}
a:link {
	color: #E32E3F;
}

td
{
	vertical-align:top;
}



#dropmenudiv,#dropmenudiv2{
position:absolute;
border: 1px solid black;
font-size: 14px;
font: Arial, Helvetica, sans-serifnormal;
line-height: 22px;
z-index:100;
text-align: center;
color: white;
margin-right: auto;
margin-top: 8px;
margin-left: -30px;
}

#dropmenudiv a,
#dropmenudiv2 a{
margin-left: auto; 
margin-right: auto;
text-align: center;
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px solid #e32e3f;
text-decoration: none;
font-weight: none;
background-color: #e32e3f ;
color: white;
}

#dropmenudiv a:hover,
#dropmenudiv2 a:hover{ /*hover background color*/
background-color: black;
color: white;
}

.content {
	width: 900px;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	left: 50%;
	margin-left: -475px;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E42F40;
	border-right-color: #E42F40;
	border-bottom-color: #E42F40;
	border-left-color: #E42F40;
	background-color: #FFFFFF;
	border-top-width: medium;
	border-bottom-width: medium;
}
.rightpadding {
	padding-right: 20px;
	padding-bottom: 20px;
}
.tablecontent {
	background-color: #FF9;
}
.tableheader {
	background-color: #F7C938;
}
