a:link {
            color: silver;
            border-width: 1px;
}
a:visited {
            color: #FF0000;
}
a:hover {
            color: #66CC99;
}
#allcontent {
           width: 800px;
           padding-top: 0px;
           padding-bottom: 0px;
           margin-left: auto;
           margin-right: auto;
           background-color: #053624;

}
body {
            font-family: Verdana, Geneva, Arial, sans-serif;
 
            background-color: rgb(240, 248, 255);
            margin: 0px ;                  
}
h1, h2 {
            color: silver;  
}
h1 {
            font-size: 36px;
            font-family: 'Special Elite', cursive;
            border-bottom: 1px solid black;
            margin-left: 50px;
}
h2 {
            font-size: 24px;
            text-align: center;
            
            border-bottom: 1px dotted #339933;
}
h3 {
            font-size: 16px;
            color: #FF0000;
}          
p {
            font-family: sans-serif;
            font-size: 16px;
            color: rgb(255, 255, 224);
}
em {
            font-family: serif;
            font-size: 18px;
            color: rgb(250, 240, 230);
}
#map {            
            text-align: center;            
}
#tableHeader {
            display: table;
            margin-left: 100px; 
}
#tableRow {
            display: table-row;
}
#headerLogo {
            display: table-cell;
            margin-left: 100px;
            vertical-align: top;
}
#headerCaption {
            display: table-cell;
            vertical-align: top;
            padding: 70px 0px 0px 120px;
}
#footer {
          padding: 10px;
          text-align: right;
          font-family: serif;
          font-size: 18px;
          font-style: italic;
          text-color: #336633;


}
#tableContainer {
             display: table;
              margin-left: 74px;          
}
#tableContainer2 {
             display: table;
             margin-left: 78px;           
}
#tableRow {
            display: table-row;            
}
#centerSpine {
            display: table-cell;
            background-color: #336633;
            width: 5px;
            border-color: #336633;
            border-width: 2px;
            border-style: outset;
            border-radius: 15px;
            
}
#txtLeft {
            display: table-cell;
            background-color: #336666;
            width: 302px;
            border-color: #339933;
            border-width: 2px;
            border-style: ridge;
            border-radius: 15px 0px 0px 15px;
            padding: 5px;
            text-indent: 5px;
 }
#txtRight {
            display: table-cell;
            background-color: #000044;
            width: 302px; 
            border-color: #339933;
            border-width: 2px;
            border-style: ridge;
            border-radius: 0px 15px 15px 0px;
            padding: 5px;
            text-indent: 5px;
}
#introLinks {
           display: table-cell;
            background-color: #336666;
            width: 615px;
            border-color: #339933;
            border-width: 2px;
            border-style: dotted;
            border-radius: 15px 15px 0px 0px;
            padding: 5px;
            text-indent: 5px;
}
#linksLeft {
            display: table-cell;
            background-color: #000044;
            width: 302px;
            border-color: #FF0000;
            border-width: 2px;
            border-style: dashed;
            border-radius: 0px 0px 0px 15px;
            padding: 5px;
}
#linksRight {
            display: table-cell;
            background-color: #336666;
            width: 302px; 
            border-color: #339933;
            border-width: 2px;
            border-style: dashed;
            border-radius: 0px 0px 15px 0px;
            padding: 5px;
}
#rosecbm {
            position: absolute;
            top: 483px;
            left: 713px;
}
#layer3 {
            position: absolute;
            top: 650px;
            left: 380px;
            font-style: italic;
            size: -1;
}
ul {
            background-color: #efe50;
            margin: 10px 10px 0px 10px;
            list-style-type: none;
            padding: 5px 0px 5px 0px;
}
ul li {
            display: inline;
            padding: 5px 10px 5px 10px;
}
ul li a:link, ul li a:visited {
            color: rgb(220, 0, 50);
            border-bottom: none;
            font-size: 24px;
            font-weight: bold;
}
ul li a:hover {
           color: rgb(240, 0, 40);
}
ul li.selected {
            background-color: #c8b99c;
}
@media screen and (min-device-width: 1040px) {
#allcontent {
	width: 800px;
}
#headerLogo {
	margin-left: 150px;
}
#headerCaption {
	padding: 50px 0px 0px 140px;
}
ul li a:link, ul li a:visited {
	font-size: 24px;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 24px;
	color: rgb(170, 20, 00);

}
h3 {
	color: rgb(170, 20, 00);
}
p {
	font-size: 16px;
}
em {
	font-size: 18px;
}
#tableContainer {
             display: table;
             text-align: center;           
}
#tableContainer2 {
             display: table;
             text-align: center;           
}
}
