﻿HTML,BODY {height:100%;}

BODY, TD, P, DIV, SELECT, INPUT, TEXTAREA {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: 16px;
	color: #333333;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-width: 770px;
}
table {border-collapse: collapse;}

P {line-height: 16px;}

A {text-decoration: underline;}
A IMG {border: none;}

A:link, A:active, A:visited {
	COLOR: #006600;
}
A:hover {
	COLOR: #333333;
	text-decoration: none;
}

H1, H2, H3, H4, H5, H6 {
	font-weight: bold;
	font-variant: small-caps;
	color: #006600;
	border: 0px solid #333333;
	border-bottom-width: 1px;
}

#headerbg { 
	background-image: url('graphics/EQhomeHeaderBG.png'); 
	background-repeat:repeat-x;
	background-position: left top;
	height: 232px;
}

#headoverlay {
	background-image: url('graphics/EQhomeHeader2.png'); 
	background-repeat:no-repeat;
	background-position: right top;
	height: 232px;
}

#menu {
	float:right; 
	margin-top: 190px;
	text-align: right;
	margin-right: 20px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none; 
	width: 770px;
}

#menu ul li {
	float: none;
	display: inline;
	color: white;
	padding-left: 12px;
	padding-right: 12px;
}

#menu ul li A {
	text-decoration: none;
	font-size: 22px;
	font-variant: small-caps;
}

#menu ul li A:link, #menu ul li A:active, #menu ul li A:visited {COLOR: #FFFFFF;}
#menu ul li A:hover {COLOR: #bfbfbf;}

#currentmenu {
	text-decoration: none;
	font-size: 22px;
	font-variant: small-caps;
	color: #99CC00;
}

#pagecontent {
	padding-left: 20px;
	min-height: 320px;
}

.content {
	margin-top: 20px;
	padding-right: 30px;
	padding-left: 140px;
	padding-bottom: 8px;
	text-align: justify;
}

.pagehead {
	color: #006600;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 24px;
	margin-top: 30px;
	border: 0px solid #006600;
	border-bottom-width: 4px;
	border-bottom-style: groove;
}

.pagetdtitle {
	color: #006600;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 24px;
	white-space: nowrap;
	width:160px;
}

.pagesubtitle {
	color: #006600;
	font-weight: normal;
	font-variant: normal;
	font-size: 16px;
}

.logo {
	color: Purple;
	font-weight: bold;
	white-space: nowrap;
}

.links ul li {
	padding-bottom: 7px;
}

.centered {
	text-align: center;
}

.goright {
	text-align: right;
}

.emphasis {
	color: red;
}

.moreemphasis {
	color: red;
	font-weight: bold;
}

.fineprint {
	color:gray;
	font-weight:lighter;
	font-size:smaller;
}

.listbullet {
	list-style-image: url('graphics/GreenBall.gif');
}

.listdecimal {
	list-style-image: url('');
	list-style-type:decimal;
}

.listnone {
	list-style-image: url('');
	list-style-type:none;
}

#footer {
	margin-top: 30px;
	background-image: url('graphics/EQhomeFooterBG.png');
	background-position: left top;
	background-repeat: repeat-x;
	height: 49px;
}

#copyright {
	float: left;
	color: #C0C0C0;
	padding-left: 70px;
	padding-top: 5px;
	font-size: 12px;
}

#tagline {
	float: right;
	color: silver;
	padding-right: 40px;
	padding-top: 5px;
	font-style: italic;
	font-size: 18px;
}
