@charset "utf-8";
body  {
	font: 8pt Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 75px;
	padding: 0;
	text-align: center;
	color: #969696;
	background-color: #000000;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 18px;
}
#escontainer {
	width: 1135px;
	margin-left: 200px;
	/*float: right;*/
}
#esrightCol {
	margin: 10px;
	margin-top: 65px;
	width: 250px;
	float: right;
}
#escenterCol {
	margin: 10px;
	width: 500px;
	float: right;
}
#esleftCol {
	margin: 10px;
	margin-top: 350px;
	width: 250px;
	float: right;
}

#eslogo {
	height: 55px;
	background-image: url(/images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
}
#esrightCol div {
	margin-bottom: 20px;
	background-color: #0c0c0c;
	border-top:2px #1b2849 solid;
	padding:10px;
	text-align:left;
	color: #cccccc;
}
#esleftCol div {
	margin-bottom: 20px;
  border-top:2px #1b2849 solid;
  background-color: #070707;
	padding:10px;
	text-align:left;
	color: #cccccc;
}
.escontent {
	margin-bottom: 20px;
	background-color: #0c0c0c;
	border-top:2px #3f2445 solid;
	padding:10px;
	text-align:left;
	color: #cccccc;
}
#esnav {
	margin-bottom: 20px;
	text-align:center;
	height: 35px;
	background-color: #070707;
	border-top:2px #3f2445 solid;
	color: #ffffff;
	margin-top: 10px;
}
#esnav a {
	position: relative;
	top: 8px;
	margin-right: 10px;
}
.validateEmail {
	background-color: #ffffff;
	margin: 1px;
	padding:1px;
	border: dashed 1px red;
	color: red;
}
#smpic img {
	max-width: 150px;
	border: solid 1px black;
}
a, a:link, a:visited, a:active {
	text-decoration: none; 
	color: #e1acc2; 
	font-weight: normal;
}
a:hover { 
	text-decoration: underline; 
	color: #412a45;
	font-weight : normal; 
} 
.toptentable a {
	font-weight: bold;
}
.tableHeader {
	font-weight: bold;
	/*background-color: #ffffff; */
}
.row1, .erow1 {
	background-color: #000000;
	color: #ffffff;
}
.row2, .erow2 {
	background-color: #121212;
	color: #ffffff;
}

h1,h3 {
	font-size: 14px;
	color: #6c899e;
	background-color: #000000;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
h2 { /* Used for News Titles */
	font-size: 14px;
	font-weight: bold;
	color: #4c3458;
	width: 100%;
	border-bottom: solid 2px #1a1a1a;
}

#special {
	
}
#special .aHtopRow {
	font-weight: bold;
}
#special a {
	
}
#topten {
	
}
#latestposts {
	
}
#esfooter { 
	width:100%;
	height:25px;
	font-size: 10px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
}
#esfooter div {
	padding: 5px;
	padding-bottom: 10px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
