body{
background-image: url("images/cool-backgrounds-CBH028-test.jpg");
background-size: 100% 200%;
background-repeat: no-repeat;
}

a.mainheader{
font-family: Arial, Geneva, sans-serif;
font-size:30px;
color: #0042B0;
font-weight: bold;
}

a.subheader{
font-family: "Script MT Bold", "Monotype Corsiva";
font-style: italic;
font-size: 25px;
}

table.menu{
background-color: black;
font: 16px arial, sans-serif;
height: 40px;
border: none;
}

table.menu a:link, table.menu a:visited{
color: white;
text-decoration: none;
}

table.menu a:active, table.menu a:hover{
color: grey;
text-decoration: none;
}

table.main{
background-color: white;
font: 14px arial, sans-serif;
height: 300px;
}

a.more:link, a.more:hover, a.more:active, a.more:visited{
background-color: #0042B0;
font: 12px arial, sans-serif;
color: #FFFFFF;
padding: 6px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
}

a.announce:link, a.announce:hover, a.announce:active, a.announce:visited {
    background-color: #FF0000;
    font: 14px arial, sans-serif;
    color: #FFFFFF;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.pagetitle{
font-weight: bold;
font-size: 20px;
}

.pagesubtitle{
font-weight: bold;
font-size: 16px;
}

#infotitle {
font-size: 24px;
color: "#039739";
font-weight: bold;	
}


table.footer{
background-color: black;
font: 12px arial, sans-serif;
color: white;
height: 100px;
text-decoration: none;
}

table.footer a:link, table.footer a:visited, table.bottom a:visited, table.bottom a:active{
color: white;
text-decoration: none;
}

table.bottom{
background-color: #585858;
font: 9px arial, sans-serif;
color: white;
height: 40px;
text-decoration: none;
}

table.bottom a:link, table.bottom a:visited, table.bottom a:active{
color: white;
text-decoration: none;
}

//Dropdown menu
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
