/* begin Page */


body
{
  margin: 0 auto;
  padding: 0;
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background-color: #96BCD1;
  color: #787878;
}

div#contentfooter {
	width:790px;
	padding: 0;
	margin: 0 0 20px 10px;
	font-size:11px;
	line-height:140%;
	font-weight:normal;
	overflow:hidden;
        float: left;
}

div#contentfooter div.leftrow {
	float: left;
	text-align: left;
	width: 70%;
}

div#contentfooter div.rightrow {
	float: right;
	text-align: right;
	width: 25%;
}

h2
{
    font-size: 18px;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

table, th, td
{
  font-size: 1em; 
  padding: 0; 
  border-collapse: collapse;
}

a img
{ 
  border: 0; 
}




/* end Page */

/* begin Box, Sheet */
.Sheet 
{
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;

  z-index: 0;
  width: 800px;
  
  
}


* html .Sheet 
{
  width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
  
  width: 800px;
  zoom: 1;
}


.Sheet-body 
{
  position: relative;

  z-index: 0;
  margin: 0px;
  text-align: left;
}




.Sheet-cc 
{
  position: absolute;

  z-index: -2;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #96BCD1;
}

* html .Sheet-cc
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px');
}
.Sheet
{
  margin-top: 20px !important;
  margin-bottom: 3em;
  padding: 0 0 1em 0;
}
/* end Box, Sheet */

/* begin Header */
div.Header 
{
  margin: 0 auto;
  position: relative;
  width: 800px;
  height: 100px;
}

* html div.Header 
{
  font-size: 1px;
}

div.Header  div
{
  width: 100%;
  height: 100%;
  background-image: url('http://www10.jimdo.com/usertemplates/982712/img/Header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}
/* end Header */

/* begin Logo */
.logo
{
  position: relative;
  left: 0px;
  top: 0px;
}

.logo td
{
  text-align: {HorizontalAlign};
  vertical-align: {VerticalAlign};
}

.logo-name
{
  font-size: 36px;
  font-family: Times New Roman;
  font-style: normal;
  font-weight: bold;
}

.logo-name a
{
  text-decoration: none;
  color: #A23200 !important;
}

.logo-text
{
  font-size: 25px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  color: #583904 !important;
}
/* end Logo */



/* begin ContentLayout */
.contentLayout
{
	margin-bottom: 0px;
	width: 100%;
	position: relative;
}/* end ContentLayout */

/* begin Button */
button.Button, a.Button
{
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  display: inline-block;
  overflow: visible;
  width: auto;
  cursor: default;
  white-space: normal;
  text-decoration: none;
}

.Button .btn 
{
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  z-index: 0;
  height: 27px;
  color: #FEFCFB;
}

.Button .t
{
  height: 27px;
  line-height: 27px;
  padding: 0 15px;
  text-align: left;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.Button .active
{
  color: #1F1F1F;
}

.Button .hover 
{
  color: #FFFFFF;
}

.Button .active .r 
{
  top: -54px;
}

.Button .hover .r 
{
  top: -27px;
}

.Button .r 
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 8px;
  height: 81px;
}

* html .Button .r
{
  font-size: 1px;
  left: expression(this.parentNode.offsetWidth-8+'px');
}


.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:417px;
  height: 81px;
}

* html .Button .r span
{
  font-size: 1px;
  left: expression(this.parentNode.offsetWidth-417+'px');
}

.Button .active .l 
{
  top: -54px;
}

.Button .hover .l 
{
  top: -27px;
}

.Button .l 
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 8px;
  height: 81px;
}

* html .Button .l
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth-8+'px');
}


.Button .l, .Button .r span  
{
  background-image: url('http://www10.jimdo.com/usertemplates/982712/img/Button.png');
}

* html .Button .l, * html .Button .r span
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Button.png',sizingMethod='crop')");
}
/* end Button */

/* begin Box, Block */
.Block 
{
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;

  z-index: 0;
  
  
}


* html .Block 
{
  width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
  
  zoom: 1;
}


.Block-body 
{
  position: relative;

  z-index: 0;
  margin: 7px;
  text-align: left;
}




.Block-cc 
{
  position: absolute;

  z-index: -2;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #B5D0DF;
}

* html .Block-cc
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px');
}
.Block
{
  margin: 0px;
}

