/* TOP MENU */

/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_one */
.padit {
padding-left:80px; 
padding-right:130px;
}
.paditmore {
padding-left:140px; 
padding-right:90px;
}
.orange {
color:#FFFF99;
}
td {
color:white;
}
.bright {
color:#FFFF00;
}
small {
color:white;
}

.menu1 {
	padding:0 0 0 20px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(button1.gif);
	background-position:center;
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
	width: 100%;
}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#fff; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li.endcap a b {margin-right:10px;}
.menu1 li a b {float:left; display:block; padding:0 10px 0 3px;}
.menu1 li.current a {color:#fff; background:url(button3.gif);}
.menu1 li.current a b {background:url(button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(button2.gif);}
.menu1 li a:hover b {background:url(button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(button3.gif) no-repeat right top;}

.menuback {background url(button1.gif); background-repeat:repeat-x; position:absolute; left:0px;}
#positionthis{position:absolute;left:50px;top:150px;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image:url(/graphics/ehbg.gif);
	background-repeat:repeat-y;
	margin: 0;
	padding: 0;
	color: #000000;
}
.thrColEls #container {
	margin: 0;
	width: 1236px; 
	height: 100%;
	
} 
td.lpad {
padding-left:72px;
}
#this {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
line-height:25px;
font-size:15px;
font-weight:200;
}
.this {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
line-height:25px;
font-size:15px;
font-weight:200;
}
.these {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
line-height:50px;
font-size:15px;
font-weight:150;
}
ol.this {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
line-height:25px;
font-size:15px;
font-weight:200;
}
li.this {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
line-height:25px;
font-size:15px;
font-weight:200;
}
p.this {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
line-height:25px;
font-size:15px;
font-weight:200;
}
p.that {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
line-height:25px;
font-size:15px;
font-weight:200;
}
.contentArea {
	/*background-image:url(graphics/contentarea_bg.gif);
	background-position:center;
	*/
	}

.thrColEls #mainContent {
  /*margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A301B;
	font-weight: bold;
	font-size:11px;
}
a {
color:#FFCC00;
}
a:active {
color:#FFCC00;
}
a:hover {
color:#FFFF66;
}
.rollover a {
display:block;
width: 150px;
height: 35px;
color:#CCCCCC;
background : url(buttons/buttonUp.gif);
text-decoration: none;
}
.rollover a:hover { 
color:#FFFFFF;
font-weight:bolder;
background-image : url(buttons/buttonOver.gif);

}
.rollover a:active {
font-weight:bolder;
background-image : url(buttons/buttonActive.gif);

}