.navbar
{
float: left;
width: 200px;
padding: 15px;
}

.logo
{

color: Black;
font-family: "Comic Sans MS";
font-size: 3em;
text-align: center;
border-bottom: 1px solid gray;
height: 105px;


}



#container
{
min-width: 700px;
margin-left: auto;
margin-right: auto;
border: 1px solid black;
background-image: url(Images/subheaderbackground1.gif);
background-repeat: repeat-x;
background-color: white;
width: 80%;
margin-top: 0px;

}

.button
{
width: 190px;
height: 25px;
padding: 10px 5px 10px 2px;
background-image: url(Images/subheaderbackground1.gif);
background-repeat: repeat-x;
border: outset;
font-family: calibri, sans-serif;
font-size: 1.5em;
color: #111111;
display: block;
font-weight: bold;

}

a:hover
{
background-image: url(Images/buttonbackgroundhover1.jpg);
}

a:link
{
text-decoration: none;
}

a:active
{

text-decoration: none;
}

a:visited
{
text-decoration: none;

}

body 
{
background-color: #eeeeff;
background-repeat: repeat-x, repeat-y;
color: Black;
}


.biglogo
{
margin-left: 13%;

}



h3
{
background-image: url(Images/headerbackground1.jpg);
background-repeat: repeat-x;
color: Black;
}

.floatright
{
float: right;
}

.content
{

padding-left: 10px;
margin-left: 230px;
font-family: Calibri, Sans-Serif;
font-size: 1.2em;
border: 1px solid gray;
margin-top: 15px;
margin-right: 10px;
background-color: #eeeeff;
}

.centerpicture
{
margin-left: auto;
margin-right: auto;
min-width: 800px;
padding: none;
}


.link
{
color: #1000ff;
font-size: 1.2em;
}

.subheader
{
background-image: url(Images/subheaderbackground1.gif);
background-repeat: repeat-x;
height: 25px;
font-weight: bold;
margin: 3px, 0, 3px, 0;
border: 1px solid gray;
text-align: center;
font-family: calibri, sans-serif;
font-size: 1.3em;
}

.marginpicture
{
margin-left: 75px;
}

.inspire
{
font-style: italic;
}

.footer
{
font-style: italic;
font-size: .6em;
text-align: center;
}