.Block table.table
{
  border-collapse: collapse;
  margin: 1px;
}

.Block table.table th, .Block table.table td
{
  padding: 2px;
  border: solid 1px #8C8C8C;
}
/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
  position: relative;

  height: 30px;
  z-index: 0;
  line-height: 30px;
  padding: 0 10px;
  margin-bottom: 0px;
  text-align: left;
  color: #8A3E15;
  font-family: 'Times New Roman';
  font-size: 16px;
  font-weight: Bold;
  font-style: normal;  
  text-decoration: none;
}

* html .BlockHeader
{
  zoom: 1;
}

.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div 
{
  top: 0;
  position: absolute;
  z-index: -1;

  height: 30px;
}

.BlockHeader .l 
{
  left: 0;
  right: 0px;
}

* html .BlockHeader .l
{
  width: expression(this.parentNode.offsetWidth-0+'px');
}

.BlockHeader .r 
{
  right: 0;
  width: 0px;
}

* html .BlockHeader .r
{
  left: expression(this.parentNode.offsetWidth-0+'px');
}

.BlockHeader .r div
{
  width: 800px;
  right: 0;
}

* html .BlockHeader .r div
{
  left: expression(this.parentNode.offsetWidth-800+'px');
}

* html .BlockHeader .l, * html .BlockHeader .r div 
{
  font-size: 1px;
}

/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent 
{
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;

  z-index: 0;
  
  
}


* html .BlockContent 
{
  width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
  
  zoom: 1;
}


.BlockContent-body 
{
  position: relative;

  z-index: 0;
  margin: 10px;
  text-align: left;
  color: #2E2E2E;
  font-family: 'Trebuchet MS';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;  
  text-decoration: none;
}



.BlockContent a:hover
{
  color: #FFFFFF;
}


.BlockContent a:visited
{
  color: #853C14;
}

/* end Box, BlockContent */

/* begin LayoutCell */
.contentLayout .sidebar1
{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;

	width: 20%;
	z-index: 10;
}

#jimdobox {display:none;}

/* end LayoutCell */
ul#mainNav1
{
	
	text-align: right;
	margin:0 5px 0px 0;
	padding:0;
	
}

ul#mainNav1 a
{
	
	color : #000000;
	font-family: 'Trebuchet MS';
    font-size: 13px;
	
}

ul#mainNav2,
ul#mainNav3
{
	margin:0;
	padding: 0;
}


ul#mainNav1 li,
ul#mainNav2 li,
ul#mainNav3 li
{
	display: inline;
	margin: 0;	
	padding: 0;
}


ul#mainNav1 li a,
ul#mainNav1 li a:visited,
ul#mainNav2 li a,
ul#mainNav2 li a:visited,
ul#mainNav3 li a,
ul#mainNav3 li a:visited
{
	text-decoration: none;
	display: block;
}


ul#mainNav1 li a, ul#mainNav1 li a:visited { padding:5px 5px 5px 4px; }
ul#mainNav2 li a, ul#mainNav2 li a:visited { padding:4px 25px 4px 3px; }
ul#mainNav3 li a, ul#mainNav3 li a:visited { padding:4px 35px 4px 3px; }


ul#mainNav1 li a:hover,
ul#mainNav2 li a:hover,
ul#mainNav3 li a:hover { font-weight:bold; }

ul#mainNav1 li a.current,
ul#mainNav2 li a.current,
ul#mainNav3 li a.current { font-weight:bold; }

/* begin LayoutCell */
.contentLayout .content
{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;

	width: 79%;
}
/* end LayoutCell */



.png 
{
}

* html .png 
{
	filter:expression(function fixPNG(element) { if (/MSIE (5\.5|6).+Win/.test(navigator.userAgent)) { var src; if (element.tagName=='IMG') {if (/\.png$/.test(element.src)) {src = element.src;element.src = "images/spacer.gif"; }}else {src = element.currentStyle.backgroundImage.match(/url\("(.+\.png)"\)/i);if (src) {src = src[1];element.runtimeStyle.backgroundImage="none"; }}if (src) element.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + src + "',sizingMethod='crop')"; }}(this));
}

h1 a, h2 a, h3 a, h4 a, h5 a
{
  text-decoration: none;
}