@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #7a797a;
	background-image: url(images/egpcackground.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 75px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 540px;
	height: 290px;
}
.centerlist {
	padding-left: 150px;
}

.oneColFixCtrHdr #footer {
	border-top-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	font-family: Verdana;
	font-size: 9px;
	font-weight: lighter;
	color: #666666;
	margin-top: 5px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #navbar {
	background-color: #FFFFFF;
	background-image: url(images/topnav1.jpg);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 35px;
}
.oneColFixCtrHdr #banner {
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/egpclogo.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 120px;
}
.oneColFixCtrHdr #rightimage {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-left-width: 3px;
	border-left-style: groove;
	border-left-color: #000000;
	background-color: #FFFFFF;
	height: 250px;
	width: 175px;
	margin-left: 0px;
}
.oneColFixCtrHdr #footerboxright {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana;
	font-size: 9px;
	font-weight: lighter;
	color: #666666;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 300px;
	float: right;
	margin-top: 20px;
}
.oneColFixCtrHdr #footerboxleft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	font-family: Verdana;
	font-size: 9px;
	font-weight: lighter;
	color: #666666;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 300px;
	float: left;
	margin-top: 20px;
}
.ParaGraphTXT {
	font-family: Verdana;
	font-size: 10px;
	font-weight: lighter;
	color: #333333;
}
.PageHeader {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
	text-transform: uppercase;
}
.link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bolder;
	color: #990000;
	text-transform: uppercase;
	text-decoration: underline;
}
