/* CSS Document */
html, body {color:#DDD;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px;background-color:#222;text-align:left;}
td {color:#DDD;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px;text-align:left;}
td.litter {font-size:12px;}
h1 {font-size:22px;margin-bottom:5px;margin-top:0px;}
h2 {font-size:14px;margin-bottom:5px;}

a {color:#EA0;}
a:hover {color:#F30;}
a.footer {color:#FFF;}
a.footer:hover {color:#FF3;}
.copyright  {color:#FFF;font-weight:bold;font-size:10px;}
a.copyright {color:#F30;}
a.copyright:hover {color:#FF3;}
.clear {clear:both;height:1px;overflow:hidden;}

/* CLASS DESCRIPTIONS */
.fltright {margin:0 0 10px 15px;float:right}
.fltleft {margin:0 15px 10px 0;float:left}
.menu {float:left;position:relative;z-index:10;height:25px;}
.clearit {clear: both;height: 0;line-height: 0;font-size: px; /*for IE*/}

.rotateRight {
    float:right;
    margin: 0 0 15px 15px;
    text-align: center;
}


.rotateLeft {
    float:left;
    margin: 0 15px 15px 0px;
    text-align: center;
}

/* HEADER */
.book {
	position:relative;
	top: 0px;
	right: -22px;
	float:right;
	text-align:left;
	Font-size:11px;
	padding: 2 2px 5px 5px;
	z-index:1000;
}

@-moz-document url-prefix() { 
  .book {
    border:0px solid red;
    position:relative;
    right:-22px;
    top:10;
  }
}

.bookmenu {
	color:#f5f592;
	background-color:#474734;
	border-radius: 0;
	border-bottom-color:#000000;
	border-bottom-width:thick;
	width:100%;
	position:relative;
	text-decoration:none;
	z-index:1000;
}

.bookmenu a {
	color:#f5f592;
	padding-left: 5px;
	text-decoration:none;
	z-index:1000;
}

.bookmenu a:hover {color:#Fff;}

.bookmenu_b {
	background-color:#474734;
	border-radius: 0 0 5px 5px;
	width:100%;
	position:relative;
	padding: 0 5px 2px 5px;
	
	text-decoration:none;
	z-index:1000;
}

.bookmenu_b a {
	width: 142px;
	color:#f5f592;
	padding: 0 5px 2px 5px;
	
	text-decoration:none;
	z-index:1000;
}

.bookmenu_b a:hover {color:#Fff;}

/*  SECTIONS  */
.hdrsection {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}