body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
#page {
	width: 969px;
	margin: 0 auto 0 auto;
	text-align: left;
	border-left: solid 1px #bebebe;
	border-right: solid 1px #bebebe;
	border-bottom: solid 1px #bebebe;
}
#header {
	position: relative;
	width: 969px;
	height: 104px;
	background: url(images/elgra-header.jpg) left top no-repeat;
}
#header address {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 146px;
	padding: 50px 0 0 10px;
	border-left: solid 1px #ffd200;
	font-size: 100%;
	font-style: normal;
	color: #315724;
}
#header p {
	position: absolute;
	top: 70px;
	right: 165px;
	width: 400px;
	margin: 0;
	text-align: right;
	font-size: 130%;
	color: #315724;
}
#menu {
	width: 969px;
	border-top: solid 1px #ffd200;
	background: #315724;
	text-align: center;
}
#menu table {
	margin: 0 auto 0 auto;
}
#menu table td a {
	display: block;
	height: 100%; /* fudge for ie6 */
	padding: 5px 10px 4px 20px;
	font-size: 100%;
}
#menu table td a:link, #menu table td a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/menu.gif) 10px 9px no-repeat;
}
#menu table td a:hover {
	color: #ffd200;
	background: url(images/menuH.gif) 8px 9px no-repeat;
}
.popmenu {
	display: none;
	position: absolute;
	z-index:1;
	text-align: left;
	width: 148px;
	border-right: solid 1px #c3c3c3;
	border-left: solid 1px #c3c3c3;
	background: #eceef2;
}
.popmenu a {
	display: block;
	padding: 5px 3px 5px 19px;
	font-size: 100%;
	font-weight: bold;
	width: 126px;
	border-bottom: solid 1px #c3c3c3;
}
.popmenu a:link, .popmenu a:visited {
	background: url(images/submenu.gif) 9px 9px no-repeat;
	color: #646464;
	text-decoration: none;
}
.popmenu a:hover {
	background: #ffffff url(images/submenuH.gif) 9px 9px no-repeat;
	color: #4277b2;
}
#main {
	position: relative;
	width: 969px;
}
/*
*  CONTENT
*/
#content {
	width: 641px;
	margin: 2px 154px 0 154px;
	border-top: solid 1px #c3c3c3;
	border-left: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	padding: 10px 9px 10px 9px;
	color: #000000;
}
#content h1 {
	margin: 0;
	padding: 20px 0 10px 0;
	font-size: 150%;
	color: #315724;
}
#content h2 {
	margin: 10px 0 10px 0;
	font-size: 140%;
	font-style: italic;
	color: #4277b2;
}
#content h3 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 140%;
	color: #fdc404;
}
#content h4 {
	margin: 10px 0 10px 0;
	font-size: 140%;
	color: #4277b2;
}
#content h5 {
	margin: 10px 0 0 0;
	font-size: 120%;
	xfont-size: 10.5pt;
	color: #fdc404;
}
#content h6 {
	margin: 10px 0 0 0;
	font-size: 120%;
	color: #4277b2;
}
#content p {
	margin: 0 0 10px 0;
	font-size: 100%;
}
#content ul {
	margin: 0 0 10px 20px;
	padding: 0;
	list-style-image: url(images/dot.gif);
	font-size: 100%;
}
#content ol {
	margin: 0 0 10px 27px;
	padding: 0;
	font-size: 100%;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #ffd200;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
a:hover {
	color: #800000;
}
#content .redtext {
	color: #FF0000;
}
#content .bluetext {
	color: #0000FF;
}
#content .largetext {
	font-size: 200%;
}
#content .largertext {
	font-size: 250%;
}
#content img {
	xborder: 0px;
}
#content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
#content .imgborder {
	border: solid 1px #333333;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-top: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 31%;
}
.col2, .col2n {
	width: 48%;
}
.col2, .col3 {
	margin-right: 2%;
}
/*
*  LEFTBAR
*/
#leftbar {
	position: absolute;
	top: 1px;
	left: 2px;
	width: 150px;
	padding: 0 0 172px 0;
	background: #eceef2 url(images/leftbar.gif) left bottom no-repeat;
}
#submenu {
	padding: 0 0 8px 0;
}
#submenu h2 {
	width: 150px;
	margin: 0;
	font-size: 110%;
	font-weight: bold;
	background: url(images/submenuT.jpg) left bottom no-repeat;
}
#submenu h2 a {
	display: block;
	width: 144px;
	padding: 5px 3px 5px 3px;
	text-align: center;
}
#submenu h2 a:link, #submenu h2 a:visited {
	text-decoration: none;
	background: none;
	color: #383838;
}
#submenu h2 a:hover {
	color: #ffffff;
}
#submenu p {
	margin: 0;
}
#submenu a {
	display: block;
	width: 128px;
	padding: 5px 3px 5px 19px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: solid 1px #c3c3c3;
}
#submenu a:link, #submenu a:visited {
	background: #eceef2 url(images/submenu.gif) 9px 9px no-repeat;
	color: #646464;
	text-decoration: none;
}
#submenu a:hover {
	background: #ffffff url(images/submenuH.gif) 9px 9px no-repeat;
	color: #4277b2;
}
/*
*  RIGHTBAR
*/
#rightbar {
	position: absolute;
	top: 1px;
	right: 2px;
	width: 150px;
	background: #eceef2;
	padding: 0 0 10px 0;
}
#rightbar img {
	display: block;
}
.feature {
	border-bottom: solid 1px #d0d1d3;
	margin: 0;
}
.feature h2 {
	width: 150px;
	margin: 0;
	font-size: 110%;
	background: url(images/featureT.jpg) left bottom no-repeat;
	text-align: center;
}
.feature h2 a {
	display: block;
	width: 144px;
	padding: 5px 3px 5px 3px;
}
.feature h2 a:link, .feature h2 a:visited {
	text-decoration: none;
	color: #ffffff;
}
.feature h2 a:hover {
	text-decoration: none;
	color: #ffd200;
}
.feature p {
	margin: 0;
	color: #646464;
	padding: 10px 8px 0 8px;
}
.feature p.more {
	padding: 5px 8px 10px 8px;
	text-align: right;
}
.feature p a:link, .feature p a:visited {
	text-decoration: none;
	color: #4277b2;
}
.feature p a:hover {
	color: #ffd200;
}
#footer {
	margin: 0 auto 0 auto;
	padding: 2px 0 0 0;
	font-size: 85%;
	color: #6b6b6b;
	width: 969px;
	text-align: center;
	xheight: 82px;
}
#footer span {
	padding: 0 7px 0 7px;
	color: #6892c1;
}
#footer span.bl {
	border-left: solid 1px #fec815;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #6b6b6b;
}
#footer span a:link, #footer span a:visited {
	text-decoration: none;
	color: #6892c1;
}
#footer a:hover, #footer span a:hover {
	color: #800000;
}
/*
*  RESPONSE FORM
*/
#response {
	padding: 0.5em;
	width: 90%px;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 7em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
