/*Do not remove fonts, only change the order, as older browsers may not understand the font you specify*/
body		{font-size: 10pt; 
				 font-family: Arial, "Times New Roman", Bodoni, Garamond, "Minion Web", "ITC Stone Serif", "MS Georgia", "Bitstream Cyberbit", serif; color: #000000; background-image: url('images/background.gif');}
				 
h1	{font: 24pt; font-family: Arial, Sans-Serif; Times New Roman, Bodoni, Garamond, Minion Web, ITC Stone Serif, MS Georgia, Bitstream Cyberbit, color: black; text-align: center;}
p	{text-indent: 0.0in; margin-left: 5px; margin-right: 25px;}

/* "th" is the first row of the trans tables, otherwise known as the table header */
th 	{background-color: #c0c0c0; color: #000000; font-size: 10pt; font-family: Arial, "Times New Roman", Bodoni, Garamond, "Minion Web", "ITC Stone Serif", Georgia, "Bitstream Cyberbit", serif;}

/* Changes for the odd rows in the tables */
.odd {background-color: white; color: black; font-size: 10pt; font-family: Arial,Times New Roman, Bodoni, Garamond, Minion Web, ITC Stone Serif, Georgia, Bitstream Cyberbit, serif;}

/* Changes for the even rows in the tables */
.even {background-color: #e8e8e8; color: black; font-size: 10pt; font-family: Arial; }

/* Don't change, hard-coded in ECom */
.search  {background-color: white; color: black; font-size: 10pt; font-family: Arial; } //hard-coded do not change

/* Same as 2.2 */
#Logo{position: absolute; top:4; left:500; z-index: 100; }

/*The background color of the drop-down menus*/
.clsmenuitemdn1 	{FONT-SIZE: 8pt; CURSOR: hand; COLOR: #000000; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #c0c0c0}

.clsmenubaritemdn1 	{FONT-SIZE: 8pt; CURSOR: hand; COLOR: #000000; FONT-FAMILY: Verdana;  TEXT-DECORATION: none}
table#tblMenuBarDN1 TD 	{PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FONT-SIZE: 8pt; PADDING-BOTTOM: 0px; CURSOR: default; COLOR: white; PADDING-TOP: 0px; FONT-FAMILY: Verdana}
table#tblMenuBarDN1 TD.clsmenubaritemdn1 {CURSOR:  hand}

/* Drop-down border */
DIV.clsmenudn1 {TEXT-ALIGN:LEFT; PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-SIZE: 8pt; VISIBILITY: hidden; PADDING-BOTTOM: 4px; WIDTH: 200px; PADDING-TOP: 0px; FONT-FAMILY: Verdana; POSITION: absolute; BACKGROUND-COLOR: #c0c0c0;}

/* How the hyperlinks behave/appear within the drop-downs */
div.clsmenudn1 A {COLOR: #000000;}
div.clsmenudn1 A:Link {COLOR: #000000;}
div.clsmenudn1 A:Active {COLOR: blue;}
div.clsmenudn1 A:Visited {COLOR: #000000;}
div.clsmenudn1 A:hover {COLOR:blue}

.clsnav1menu 	{FONT-SIZE: 8pt; CURSOR: hand; COLOR: #ffffff; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #006699}
.clsnav1menuHref {FONT-SIZE: 8pt; CURSOR: hand; COLOR: #ffffff; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #006699}
.clsdatanav1menu {FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #006699}
.clsdatanav2menu {FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #006699}

/* How the links behave/appear in the whole site, excluding the drop-down menus */
a:link	{color: #0000FF; text-decoration: none;}
a:visited	{color: purple; text-decoration: none;}
a:active	{color:red; text-decoration: none;}
a:hover	{color: red; text-decoration: underline;}

//