﻿body
{
  margin: 0 auto;
  padding: 0;
  background-color: #A9A28E;
}

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



.PageBackgroundSimpleGradient
{
  background-image: url('Page-BgSimpleGradient.jpg');
  background-repeat: repeat-x;
  height: 1px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


/* end Page */

/* begin Box, Sheet */
.Sheet
{
  overflow: hidden;
  min-width:19px;
  min-height:19px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 648px;
}


.Sheet-body
{
  position: relative;
  z-index: 0;
  margin: 9px;
}

.Sheet-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background-image: url('Sheet-s.png');
}

.Sheet-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 23px;
  height: 23px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -23px;
  width: 46px;
  height: 46px;
  background-image: url('Sheet-s.png');
}

.Sheet-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 23px;
  height: 23px;
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -23px;
  left: 0;
  width: 46px;
  height: 46px;
  background-image: url('Sheet-s.png');
}

.Sheet-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 23px;
  height: 23px;
}

.Sheet-br div
{
  position: absolute;
  z-index: -1;
  top: -23px;
  left: -23px;
  width: 46px;
  height: 46px;
  background-image: url('Sheet-s.png');
}

.Sheet-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 23px;
  right: 23px;
  height: 23px;
}

.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  background-image: url('Sheet-h.png');
}

.Sheet-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 23px;
  right: 23px;
  height: 23px;
}

.Sheet-bc div
{
  position: absolute;
  z-index: -1;
  top: -23px;
  left: 0;
  width: 100%;
  height: 46px;
  background-image: url('Sheet-h.png');
}

.Sheet-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 23px;
  left: 0;
  width: 23px;
  bottom: 23px;
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 46px;
  height: 100%;
  background-image: url('Sheet-v.png');
}

.Sheet-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 23px;
  right: 0;
  width: 23px;
  bottom: 23px;
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -23px;
  width: 46px;
  height: 100%;
  background-image: url('Sheet-v.png');
}

.Sheet-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 23px;
  left: 23px;
  right: 23px;
  bottom: 23px;
  background-image: url('Sheet-c.png');
}


.Sheet
{
  margin-top: 30px !important;
}
/* end Box, Sheet */

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


div.Header  div.Header-c
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('header.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  color: #0000C0
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  color: #0000C0
}

/* Adds special style to a visited link. */
a:visited
{
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  text-decoration: underline;
  color: #C000C0
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover
{
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  text-decoration: underline;
  color: #00C0C0
}
/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #201E18;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  font-size: 18px;
  text-align: center;
  color: #201E18;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  font-size: 15px;
  text-align: left;
  color: #000000;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  font-size: 14px;
  text-align: left;
  color: #000000;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  font-size: 14px;
  text-align: left;
  color: #000000;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */

ul
{
  list-style-type: none;
  color: #494437;
  margin:0;
  padding:0;
}

li
{
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  font-size: 14px;
  line-height: 150%;
}



.Post ul li
{
  padding:0px 0 0px 12px;
  background-image: url('dot.gif');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}


/* Finish Content list */
/* end PostBullets */

/* begin Footer */
.Footer
{
  position:relative;
  z-index:0;
  overflow:hidden;
  width: 630px;
  margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 8px;
  text-align: center;
}

.Footer .Footer-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  background-image: url('Footer.png');
  width: 630px;
  height: 100px;
  bottom:0;
  left:0;
}

.Footer .Footer-text p
{
  margin: 0;
}

.Footer .Footer-text
{
  display:inline-block;
  color:#022027;
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  font-size: 11px;
  letter-spacing: 0px;
}

.Footer .Footer-text a:link
{
  text-decoration: none;
  color: #544F40;
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}

.Footer .Footer-text a:visited
{
  text-decoration: none;
  color: #1A1814;
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}

.Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #851B0F;
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  font-size: 11px;
  text-decoration: underline;
  letter-spacing: 1px;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#08A1C4;
}

.page-footer
{
  margin:1em;
  text-align:center;
  text-decoration:none;
  color:#746D58;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .sidebar1
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 0px;
}

/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
  position: relative;
  margin: 0;
  padding: 8px;
  border: 0;
  float: left;
  overflow: hidden;
  width: 614px;
  font-family: "Gill Sans MT", Calibri, 'Trebuchet MS', sans-serif;
  font-size: 15px;
  text-align: left;
  color: #635A45;
}

/* end LayoutCell */


/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

/* End */


.hidden
{
	display: none;
}

