#pageHeader {
	text-align: left;
	background: #ffffff no-repeat center top;
	z-index: 10;
	width: 780px;
	margin-left: 2px;
	
	
}


#container {
	position: relative;
	margin: 0px auto -5px;
	text-align: left;
	width: 780px;
	z-index: 5;
	
}


#containerindex {
	position: relative;
	margin: 0px auto -5px;
	text-align: left;
	z-index: 5;
	width: 780px;
	top: 1px;
	
}

#textdiv {
	border: thin ridge #C41115;

}


#bodydiv {
	border: thin ridge #C41115;

}



/******************************************************************************
CSS for Menu Divs                                   *
******************************************************************************/

body {
	behavior: url(csshover.htc);
	background-image: url(images/bg_stripes.gif);
	background-repeat: repeat-x;
    
  } /* WinIE behavior call */

#main {
	margin-left: 1px;
	border-left: 0px solid;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 1px;
	left: 0px;
	background-color: #F4F4F4;
	width: 778px;
}
  
div#nav {
	background: #C41115 center;
	border: 1px solid #FFFFFF;
	width: 518px;
	left: 280px;
	position: relative;
	z-index: 200;
	top: -48px;
	right: 0px;
}
  
div#nav ul {
	margin: 0;
	padding: 0;
	background: #C41115;
	border: 1px solid #CCC;
	border-width: 0 1px;
}
  
  
/******************************************************************************
width below sets width of each list item on menu, but not the width of the <a> tag in IE   *
******************************************************************************/  
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 86px;
	line-height: 1em;
	border: 1px #EB181E;
		
}
  
div#nav li:hover {background: #EB181E;}

div#nav li.submenu {
	background: #C41115;
	border: 1px #EB181E;
}

/**with arrow
div#nav li.submenu {
	background: url(images/dropmenu.gif) 95% 50% no-repeat;
	border: 1px #CCCCCC;
} **/


div#nav li.submenu:hover {
	background-color: #EB181E;
}


/** set width of <a> tag**/

div#nav li a {
	display: block;
	padding: 0.25em 0 0.25em 2px;
	text-decoration: none;
	width: 84px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F2F1FE;
}
  
div#nav>ul a {width: 92px;}



/**width below sets width of dropdown  **/
  
div#nav ul ul {
	position: absolute; 
	width: 92px;
  	display: none;}
  
div#nav ul ul li {
	border-bottom: 1px solid #EB181E;}

div#nav li.submenu li.submenu {background: 99% 50% no-repeat;}

/**with arrow
div#nav li.submenu li.submenu {background: url(images/submenu.gif) 95% 50% no-repeat;}
**/


div#nav li.submenu li.submenu:hover {background-color: #EB181E;}

div#nav li.submenu li.submenu:hover {background-color: #EB181E;}

div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
	
}

div#nav ul.level2 {top: 30px; left: -1px;
	border-top: 1px solid #ffffff;}

div#nav ul.level3 {top: -1px; left: 7em;
  border-top: 1px solid #ffffff;}
  
  
  

  




a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #C41115;
}

a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FA0126;
}





a.large:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #C41115;
	font-weight: bold;
}

a.large:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FA0126;
}






body {
  color: #000000;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 75%;
  behavior: url(csshover.htc);
  OnLoad: "swapPic()"
  
  } 


h1 {
	font-size: 115%;
	font-family: ITC Franklin Gothic, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;

}


h2 {
	font-size: 115%;
	font-family: "ITC Franklin Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #C41115;
	margin-bottom: 3px;
	margin-top: 0px;

}


h3 {
	font-size: 115%;
	font-family: "ITC Franklin Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #C41115;
	margin-bottom: 3px;
	margin-top: 0px;
}



p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
}
table {
	vertical-align: top;
}
td {
	vertical-align: top;
}
