/* GLOBAL SETTINGS **********************************************************************/
body {
  text-align: center;
  background: #F4FDE5 url('../img/bg.jpg') top center no-repeat fixed;
  margin-top:10px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
}
A:link {
	COLOR: #FF6600; text-decoration: none
}
A:visited {
	COLOR: #FF6600; text-decoration: none
}
A:active{
	COLOR: #FF6600; text-decoration: none
}
A:hover {
	COLOR: #FF6600; text-decoration: underline
}

h1, h2, h3, h4 {
  margin-top:0px;
  margin-bottom:10px;
  font-size: 14px;
  color: #FF6600;
  padding:4px;
  clear:both;
}
h3  {
  font-size: 18px;
  color: #FF6600;
  border-bottom: 1px solid #018843;
}
p {
  margin-top:0px;
  margin-bottom:15px;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
  padding-left:4px;
}

/* TABLE *********************************************************************/
table {
	width: 100%;
}
th {
	background-color: #ddd;
	padding: 4px;
	cursor: pointer;
}
tr {
	background-color: #fff;
	padding: 4px;
}
td {
	padding: 4px;
	border-bottom: #cccccc 1px solid;
}
.noline {
	border-bottom: none;
}
.sortedASC {
	background: url(http://www.woolpackfc.com/img/icon-table-sort-asc.png) no-repeat 2px 4px #ddd;
}
.sortedDESC {
	background: url(http://www.woolpackfc.com/img/icon-table-sort-desc.png) no-repeat 2px 10px #ddd;
}

/* MAIN WRAPPER *****************************************************************************/
#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  border: 1px solid #018843;
  background: #FFFFFF url('../img/content_bg.jpg') top right repeat-y;
}

/* PAGE HEADER *************************************************************************/
#page_header {
  height: 120px;
  background: #1eb357;
  clear: both;
}

/* MENU *****************************************************************************************/
#menu_bar {
  height:40px;
  background: #FFFFFF url('../img/drop_shadow.gif') top left repeat-x;
  clear: both;
}
#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
  color: White;
  float: left;
  width: 100%;
  font-size:14px;
  font-weight: bold;
}
#menu_bar ul li { 
  display: inline; 
}

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}
#menu_bar ul li a:hover
{
  background: #FF6600 url('../img/menu_hover_bg.gif') top left repeat-x;
  color: #FFFFFF;
}

/* CONTENT HOLDER *******************************************************************************/
#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

/* PAGE FOOTER ***************************************************************************/
#page_footer {
  height: 20px;
  background-color: #1eb357;
  clear: both;
}
#page_footer p a {
  padding-top:3px;
  text-align: center;
  font-size: 10px;
  color: #FFFFFF;
  letter-spacing:1px;
}