﻿/* Website Menu*/
		.site-menu {
			background-color: 'transparent';
			text-align: center;
			vertical-align:text-top;
			font-size: 100%;
			font-family: Georgia, Cochin, Georgia, Times, "Times New Roman", serif;
			}

/* Website Background (Striped) and Margin Removal*/
		.site-background {
			background-image: url("images/stripe.png");
			margin:0;
      		padding:0;

			}

/* Main Table Style*/
		.layout-tables {
			border-style: solid;
			border-width: 1px;
			border-color: black;
			padding: 0px;
			background-color: #FFFFFF;
			text-align: center;
			font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
			font-size: small;
			font-weight: normal;
			background-image: url("images/whitetexture.png");
			border-radius:5px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			box-shadow: 1px 1px 2px #061f2c;
			-webkit-box-shadow: 1px 1px 2px #061f2c;
			-moz-box-shadow: 1px 1px 2px #061f2c;
			}

/* Shadow*/
		.shadow {
			-moz-box-shadow: 1px 1px 2px #061f2c;
			}
			
/* Border for Photos*/
		.border {
			border-style: solid;
			border-width: 1px;
			border-color: black;
			}

/* Text Subtitles*/
		.subtitles {
			font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
			font-size: small;
			font-weight: bold;
			line-height: 2.5;
			text-decoration: underline
			}

/* Justified Text*/
		.justified-text {
		    text-align: justify;
		}
		
/* Index Card Text*/
		.indexcard-text {
		    text-align: justify;
		    line-height: 1.9;
		}
		
/* Bullet List*/
		ul.bullet-list {
			list-style-type: inherit;
			list-style-image: none;
			list-style-position: outside;
		}
		
/* Basic Tables*/
		table.basic {
			border-width: 1px;
			border-spacing: 2px;
			border-style: outset;
			border-color: gray;
			border-collapse: collapse;
		}
		table.basic th {
			border-width: 1px;
			padding: 3px;
			border-style: inset;
			border-color: gray;
			-moz-border-radius: 0px 0px 0px 0px;
		}
		table.basic td {
			border-width: 1px;
			padding: 3px;
			border-style: inset;
			border-color: gray;
			-moz-border-radius: 0px 0px 0px 0px;
}

/* Hyperlink Style*/
		a:link {color:#3B5998; text-decoration: none;}
		a:visited {color:#3B5998; text-decoration: none;}
		a:hover {color: #3B5998; text-decoration: underline;}
		a:active {color:#3B5998; text-decoration: none;}


/* ------------------------------ Menu Code ---------------------------- */
<!--
    body {
      font: bold 11px/1.5em Verdana;
	  }
    #tabsB {
      float:center;
      margin:0px;
      width:100%;
      background:none;
      font-size:100%;
      line-height:normal; 
	  }
    #tabsB li {
      display:inline;
      margin:0px;
      padding:0;
      }
    #tabsB a {
      float:right;
      background:url("images/menuleft.png") no-repeat left top;
      margin:0px;
      padding:0px 2px 0px 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:center;
      display:block;
      background:url("images/menuright.png") no-repeat right top;
      padding:7px 9px 7px 5px; /* 1st number controls distance of font from top - 3rd number controls image shown below font */
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

        #tabsB #current a {
                background-position:0% -42px;
        }
        #tabsB #current a span {
                background-position:100% -42px;
        }
-->;; 