/* Start of CMSMS style sheet 'New JFYS' */
* {
   margin:0;
   padding:0;
}

body {
   text-align: left;
   font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1.3em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}


a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #ffffff; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #ffffcf;
}

a:hover {
   text-decoration: none;
   background-color: #000000;
   color: #c3d5df;
}

body {
   background-color: black;
   color: #ffffcf;
   margin: 0; 
}

div#pagewrapper {
   margin: 0px;
   background-color: #000000;
   color: #ffffcf;
}

div#header {
   height: 185px;
   background: #000000;
}

div#header h1 a {
   background: #000000 url(uploads/images/JFYSlogo.gif) no-repeat; 
   display: block;
   height: 180px;
   text-indent: -999em;
   text-decoration: none;
}

div#main { 
   margin: 30px; 
   height: 100% ;
   width: 750px;
}

div#sidebar {
   background-color: inherit;
   float: left;
   width: 200px; 
   height: 100%;
   display: inline;
   margin: 1px 0 0 0; 
}

div#footer {
   color: #ffffcf;
   background-color: #000000; /* same bg color as in header */
   clear: both;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #ffffcf; /* needed because footer link would be same color as background otherwise */
}

div#sidefooter {
   color: black;
   background-color: inherit; /* same bg color as in header */

}

div#sidefooter p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#sidefooter p a {
   color: #ffffcf; 
}

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #c9b158;
   margin: 1em;
}


div#outerbox {
   min-height: 800px;
   width: 100%;
   height: 100%;
   background-color: #A47D52;
   margin: 0;
   padding-top: 8px;
}

div#innerbox {
   min-height: 800px;
   height: 100%;
   background-color: black;
   margin-left: 200px;
   padding-top: 2px;
   padding-left: 2px;
}

div#content {
   min-height: 800px;
   height: 100%;
   border-left: 8px solid #c9b159;
   border-top: 8px solid #c9b159;
   background: black;
   margin: 8px 0 0 8px;
}

div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #c9b158; 
   font-size: 1.5em; 
   text-align: left; 
   padding-left: 0.5em;
   padding-bottom: 1px;
   border-bottom: 1px solid #c9b158; 
   border-left: 1.0em solid #c9b158; 
   line-height: 1.5em;
   margin: 16px 0 16px 0;
}

div#content h3 {
   color: #7f8288; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

div#content h4 {
   color: #7f8288; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#content h5 {
   color: #7f8288; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h6 {
   color: #7f8288; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ffffff;
   margin-left: 10px;
}

strong, b {
   font-weight: bold;
}

em, i {
   font-style:italic;
}


code, pre {
   white-space: pre-wrap;       /* css-3 */
   white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
   white-space: -pre-wrap;      /* Opera 4-6 */
   white-space: -o-pre-wrap;    /* Opera 7 */
   word-wrap: break-word;       /* Internet Explorer 5.5+ */
   font-family: "Courier New", Courier, monospace;
   font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

div.templatecode {
   margin: 0 0 2.5em;
}

div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;

}

div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}

div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

/* End of 'New JFYS' */

