html { height: 100%; }

.mainBody
{
	background-color: #fff;
	margin: 0px;
	background-image: url('/images/Interface/et-mainbg.jpg');
	background-repeat: repeat-x;
}

body, div, td
{
	font-family: arial, helvetica, verdana;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}

p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

img { border: 0px; }
a { text-decoration: underline; }
a:link { color: #333; }
a:visited { color: #333; }


a:active
{
	color: #333;
	text-decoration: none;
}

a:hover
{
	color: #333;
	text-decoration: none;
}

.ET-heading
{
	color: #8b0000;
	font-size: 22px;
	line-height: 29px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 8px;
}

.EH-heading
{
	color: #003762;
	font-size: 22px;
	line-height: 29px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 8px;
}

.EE-heading
{
	color: #17600e;
	font-size: 22px;
	line-height: 29px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 8px;
}

h1
{
	color: #8b0000;
	font-size: 18px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}

h2
{
	color: #003762;
	font-size: 18px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}

h3
{
	color: #17600e;
	font-size: 18px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}

h4
{
	color: #8b0000;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 2px;
}

h5
{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

form { margin: 0px; }

ul
{
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 0px;
	padding-left: 8px;
}

li
{
	margin: 0px;
	color: #262626;
	font-style: normal;
}

.ET-mainmenu, .ET-mainmenu a, .EH-mainmenu, .EH-mainmenu a, .EE-mainmenu, .EE-mainmenu a
{
	display: block;
	float: left;
	height: 24px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin: 0px 1px 0px 1px;
}

.ET-mainmenu a:hover, .ET-mainmenu a.current, .EH-mainmenu a:hover, .EH-mainmenu a.current, .EE-mainmenu a:hover, .EE-mainmenu a.current,
{
	color: #fff;
	text-decoration: none;
}

.ET-mainmenu, .ET-mainmenu a
{
	color: #bd8284;
	background-image: url('/images/MenuItems/ET-menuon.gif');
	background-position: bottom;
}


.EH-mainmenu, .EH-mainmenu a
{
	color: #86b1cb;
	background-image: url('/images/MenuItems/EH-menuon.gif');
}

.EE-mainmenu, .EE-mainmenu a
{
	color: #a1d09f;
	background-image: url('/images/MenuItems/EE-menuon.gif');
}

.ET-submenu a, .EH-submenu a, .EE-submenu a
{
	font-size: 15px;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	margin: 0px 20px 0px 20px;
}

.ET-submenu a:hover, a.current, .EH-submenu a:hover, a.current, .EE-submenu a:hover, a.current
{
	color: #fff;
	text-decoration: none;
}

.ET-submenu a { color: #bd8284; }
.EH-submenu a { color: #86b1cb; }
.EE-submenu a { color: #a1d09f; }