/***********************************************/

/* styles.css                             */

/* Use with template 3col_leftNav.html          */

/***********************************************/



/***********************************************/

/* HTML tag styles                             */

/***********************************************/ 

body, html {

     font-family : Arial, Helvetica, sans-serif;

     color: #F7F2ED;

     line-height : 1.166;

     background-color: #000;

      }

a, a:link, a:visited {

     color : #F7F2ED;

	 font-weight: bolder;

     text-decoration : none;

     font-size : 100%;

      }

a:hover, a:active, a:focus {

     color: #D2BB9C;

     text-decoration: underline;

      }

#table a, #table a:link, #table a:visited {

     color : #F7F2ED;

	 font-weight: bolder;

     text-decoration : none;

     font-size : 100%;

      }

#table a:hover, #table a:active, #table a:focus {

     color : #000;

	 background-color:#F7F2ED;

     text-decoration : underline;

      }

h1 {

     font-size : 120%;

     color : #D2BB9C;

     margin : 0;

     padding : 0;

      }

h2 {

     font-size : 114%;

     color : #D2BB9C;

     margin : 0;

     padding : 0;

      }

h3 {

     font-size : 108%;

     color : #D2BB9C;

     margin : 0;

     padding : 0;

      }

h4 {

     font-size : 100%;

     font-weight : bold;

     color : #D2BB9C;

     margin : 0;

     padding : 0;

      }

h5 {

     font-size : 100%;

     color : #D2BB9C;

     margin : 0;

     padding : 0;

     }

.none ul{

     list-style-type : none;

     }

ul{

     list-style-type : square;

     }

ul ul {

     list-style-type : disc;

     }

ul ul ul {

     list-style-type : none;

     }

label {

     font-size : 100%;

     font-weight : bold;

     color : #F7F2ED;

     }

strong {

	color:#F7F2ED;

	}

b {

	color:#F7F2ED;

	}

td {

	vertical-align : text-bottom;

	white-space: nowrap;

      }

.banner {

	font-size : 36px;

	color: #F7F2ED;

	padding: 7px 0 0 25px;

	font-weight : bold;

	  }

#masthead  {

     top : 79px;

     left : 171px;

     position : absolute;

     width : 639px;

	 padding-left: 20px;

      }

.pageName {

     margin : 0;

     padding : 0 0 5px 10px;

      }

#HomenavBar {

	width : 150px;

	margin : 0;

	padding : 0;

	border: 1px solid #D2BB9C;

	position : absolute;

	top : 120px;

	left: 25px;

      }

#HomenavBar ul a:link , #navBar ul a:visited {

     display : block;

      }

#HomenavBar ul {

     list-style : none;

     margin : 0;

     padding : 0;

      }

#HomenavBar li {

     border-bottom : 1px solid #D2BB9C;

	 }

#navBar {

	width : 150px;

	margin : 0;

	padding : 0;

	border-left : 1px solid #D2BB9C;

	border-right : 1px solid #D2BB9C;

	border-bottom : 1px solid #D2BB9C;

	position : absolute;

	top : 120px;

	left: 25px;

      }

#navBar ul a, #navBar ul a:link, #navBar ul a:visited {

     display : block;

      }

#navBar ul {

     list-style : none;

     margin : 0;

     padding : 0;

      }

#navBar li {

     border-bottom : 1px solid #D2BB9C;

      }

#sectionLinks {

     position : relative;

     margin : 0;

     padding : 0;

     border-bottom : 1px solid #D2BB9C;

     font-size : 75%;

     left : 0;

      }

#sectionLinks h3 {

     padding : 10px 0 2px 10px;

      }

#sectionLinks a, #sectionLinks a:active, #sectionLinks a:link {

     display : block;

     color : #F7F2ED;

     text-decoration : none;

     border-top : 1px solid #D2BB9C;

     padding : 2px 0 2px 10px;

      }

#sectionLinks a:hover, #sectionLinks a:active, #sectionLinks a:focus {

     color : #D2BB9C;

     background-color : #000;

     text-decoration : underline;

      }

#sectionLinks a.subnavlinks {

     padding-left : 20px;

	 font-size : 95%;

	}

.relatedLinks {

     position : relative;

     margin : 0;

     padding : 0 0 10px 10px;

     font-size : 75%;

      }

.relatedLinks h3 {

     padding : 10px 0 2px;

      }

.relatedLinks a, .relatedLinks a:link, .relatedLinks a:visited {

     color : #F7F2ED;

     text-decoration : none;

     display : block;

      }

.relatedLinks a:hover, .relatedLinks a:active, .relatedLinks a:focus {

     color : #D2BB9C;

     text-decoration : underline;

     display : block;

      }

#allcontent {

     width : 587px;

     position : absolute;

     left : 178px;

     top : 120px;

      }

#allcontent .caption {

     font-size : 90%;

     float : left;

      }

#allcontent .content {

     color : #F7F2ED;

     font-size : 100%;

     padding-left : 25px;

     padding-right : 10px;

      }

#allcontent .emphasis {

	 font-weight: bolder;

     color : #F7F2ED;

      }

#fsallcontent {

     width : 587px;

     position : absolute;

     left : 178px;

     top : 160px;

      }

#fsallcontent .caption {

     font-size : 90%;

     float : left;

      }

#fsallcontent .content {

     color : #F7F2ED;

     font-size : 100%;

     padding-left : 25px;

     padding-right : 10px;

      }

#fsallcontent .emphasis {

     color : #F7F2ED;

	 font-weight: bolder;

      }

.siteInfo {

     font-size : 75%;

     color : #F7F2ED;

     padding : 10px;

     position : relative;

     text-align : center;

      }

.siteInfo img {

     padding : 4px 4px 4px 10px;

     vertical-align : middle;

     text-align : center;

      }
img.border {
	border: 1px solid #D2BB9C;
	}
