html, body {

}
body {
  margin: 0;
  padding: 0;
  font-family: verdana, arial;
}

p {
  font-family: Verdana, Arial;
}



fieldset { margin: 1em 0; padding: 1em; border: 1px solid #cccccc; }
label { display: block; }
input { width: 200px; }
textarea { width: 300px; height: 100px; }
.labeltext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666699; }
.text2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: bold;} 
/* fix for firefox */
input[type="text"], textarea {
border-top: 2px solid #999999;
border-left: 2px solid #999999;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}


#sub_nav_heading {
 font-size: 20px;
 color: #ABAAAA;
 padding: 20px 0;
}

#sub_nav_container a {
 color: #636363;
 font-family: tahoma, verdana, arial;
 font-size: 11px;
 display: block;
 margin: 5px 0;
 text-decoration: none;
}

#sub_nav_container a:hover {
 text-decoration: underline;
}


.page_header {
 font-family: sans-serif;
 font-size: 18px;
 font-weight: bold;
 color: #B30008;
}

/* News Page */
.news_item {
 border-bottom: 1px solid #ccc;
 margin: 10px;
 padding: 5px;
}

.news_title {
  font-weight:bold;
	font-size: 14px;
	text-decoration: underline;
	color: #076D2B; 
	margin-bottom: 5px;
}

/* News Page EOF */

/* Infobox Styles */


.nav_link {
  border-bottom: 1px solid #5D5B5B;
}

.nav_link_last {

}

.side_box_content form {
 width: 180px;
 text-align: center;
}


/* Infobox Styles EOF */

td{
font-family:verdana;
font-size:8pt;
}


/*Styles for My Account Page */
.account_heading {
  font-size: 14px;
  font-weight: bold;
	color: #444;
}

.account_checkbox_row {
  height:30px;
	margin-bottom: 10px;
	border: 1px dotted #aaa;
}
/*Styles for My Account Page EOF*/

.warning {
  border: 1px solid #a00;
	background: pink;
	color: #a00;
	padding: 10px;
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 14px;
}

a.simple_button {
  display: block;
  border: 1px solid #aaa;
  padding: 5px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
}

a.simple_button:hover {
  background: #aaa;
	border: 1px solid #a0a;
}

/* Prem Club Specific Styling */
#bottom_section {
  background: url('images/body_repeat.jpg') top left repeat-x #9B8BA5;
}


#header { 
 background: #000;
 height: 194px;
}

#header_logo {float:left; margin-left:75px;}

#header_right_image { float: right}

#page_wrapper {
  width: 800px;
  height: 479px;
  padding-top: 30px;
}

#left_page_container {
  width: 197px;
  height: 479px;
  float: left;
}


#col_left_top {
  background: url('images/col_l_top.jpg');
  width: 197px;
  height: 13px;
}

#col_left_content {
  background: #5F5F5F;
  padding-top: 1px;
}

#col_left_bottom {
  background: url('images/col_left_bottom.jpg');
  width: 197px;
  height: 16px;
}

#main_page_container {
  float: right;
  width: 555px;
  height: 479px;
}

#main_page_nav_container {
  background: url('images/main_body_header_bg.jpg') no-repeat;
  width: 555px;
	height: 37px;
	text-align: left;
	padding-left: 20px;
}

#main_page_nav_container a {
  font-family: tahoma, verdana;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin-right: 10px;
    white-space: nowrap;
}

#main_page_nav_container a:hover {
  text-decoration: underline;
}

#main_page_body_container {
  background: url('images/main_body_bg.jpg') no-repeat;
  width: 555px;
  height: 442px;
  font-family: tahoma, verdana;
  font-size: 12px;
  color: #000;
}

#main_page_text {
  width: 465px;
  height: 375px;
	padding-left: 10px;
	padding-right: 10px;
  margin-top: 20px;
	text-align: left;
  overflow: auto;
}

.page_header {display: none;}

.side_box_heading {display: none;}

a.nav_link, a.nav_link_last {
  display: block;
  font-family: tahoma, verdana;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  width: 172px;
  height: 23px;
  background: url('images/button_bg_white.jpg');
  margin-top: 10px;
}

a.nav_link:hover, a.nav_link_last:hover {
  background: url('images/button_bg_red.jpg');
}

#elston_ad_container {
  margin-top: 25px;
}


#footer {
  font-size: 11px;
  color: #222;
  text-decoration: none;
  margin-top: 20px;
  padding-bottom: 20px;
}

/* Prem Club Specific Styling EOF */
