@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #000000;
}

.twoColFixLtHdr #container {
	width: 875px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #FBFAF5;
} 
.twoColFixLtHdr #header {
	background-color: #FBFAF5;
	background-image: url(images/topbar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 140px;
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 5px;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-right: 10px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 30px;
	background-color: #000000;
	background-image: url(images/egtshadow.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0px;
	border-top-width: thick;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FBFAF5;
	border-bottom-color: #FBFAF5;
	overflow: auto;
	height: 630px;
	width: 650px;
} 
.twoColFixLtHdr #mainContent2 {
	margin-right: 10px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 30px;
	background-color: #000000;
	background-image: url(images/egtshadow.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FBFAF5;
	border-bottom-color: #FBFAF5;
	height: 600px;
	overflow: auto;
	width: 650px;
}
.twoColFixLtHdr #footer {
	background-image: url(images/bottombar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 185px;
	background-color: #FBFAF5;
} 
.twoColFixLtHdr #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: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: 1px solid #FFFFFF;
	margin-top: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 1px solid #FFFFFF;
	margin-top: 8px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.footertxt {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.footertxt  a   {
	color: #E41835;
}
.footertxt a:link {
	color: #E41835;
}
.footertxt a:active {
	color: #E41835;
}
.footertxt a:visited {
	color: #E41835;
}
.footertxt a:hover {
	color: #22C8FF;
}


.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	padding-top: 0px;
	text-transform: uppercase;
	padding-bottom: 0px;
	letter-spacing: .2em;
	margin-top: 15px;
	margin-bottom: 8px;
}
.h1center {
	font-size: 16px;
	color: #2BCAFF;
	margin-bottom: 8px;
	margin-top: 15px;
	font-weight: bold;
	text-transform: uppercase;
}


.h2 {
	font-size: 13px;
	color: #2BCAFF;
	margin-bottom: 6px;
	margin-top: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.h3 {
	margin-top: 1px;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2BCAFF;
}
.h2center {
	font-size: 13px;
	color: #2BCAFF;
	margin-bottom: 8px;
	margin-top: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}



.thumbtext {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}



.b1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 0px;
	line-height: 18px;
	color: #FFFFFF;
}
.b2 {
	font-weight: bold;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 10px;
}
.b3 {
	color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
	font-weight: bold;
}
.b3center {
	color: #FFFFFF;
	margin-top: 6px;
	margin-bottom: 12px;
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
	font-weight: bold;
	text-align: center;
}
.b3centergold {
	color: #FFCC00;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
	font-weight: bold;
	text-align: center;
}
.b4 {
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
.b5 {
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
}



.bullet1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 0px;
	line-height: 16px;
	color: #FFFFFF;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-right: 0px;
	margin-left: 18px;
	padding-left: 0px;
}



.gold {
	color: #FFCC00;
	text-transform: uppercase;
	font-weight: bold;
}
.blue {
	color: #2BCAFF;
	text-transform: uppercase;
	font-weight: bold;
}
.red {
	color: #E41835;
	text-transform: none;
	font-weight: bold;
}
.red2 {
	color: #E41835;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-bottom: 2px;
	margin-top: 0px;
}





.egtlogo {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidehead {
	color: #F9EFD2;
	font-size: 12px;
	font-weight: bold;
}
img
{
	border-style: none;
}
.picborder {
	border: 1px solid #FFFFFF;
}
.thumbpic {
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
	cursor: pointer;
	cursor: hand;
}
.img
{

}
ul {
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 0px;
}

li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #22C8FF;
}
a:active {
	color: #FFCC00;
}

