body { font-family:Arial, Helvetica, sans-serif; background:#404040; text-align:center; margin:0px; }
table, tr, td, div { font-size:12px; color:#404040; font-weight:normal; }

hr { height:1px; color:#000000; background-color:#000000; width:100%; border:none; }

h1 { font-family:Trajan Pro; color:#E60000; font-size:24px; font-weight:bold; margin-bottom:8px; }
h2 { font-family:Trajan Pro; color:#E60000; font-size:16px; font-weight:bold; margin-bottom:8px; }

.h2 { font-family:Trajan Pro; color:#E60000; font-size:14px; font-weight:bold; margin-bottom:8px; }

a { color:#E60000; }
a.nav { color:#404040; font-size:14px; font-weight:normal; font-family:"Times", Times New Roman, Georgia, serif; text-decoration:none; }
a.formDownload { color:#000000; font-size:12px; font-weight:bold; text-decoration:underline; }

#container { width:884px; background:#ffffff; height:100%; text-align:center; margin:0px auto; }
#main { height:100%; }
#shadowLeft { background:url(/images/shadow_left.gif) repeat-y; }
#shadowRight { background:url(/images/shadow_right.gif) repeat-y; }

#navArea { border-right:1px solid #e5e5e5; }
#mainArea { padding:12px 15px; }

.imgBorder { border:1px solid #9d9d9d; }



/* this is the start of the dropdown menu css*/
.dropdown, .dropdown * {
	margin:0;
	padding:0;
	list-style:none;
}
.dropdown {
	/*line-height:1.0;*/
}
.dropdown ul {
	position:absolute;
	top:-999em;
	/*width:9.45em;*/
}
.dropdown ul li,
.dropdown a {
	/*width: 100%;*/
}
.dropdown li {
	display: inline;
	/*float:left;*/
	position:relative;
	z-index:99;
}
.dropdown a {
	/*display:block;*/
}
.dropdown li:hover ul,
ul.dropdown li.sfHover ul {
	left:-1px;
	top: 2em;
}
.dropdown li:hover li ul,
.dropdown li.sfHover li ul {
	top:-999em;
}
.dropdown li li:hover ul,
ul.dropdown li li.sfHover ul {
	left:9.45em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.dropdown {
	float:left;
	/*margin-bottom:1.5em;*/
}
.dropdown li {
	/*background:#BDD2FF;
	border-left:1px solid #fff;
	border-top:1px solid #CFDEFF;
	width:9.45em;*/
}
.dropdown a {
	color: black;
	padding: 0;
	text-decoration:none;
}
.menutext a{
	color: #E60000;
}
.dropdown li:hover, .dropdown li.sfHover,
.dropdown a:focus, .dropdown a:hover, .dropdown a:active {
	color: #88212f;
}
.dropdown li ul {
	border-top: none;
	}
.dropdown li li {
	display: block;
	text-align: left;
	font-size: 14px;
	width: auto;
	padding: 0;
	background: transparent;
}
.dropdown li li li {
	display: block;
	text-align: left;
	font-size: 14px;
	width: auto;
	padding: 0;
	background: transparent;
}
li img {
	border: none;
	padding: 0;
	margin: 0;
	}
a img {
	border: none;
	}

/* this is the end of the dropdown menu css*/
