body {
background-color: #ffffff;
background-position: top left;
background-attachment: fixed;
background-repeat: repeat-x;
font: 8px Garamond;
color: #22415b;
text-align: justify;
}






.topnavi {
align: center;
position: relative;
top: 0px;
height: 30px;
width: 100%;
margin: 0;
cursor: default;
list-style-type: none;
display: table-cell;
text-align: center;
table-layout: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top: 2px solid #cccccc;
border-bottom: 2px solid #cccccc;
border-left: 2px solid #cccccc;
border-right: 2px solid #cccccc;
}


.topnavi a {
display: table-cell;
padding: 9px 11.8px;
text-decoration: none;
color: #22415b;
}


.topnavi a:hover {
text-decoration: none;
background-color: #5fb6ff;
color: #22415b;
}

.topnavi a:visited {
color: #22415b;
}




.content a:link,
.content a:visited {
color: #c40000;
text-decoration: none;
}


.content a:hover {
text-decoration: none;
color: #5fb6ff;
}


.menucontainer {width: 135px;
}

.menubuttons a, 
.menubutttons a:visited {
color: #5fb6ff;
background-color: #e1e1e1;
padding: 5px;
padding-right: 5px;
display: block;
border-right: 15px solid #5fb6ff;
font: 11px Garamond;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
text-align: right;
margin-top: 2px;
}

.menubuttons a:hover {
border-right: 15px solid #7a0505;
color: #7a0505;
background-color: #e1e1e1;
padding: 5px;
padding-right: 5px;
display: block;
font: 11px Garamond;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
text-align: right;
margin-top: 2px;
}






#dropmenudiv {
width: 135px;
position:absolute;
background-color: #ffffff;
line-height:14px;
z-index:100;
}

#dropmenudiv a{
width: 130px;
display: block;
text-indent: 3px;
color: #379ef5;
background-color: #e1e1e1;
padding: 3px;
display: block;
border-left: 15px solid #5fb6ff;
font: 11px Garamond;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
text-align: left;
margin-top: 2px;
}

#dropmenudiv a:hover{
border-left: 15px solid #7a0505;
text-decoration: none;
color: #7a0505;
}





h1 {
background-image:url(/Layout/h1.png);
background-position: right;
text-transform: uppercase;
color: #22415b;
font: bold 16px Garamond;
letter-spacing: 4px;
text-align: right;
padding-right: 80px;
padding-top: 8px;
height: 22px;
}


li a:link,
li a:visited {
color: #c40000;
text-decoration: none;
}

li a:hover {
text-decoration: none;
color: #5fb6ff;
}



/*** Nav bar styles ***/

ul.nav,
.nav ul{
margin: 0;
padding: 0;
cursor: default;
list-style-type: none;
display: inline;
text-align: center;
}

