body {
	background-image:url(../images/bg.gif);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
#logo {
	height: 125px;
	background-image: url(../images/Ingenex_Logo.jpg);
	background-repeat:no-repeat;
	}
.homedisclaimer {

	MARGIN-TOP: 12px; FONT-SIZE: 10px; font-family: Arial, Helvetica, sans-serif; MARGIN-BOTTOM: 5px; MARGIN-LEFT: 14px; COLOR: #999999;

}
.homedisclaimer a {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	}
.homedisclaimer a:hover {
	text-decoration: none;
	color: #666666;
	}	
	
.tdBreadcrumb {

	FONT-SIZE: 10px; 
	BACKGROUND: #000000; 
	COLOR: #ffffff; 
	TEXT-INDENT: 11px; 
	LINE-HEIGHT: 20px; 
	
	font-family: verdana, arial, helvetica, sans-serif;

}

.tdBreadcrumb {

	FONT-WEIGHT: bold; 
	COLOR: #ffffff;

}

.tdBreadcrumb A {

	FONT-WEIGHT: bold; 
	COLOR: #ffffff;
	text-decoration: none;

}

.tdBreadcrumb A:active {

	COLOR: #999999;

}

.tdBreadcrumb A:visited {

	COLOR: #ffffff;

}

.tdBreadcrumb A:hover {

	COLOR: #a19c5a;
	text-decoration:none;

}

#centercontent  {
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	}
.disclaimerbackground2 {

	BACKGROUND: #000000;

    BORDER-BOTTOM: #a19c5a 1px solid;

}

.disclaimer {

	FONT-SIZE: 10px; MARGIN: 14px 15px 24px; COLOR: #999999; FONT-FAMILY: arial, helvetica, sans-serif

}
.statement {
	
	FONT-SIZE: 11px; MARGIN: 14px 15px 24px; COLOR: #ffffff; FONT-FAMILY: arial, helvetica, sans-serif


}

.disclaimerbackground {

	 BACKGROUND: #000000; 

}

.disclaimer A {

	COLOR: #a19c5a; TEXT-DECORATION: none

}

.disclaimer A:active {

	COLOR: #d2cfa6; TEXT-DECORATION: none

}

.disclaimer A:visited {

	COLOR: #d2cfa6; TEXT-DECORATION: none

}

.disclaimer A:hover {

	COLOR: #d2cfa6; TEXT-DECORATION: none

}

.leftgraphic {
	border-right: #000000 solid 1px;
	background-color:#ffffff;
	}	
	
.rightblock {
	background-color:#FFFFFF;
	}
.marginupcomingevents {

	MARGIN-LEFT: 30px; 
	MARGIN-RIGHT: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.imagetitles {

	MARGIN-TOP: 30px

}

input.nav {
display: block;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
border:1px solid #a19c5a;
}	
td.nav {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
A {

	FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none

}

A:active {

	COLOR: #000000; TEXT-DECORATION: none

}

A:visited {

	COLOR: #000000; TEXT-DECORATION: none

}

A:hover {

	COLOR: #999999; TEXT-DECORATION: none

}

/* menu configuration */

.ddsmoothmenu{
font: bold 11px Verdana;
background: #414141; /*background of menu bar (default state)*/
width: 1200px;
height: 27px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
height: 27px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #414141; /*background of menu items (default state)*/
color: white;
padding: 7px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #000000;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: bold 11px Verdana;
width: 310px; /*width of sub menus*/
padding: 7px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid black;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}