/* Stylesheet: ScottCutter Modified On 2012-01-26 16:09:26 */
/******
  WYSIWYG SELECTABLE STYLES
******/

.bodytextlarge {
  font-size:36px;
  font-style:italic;
  line-height:normal;
  font-weight:bold;
  text-align:center;
  color:#5f3e53;
}

.bodytextmedium {
  font-size:24px;
  font-style:italic;
  line-height:normal;
  font-weight:bold;
  text-align:center;
  color:#5f3e53;
}


/******
  GENERAL SITE STYLES
******/

body {
  font-family: "Times New Roman", Times, serif;
  font-size: 13pt;
  font-style: normal;
  line-height: 25px;
  font-weight: normal;
  text-align: justify;
  color:#2a1502;
  background: url('/archive_2011/images/bkgd.jpg')  top left repeat-x #D8CDB7;
  margin:0;
  padding:0;
}

/* This is a hack for the WYSIWYG background color and font color */
#tinymce {
  color:#2a1502;
  background-color: #D8CDB7;
  padding:6px;
}

a img {
  border:0;
}

a:link {
  /*color:#5f3e53;*/
  color:#5a2b14;
  text-decoration: none;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
}
a:visited {
  color:#5a2b14;
}
a:hover {
  text-decoration: underline;
}
a:active {

}

a.navlinks  {
  color:#d8cdb7;
  text-decoration: none;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
}

a.navlinks:hover {
  color:#daeaf2;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
}

/******
  THE MASTER CONTAINER - SETS THE WIDTH OF THE SITE
******/

#boxMaster {
  width:780px;
  min-height:440px;
  margin: 0 auto 0 auto;
}

/******
  SITE HEADER - GLOBAL SCOPE - ENTIRE SITE
******/

#boxHeader {
  background: url('/archive_2011/images/header.jpg') no-repeat;
  width: 780px;
  height: 370px;
}

#boxHeader a {
  float:right;
}

/******
  MAIN MENU NAVIGATION
******/

#boxMainMenu {
  background: url('/archive_2011/images/navbarBKGD.jpg') no-repeat;
  height: 63px;
  width:780px;
  overflow:hidden;
  position:relative;
  padding:4px 0 0 22px;
  color:#d8cdb7;
}
#boxMainMenu ul li {
  position:relative;
  display: inline;
  list-style-type: none;
  padding:0 0 0 0;
}
#boxMainMenu ul li a {
  color:#d8cdb7;
  text-decoration: none;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
}
#boxMainMenu ul li a:hover {
  color:#daeaf2;
}
#boxMainMenu ul li .lineleft {
  border-left:1px solid #d8cdb7;
}


/******
  MAIN CONTENT CONTAINER AND SINGLE COLUMN
******/

#boxContent {
  width: 761px;
  overflow:hidden;
  margin:0 9px 0 9px;
}

/******
  SLIM BOXES E.G. SIDE COLUMNS
******/

/* LEFT SLIM BOX */

#boxContentLeftSlim {
  position:relative;
  width: 275px;
  float: left;
  text-align: center;
  padding: 0 0 0 0;
  color: #000000;
}

/* RIGHT SLIM BOX */

#boxContentRightSlim {
  position:relative;
  width: 275px;
  float: right;
  text-align: center;
  padding: 0 0 0 0;
  color: #000000;
}

/******
  MAIN CONTENT BOXES
******/

#boxContentRight{
  width: 441px;
  float:right;
}
#boxContentLeft{
  width: 441px;
  float:left;
}

/******
  FOOTER
******/

#boxFooter {
  background: #d8cdb7;
  color: #5c8a99;
  text-align:center;
  margin:6px 0 12px 0;
  font-size:16px;
}

#boxFooter #footText {
  text-align:center;
}