p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	list-style-position: outside;
	line-height: 18px;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	padding: 5px;
	line-height: 16px;
}.Footer a:link{
	color: #FFFFFF;
		text-decoration: none;

}
.Footer a:visited{
	color: #FFFFFF;
		text-decoration: none;

}
.Footer a:hover  {
	color: #FFCC00;
		text-decoration: none;
}
.Footer a:hover  {
	color: #FFCC00;
	text-decoration: none;
}
.links {
	font-size: 12px;
	line-height: 18pt;
	font-weight: bold;
	color: #B7132B;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #B7132B;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B7132B;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #B7132B;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #b7132b;
}
.instructions {
	width: 350px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B7132B;
}
.centerbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	line-height: 14px;
	font-weight: bold;
}
.blacktext {
	color: #000000;
}
.mailing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
}
#menu{
	clear:both;
	text-transform:uppercase;
	float:left;
	margin:0;
	padding:0;
	width:900px;
	font-family: "arial", georgia, times;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	position:relative;
	background-color: #000000;
	text-decoration: none;
}	


#menu ul {
 margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
	text-transform:uppercase;
}	/*	z-index:300; */

	
#menu ul li {
	margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;

	}
#menu ul li a {
	display:block;
	margin:0;
	padding:.6em .5em .4em;
	color: #ffffff;
	border-bottom:none;
	line-height:1em;
	text-decoration: none;
	}
	
#menu ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background:#990000;
	}
#menu ul li:hover a,
#menu ul li.hover a { /* This line is required for IE 6 and below */
	background:#990000; /* Top menu items background colour */
	color:#FFFFFF;
	border-bottom:none;
	}
	
#menu ul ul {
	position:absolute; 
	display:none; 
	top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:15em; /* width of the drop-down menus */
	z-index: 99999;
}

#menu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#menu ul ul li a,
#menu ul li.active li a,
#menu ul li:hover ul li a,
#menu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:0.8em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#990000;
	color:#FFFFFF;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #003399; /* sub menu item horizontal lines */
}
#menu ul ul li a:hover,
#menu ul li.active ul li a:hover,
#menu ul li:hover ul li a:hover,
#menu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	color:#fff;
	background-color: #333333;
}

/* Flip the last submenu so it stays within the page */
#menu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#menu ul li:hover ul,
#menu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}
.btt a:link, .btt a:visited	{
	background-color: #990000;
	color:#fff;
	cursor:pointer;
	float:left;
	border: 1px solid #990000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 5px;
}

.btt a:hover, .btt a:active	{
	color:#990000;
	background-color: #FFCC00;
	border: 1px solid #FFCC00;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

