@charset "UTF-8";
/* CSS Document */

html, body {
	margin : 0;
	background-color: #f1f1f1;
	background-image:url(images/eg2009bg.jpg);
	background-repeat:repeat-x;
	font-family:  Helvetica, Verdana, Tahoma, Arial ;
	font-size: .875em;
	color: #012983;
	line-height: 20px;
	font-style: normal;
}
#wrapper {
	width: 720px;
	margin: 0px auto;
}
#top {
	width: 720px;
	height: 75px;
	background-image:url(images/egtop.png);
	background-repeat:no-repeat;
	padding-top: 25px;
}
#logo {
	width: 140px;
	height: 75px;
	float: left;
	margin-left: 20px;
}
#nav {
	width: 335px;
	height: 75px;
	float: right;
	margin-right: 25px;
}
#header {
	width: 700px;
	height: 45px;
	background-image:url(images/egsectionhead.png);
	background-repeat:no-repeat;
	padding: 5px 0px 0px 20px;
}
#container {
	width: 720px;
	background-image:url(images/egconbg.png);
	background-repeat:repeat-y;
	overflow:hidden;
	padding: 15px 0px 15px 0px;
}
#conbox {
	width: 675px;
	margin: 0px auto;
}
#bottom {
	width: 720px;
	height: 90px;
	background-image:url(images/egbot.png);
	background-repeat:no-repeat;
	padding-top: 10px;
	font-family: Helvetica, Verdana, Tahoma, Arial;
	font-size: 	0.75em;
	color: #c41230;
	line-height: 20px;
	font-style: normal;
}
#botconleft {
	width: 330px;
	float: left;
	margin-left: 20px;
}
#botconright {
	width: 330px;
	float: right;
	margin-right: 25px;
	text-align:right;
}
.bdhds {
	font-family: Helvetica, Verdana, Tahoma, Arial;
  	font-size: 1.2em;
	color: #c41230;
	line-height: 18px;
	font-style:normal;
	font-weight:bold;
}

.bdtxtgry {
	font-family: Arial, Helvetica, Trebuchet MS, Lucida Grande;
  	font-size: 9px;
	color: #9f9f9f;
	line-height: 15px;
	font-style:normal;
}
#bottom a:link, #bottom a:visited, #bottom a:active {
	color: #c41230;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
	color: #002d62;
}

a:link, a:visited, a:active {
	color: #012983;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #c41230;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom:2px;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom: 2px;
}
.form {
	text-align: left; 
	width: 300px; 
	height: 20px; 
	border: 1px solid #c41230; 
	border-collapse: collapse;
	font-family: Helvetica, Verdana, Tahoma, Arial;
	font-size: 0.875em;
	color: #012983;
	line-height: 14px;
	font-style: normal;
	margin-top: 10px;

}
label {
	width: 200px;
	height: 20px;
	float: left;
	text-align: right;
	margin-right: 15px;
	display: block;
	margin-top: 10px;
	line-height: 14px;
	vertical-align:middle;
}
.submit input{
	margin-left: 4.5em;
} 
#output {
	width: 560px;
	margin: 0px auto;
}