@charset "utf-8";
/* CSS Document */

body{background: url(images/logo_wallpaper2.jpg); text-align:left; width: 760px; font-family: Gill, "Times New Roman", Times, serif; }
h1{margin-top: 0; text-align:center; color:#020F80; font-size: 2.5em; margin-bottom: 0; }
h2{ margin-bottom: 0; }
h3{ }
h4{margin-top: 0; font-size: 1.5em; color:#e40; }
h5{font-size: .9em; text-align:center; }
h6{margin-bottom: 0; }
table{margin-top: 0; width: 100%; text-align:left; }
img{margin-top: 10px; margin-bottom: 10px; }
li{margin-bottom: 10px;}
p{font-size: 1.05em; }
.largeh5{font-size: 1.5em; text-align:center; }
#main {margin-left:0; width:760px; margin-right:40; float:left; }
#left {margin-left:10; padding: 0 20px 1px; float:left; width:350px; }
#right{margin-left:10; float:right; width:350px; }

/* Navigation list from Listamatic CSS Code */
#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
display: inline;
}

#navlist li a
{
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: #CBD;
text-decoration: none;
font-size: 1.5em;

}
#navlist li a:link { color: #00107F; }
#navlist li a:visited { color: #05F; }

#navlist li a:hover
{
border-color: #CE3;
color: #FFF;
background: #332;
}

/* "current tab" style */
#navlist li a#current {color: #00107F; background: #ffff55; border-bottom: 1px solid white; text-decoration: underline; }

/* End of navigation list from Listamatic CSS Code */ 