/*
-----------------------------------------------
blogger base screen style
author:   douglas bowman
version:  14 Jan 2004
----------------------------------------------- */


html body {
  margin:0;
  padding:0;
  background:#E1D4C0 url("sides_body.gif") repeat-y center top;
  text-align:center;
  font:small "Trebuchet MS",Verdana,Arial,Sans-serif;
  color:#333;
  }
  
  
  
P {
	font-family : "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size : 14px;
	line-height : 180%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px;
}
  
body.pop {
  background:#F5EDE3;
  }

td p.bodytext{
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
}



/* Page Structure
----------------------------------------------- */
#body {
  width:710px;
  padding:10px 0 15px;
  margin:0 auto;
  text-align:left;
  }
.pop #body {
  width:auto;
  padding:10px 15px 15px;
  }
#main {
  background:#fff url("c_top.gif") no-repeat left top;
  padding-top:15px;
  float:left;
  width:100%;
  }
#m2 {
  background:url("c_bot.gif") no-repeat left bottom;
  padding-bottom:15px;
  float:left;
  width:100%;
  }
#m3 {
  border:5px solid #E1D4C0;
  border-width:0 5px;
  padding:0 15px;
  float:left;
  width:670px;
  }
.pop #main, .pop #m2, .pop #m3 {
  background:none;
  padding:0;
  margin:0;
  border-width:0;
  }

#primary {
  width:400px;
  float:left;
  margin-right:0px;
  }
body.sp #primary {
  float:right;
  margin-right:0;
  }
#secondary {
  width:245px;
  }
body #secondary {
  float:right;
  }
.sp #secondary {
  float:left;
  padding-right:20px;
  }

#newsblock {
  float:left;
  width:395px;
  padding-left:20px;
  }
#promoblock {
  float:right;
  width:245px;
  padding-right:20px;
  }
#addedblock {
  margin:0 20px;
  }

/* Links
----------------------------------------------- */
a {
  font-weight:bold;
  color:#36c;
    text-decoration:underline;

  }
a:hover {
  text-decoration:underline;
  color:#f60;
  }
a img {
  border-width:0;
  }


/* Header
----------------------------------------------- */
html #header {
  background:#670001 url("sides_head.gif") repeat-y center top;
  position:relative;
  top:-4px;
  border-width:0;
  border-bottom:4px solid #BC0709;
  padding:0;
  }
.pop #header {
  background:#036;
  position:static;
  border-color:#69f;
  }
#h2 {
  position:relative;
  top:4px;
  }
#h3 {
	width:750px;
	padding:0px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }


#logo img {
  display:block;
  width:750px;
  color:#fff;
  font-size:180%;
  }

#header #tag em {
  position:absolute;
  left:-2500px;
  }





/* Titles
----------------------------------------------- */
h1 {
	font-size:220%;
	line-height:1.2em;
	font-weight:normal;
	color:#666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-bottom: 0px;
  }
#home h1 {
  font-size:240%;
  }
h1 strong {
  color:#000;
  }
h1 em {
  font-style:normal;
  font-weight:bold;
  color:#000000;
  }
h2 {
  margin:1em 0 .5em;
  font-size:130%;
  line-height:1.3em;
  color:#826C55;
  font-weight:normal;
  }
.first {
  margin-top:0;
  }
#main h2 strong {
  color:#f60;
  }
#sidebar .mod h2, #addedblock h2 {
  margin-top:0;
  color:#333;
  }
#sidebar h2 strong, #addedblock h2 strong {
  color:#826C55;
  }
#sidebar .bmod h2 {
  margin-top:0;
  color: white;
}
#sidebar .bmod h2 strong {
  color: #036;
}
h3 {
  margin:1em 0 .25em;
  padding:.25em 0;
  font-size:93%;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#BAA68E;
  }
h4 {
  margin:1em 0 .25em;
  font-size:100%;
  }

.pop h1 {
  font-size:160%;
  margin-bottom:.5em;
  }
.pop h2 {
  font-size:110%;
  }


/* Menu 1 column */
TD#menu_1 {
	vertical-align: top;
	width: 140px;
	background-repeat : no-repeat;
	padding-top: 0px;
	padding-left: 0px;
}
TD#menu_1 DIV {
	width: 95%;
}
TD#menu_1 DIV A {
	color: #000000;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
	border-bottom: 1px dotted #999999;
	font-size: 14px;
	padding-top:5px;
	padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
	border-bottom: 1px solid #999999;
	font-weight:bold;
	font-size: 14px;
	padding-top:5px;
	padding-left:5px;
	background-color: #F2F1D5;
	filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level1-act A {
  color:black;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
	font-size: 12px;
	padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
	font-size: 12px;
	font-weight:bold;
	padding-left:20px;
	background-color: #F2F1D5;
	filter:alpha(opacity='70', style='0');
	border-bottom: 1px solid #999999;

}






/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top;
}

