a:link {
            color: rgb(175, 255, 224);
            
}
a:visited {
            color: rgb(205, 255, 224);
}
a:hover {
            color: rgb(238, 252, 220);
}
body {
            background-color: #eaf3da;
            margin: 0px ;
	    font-family: Verdana, Geneva, Arial, sans-serif;                  
}
#allcontent {
           width: 800px;
           padding-top: 0px;
           padding-bottom: 0px;
           margin-left: auto;
           margin-right: auto;
           background-color: rgb(10, 55, 45);
}

h1, h2 {
            color: silver;  
}
h1 {
            font-size: 48px;
            font-family: 'Special Elite', cursive;
            border-bottom: 1px solid black;
            margin-left: 50px;
}
h2 {
            font-size: 24px;
            margin: 30px;
            border-bottom: 1px dotted gray;
}
h3 {
            font-family: serif;
            font-style: italic;
            color: #BB0000;
            text-align: center;
}
p {
	    font-family: Verdana, Geneva, Arial, sans-serif;
            font-size: 16px;
            color: #66CC99;
	     text-height: 1.6em;
}
em {
            font-family: serif;
            color: #66CC99;
            font-size: 18px;
}
#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: 20px 0px 0px 60px;
}
#footer {
          margin: 10px;
          color: #537624;
          text-align: right;
}
#tableContainer {
            display: table;
            text-align: center;
            width: 600px;
            margin-left: 100px;
            border: 1px gray dotted;
	    border-radius: 15px;
}
#tableRow {
            display: table-row;
}
#form {
           display: table-cell;
           vertical-align: top;
           text-align: center;   
                  
}
#cbm {
           vertical-align: top;
           text-align: center;   
           border-radius: 10px;     
}
#newsbar {
           margin-left: 90px;
}
#images {
         display: table-cell;
         padding: 30px 20px 0px 0px;
          vertical-align: top;
	
}
#txtRight {
          display: table-cell;
          vertical-align: top;
          width: 370px;
          padding-right: 20px;
	text-align: left;
          
}        
ul {
            background-color: #efe50;
            margin: 0px 0px 0px 20px;
            list-style-type: none;
            padding: 5px 0px 0px 0px;
}
ul li {
            display: inline;
            padding: 0px 0px 0px 5px;
}
ul li a:link, ul li a:visited {
            color: crimson;
            border-bottom: none;
            font-size: 22px;
            font-weight: bold;
}
ul li a:hover {
           color: rgb(170, 20, 00);
}
ul li.selected {
            background-color: silver;
            padding: 5px 5px 5px 5px;
            border-radius: 15px;
}
@media screen and (min-device-width: 1040px) {
#allcontent {
	width: 800px;
}
#headerLogo {
	margin-left: 150px;
}
#headerCaption {
	padding: 20px 0px 0px 90px;
}

h1 {
	font-size: 60px;
}
h2 {
	font-size: 24px;

}
p {

       font-size: 16px;
       color: #66CC99	
}
em {
	font-size: 18px;
}
#tableContainer {
            display: table;
            text-align: center;
            width: 600px;
            margin-left: 100px;
            border: 1px gray dotted;
	    border-radius: 15px;
}
#tableRow {
            display: table-row;
}

#images {
         display: table-cell;
         padding: 30px 20px 0px 0px;
          vertical-align: top;
	 text-align: center;
	
}
#txtRight {
          display: table-cell;
          vertical-align: top;
          width: 370px;
          padding-right: 20px;
	text-align: left;
          
}      
#newsbar {
           margin-left: 100px;
}
ul {
            background-color: #efe50;
            margin: 0px 10px 0px 30px;
            list-style-type: none;
            padding: 0px 0px 0px 0px;
}
ul li {
            display: inline;
            padding: 0px 10px 0px 10px;
}
ul li a:link, ul li a:visited {
            color: crimson;
            border-bottom: none;
            font-size: 24px;
            font-weight: bold;
}
ul li a:hover {
           color: rgb(170, 20, 00);
}
ul li.selected {
            background-color: silver;
            padding: 5px 5px 5px 5px;
            border-radius: 15px;
}
}
