body {
border:0px;
margin: 0px;
}



#container {
	font-family: Helvetica, Verdana;
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	top: 0px;
}

#container a:link {
text-decoration: none;
}
#container a:visited {
text-decoration: none;
color: blue;
}

h1 {
font-size: medium;
}
h2 {
font-size: small;
font-style: italic;
}
h3 {
font-size: small;
font-style: strong;
}

h4 {
font-family: serif;
font-size: 15;
font-style: italic;
color: red;
}

h5 {
font-family: serif;
font-size: 17;
font-style: strong;
color: blue;
}
#nav {
float: left;
margin-left: 10px;
width: 140px;
padding-top: 15px;
}

#nav ul {
border: 0px;
margin: 0px;
padding: 0px;
list-style: none;
}

#nav li {
margin: 0px;
padding: 0px;
text-align: center;
font-size: 15px;

}

#nav li ul li { 
display: none;
margin-top: 10px;
margin-bottom: -5px;
}

#nav li a {
background-image: url(images/button.png);
background-repeat: no-repeat;
width: 100%;
height: 45px;
padding-top: 15px;
display: block;
margin: 0px;
}

#nav li a:hover {
background-image: url(images/buttonhover.jpg);
}

#nav li ul li a {
background-image: url(images/smallbutton.png);
background-repeat: no-repeat;
font-size: x-small;
text-align: left;
padding-left: 20px;
margin-left: 26px;
padding-right: 30px;
padding-top: 5px;
padding-bottom: 0px;
margin-bottom: -10px;
margin-top: 0px;
}

#nav li ul li a:hover {
background-image: url(images/smallbuttonhover.png);
}

.button {
float: left; 
width: 100px;
height: 50px;
text-align: center;
padding-top:0px;
}

.button a {
background-image: url("images/smallbutton.png");
background-repeat: no-repeat;
height: 45px;
width: 100%;
padding-top: 5px;
display: block;
}


.button a:hover {
background-image: url("images/smallbuttonhover.png");
background-repeat: no-repeat;
}

.textbox {
float: right;
width: 550px;
font-size: smaller;
}

#footer {
clear: both;
font-size: xx-small;
text-align: center;
line-height: 20px;

}

#footer li {
display: inline;
margin-right: 10px;
}

#footer li ul { 
display: none;
}

#footer a:hover {
color: black;
font-size: x-small;
}

.link { 
font-size: x-small;
}

.link tr td {
font-size: x-small;
}

.link img {
border: none;
margin: none;
padding: none;
}

.link a {
width: 120px;
border: none;
margin: none;
padding: none;
border: solid thin white;
}


.link a:hover {
width: 120px;
border: solid thin yellow;
padding: 0px;
}