/* Added for MenuMakerPro due to link color issues for link, visited and active */
/* a.menumaker:visited {color: #ffffff;}  */

.ebul_cbmenu td a:visited {
  color:#FFFFFF;
  font-family:"Arial",serif;
  font-size:13px;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}



/* Footer text link colors */
a.footer_nounderline {text-decoration: none; font-weight: normal; font-size: 16px; color: #000000 !important;	/* For Firefox... mark as important, otherwise it becomes black */}

a.footer:link
{
	text-decoration: none; font-weight: bold; font-size: 15px; color: #000000 !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.navmenu:link
{
	text-decoration: none; font-weight: bold; font-size: 16px; color: #000000 !important;	/* Button text link color - For Firefox... mark as important, otherwise it becomes black */
}

a.footer:visited
{
	text-decoration: none; font-weight: bold; font-size: 15px; color: #000000 !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.navmenu:visited
{
	text-decoration: none; font-weight: bold; color: #000000 !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.footer:hover
{
	text-decoration: none; font-weight: bold; font-size: 15px; color: #cd411d !important;	/* For Firefox... mark as important, otherwise it becomes black */
}


a.navmenu:hover
{
	text-decoration: none; font-weight: bold; color: #de1301 !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.footer:active
{
	text-decoration: none; font-weight: normal; font-size: 16px; color: #000000 !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.navmenu:active
{
	text-decoration: none; font-weight: bold; color: #000000 !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

.Bold
{
	font-weight: bold;
}


.NormalText
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 16px;
	color: #000000;
}


.PageHeader
{
	font-weight: bold;
	font-size: medium;  /* font-size: 18px */
	color: #cc0000;
}

.PageHeaderBlack
{
	font-weight: bold;
	font-size: medium;  /* font-size: 18px */
	color: #000000;
}

.SubHeading
{
	font-weight: bold;
	font-size: small;  /* font-size: 14px */
	color: #cc0000;
}

.SubHeadingBlack
{
	font-weight: bold;
	font-size: small;  /* font-size: 14px */
	color: #000000;
}


.LargeText
{
	font-weight: bold;
	font-size: Large;
	color: #CC0000;
}


.LargeTextBlack
{
	font-weight: bold;
	font-size: Large;
	color: #000000;
}


.Title
{
	font-weight: bold;
	font-size: medium;  /* font-size: 18px */
	color: #cc0000;
}

hr.g {border: none 0;    /* hr.g is not used anymore.  Does not display correctly if FireFox */
	border-top: 4px double #800000 solid;
	width: 96%;
	height: 3px;
	  /* margin: 2px auto 0 0; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
	
hr.FooterHorizonalRule /* Not used anymore.  Does not display correctly in FireFox */
{ color:#D8A71E; background: #D8A71E; border: 0; Height:3px; width: 78%; text-align: center! important; margin: 0px auto; padding: 0px;}
/*  { color:#000000; background: #000000; border: 0; Height:3px; width: 78%; text-align: center! important; margin: 0px auto; padding: 0px; margin: 0px 150px 0px 150px;}  */
	/* Note about hr color: IE uses the "color" and FireFox uses the "background" color */
	
/* Handle HR tag in both IE and FF 
div.hr { margin: 0px auto; padding: 2px; border: none; border-top: 2px solid #000000; width: 78%; text-align: center;}
div.hr hr { display: none; }
*/


h1 { color: #000080; }
h2 { color: #000080; }

h3 { color: #000080;}
h4 { color: #000080;}








#wrapper { 
 margin: 0 auto;
 width: 960px; /* Page Width */
}

#faux {
 /* background: url(images/background1.png);  Use with 3 column background design*/
 background: url(images/background4.png);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#header {
 color: #333;
 padding: 10px;
 height: 0px;  /* Height of Header area */
 margin: 0px 0px 0px 0px;  /* top, right, bottom, left */
 background: #D1DBDB;
}

#navigation {
 color: #000000;  /* Text Color */
 height: 39px;
 padding: 0px;
 margin: 0px 0px 0px 0px;  /* top, right, bottom, left */
 background: #CD411D;
}


#leftcolumn { 
 display: inline;
 color: #000000;  /* Text color */
 margin: 10px 0px 0px 10px;  /* top, right, bottom, left */
 padding: 0px;
 width: 140px;
 float: left;
}

#content { 
 float: left;
 color: #000000;  /* Text color */
 margin: 10px 0px 0px 25px;  /* top, right, bottom, left */
 padding: 0px;
 /*  width: 460px;  Use if 3 column design*/
 width: 750px;
 display: inline;
 position: relative;
}

#IF_rightcolumn {  /* Remove the "IF_" if there is a right column sidebar */
 display: inline;
 position: relative;
 color: #000000;  /* Text color */
 margin: 10px 0px 0px 10px;  /* top, right, bottom, left */
 padding: 0px;
 width: 138px;
 float: right;
}

#verticalspace {
 /* This was added to add vertical space after the navigation area - IE and FireFox use diff vert space */
 clear: both;
 color: #000000;
 /* background: #8B7E66; */  /* use for solid background versus image */
 
background-image: url('images/background5.png');  /* This is the bkground above the footer image.  It is usually the same as the page bkground except smaller vertically */
 
 height: 12px;  /* Add vertical space */
 width: 100%;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 position: relative;
 
}


#footerimage_css {
 width: 100%;
 
 clear: both;
 color: #000000; /*Text Color if applicable */
 
 /* Use color or image */
 background: #989898;
 height: 24px;  /* Make sure this is sized to the correct image size (when using an image) */
   
 background-image: 
 url('images/footerimage.png');

 background-repeat: no-repeat; 
 background-position: 
 center center;

 margin: 0px 0px 0px 0px;
 padding: 0px;
}




#footer_css { 
 clear: both;
 color: #000000;  /* Color of non-link text in footer - Example the pipe characters used to separate menu items*/
 text-align: center! important;
 font-weight: bold;
 font-size: 16px;
 /* font-size: normal; */
 /* background: #081434; */
 background: #ffcc33;
 height: 52px;  /* Vertical size of footer */
 width: 100%;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 
   
}



#copyright_css { 
 height: 18px;
 width: 100%;
 clear: both;
 color: #000000;
 /* background: #004489; */
 /* background: #989898; */
 /* background: #8E8467; */
 background: #ffcc33;
 
 margin: 0px 0px 0px 0px;
 padding: 0px;
 font-family:Arial;
 font-size: 14px;
 text-align: center;
  
}


/* Table Font-Tables do not inherit fonts */
td {

  font-weight: normal;
  font-size: 16px;         /* Modified from "medium" so review tables had the correct font size.  However, I had to eventually change it from "small" to a pixel size to display correctly in FF */
  color: #000000;
 
}

.clear { clear: both; background: none; }