body {
	background-image: url(../../images/bg.jpg);
	background-color: #ededb9;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	margin: 0;
}

#container {
	margin: auto;
	width:770px;
}

#header {
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:121px;
	width:770px;
}

#main{	
	width: 770px;
	margin: 0;
	padding: 0;
}

#nav {
	background:url(../../images/left_sidebar_bg.jpg);
	background-repeat:repeat-y;
	width:164px;
	border-right: 1px solid #6C3437;
}

#navlist, #navlist ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 143px;
}
	
#navlist li { /* all list items */
	position: relative;
	float: left;
	line-height: 1.25em;
	margin-bottom: -1px;
	width: 143px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
	
#navlist li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-left: 163px;
	margin-top: -25px;
	border: 0;
}
	
#navlist li ul ul { /* third-and-above-level lists */
	left: -999em;
}
	
#navlist li a, #navlist ul ul li a {
	background: url(../../images/nav_bg.jpg);
	background-repeat: repeat-y;
	display: block;
	width: 143px;
	color: #FFFFFF;
	padding: 5px 10px;
	text-align: right;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navlist li ul li a {
	text-align: left;
	background-color: #44171C;
	background-image: none;
}
	
#navlist li a:hover {
	color: white;
	background-color: black;
	background-image: none;
}
	
#navlist li:hover ul ul, #navlist li:hover ul ul ul, #navlist li.sfhover ul ul, #navlist li.sfhover ul ul ul {
	left: -999em;
}
	
#navlist li:hover ul, #navlist li li:hover ul, #navlist li li li:hover ul, #navlist li.sfhover ul, #navlist li li.sfhover ul, #navlist li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.logo { margin-top:10px;
	margin-bottom:10px;

}

#content {
	background-image: url(../../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-right: 1px solid #000;
	background-color: #ffffff;	
	width: 606px;
}
.bodyText {
	padding: 0 45px 20px 45px;
	background: url(../../images/diamond_bg2.gif) top center no-repeat;
}

h1 {
	font-size: 14pt;
	color: #6C3437;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

h2 {
	font-size: 12pt;
	color: #6C3437;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.bodybackground{
	margin-bottom: 0;
	height: 100%;
}

.tdUnderline  {
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
.tdUnderline td {
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #DDD;
	background-color: #F0F0F0;
}
.tdUnderline td.tdTint {
	background-color: #e9e9e9;
}

#footer{
	background: url(../../images/footer.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding-left: 210px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	position: relative;
	border-right: 1px solid #000;
}

#eq_hs_logo {
	position: absolute;
	top: 15px;
	right: 220px;
}
 
#ncua_logo {
	position: absolute;
	top: 13px;	
	right: 20px;
}


