body {
margin: 0px;
background-color: #ffffb7;
font-family: Tahoma, Arial, sans-serif;}

h2 {
text-align: center;
color: #990033;
font-size: xx-large;}

#Topmenu {
font-size: medium;
height: 36px;
float: none; /* since this element is floated, a width must be given */
width: 100%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #F7F182;
padding: 0 0 0 0px;
}

.jarvie {
	font-family: Impact;
	font-weight: bold;
	font-size: xx-large;
	padding-left: 10px;
	letter-spacing: 2px;
}

.logos {
	text-align: center;
	vertical-align: middle;
	width: 90%;
}

.header {
text-align: center;
}

.header a {
background-color: #ffff9f; }

td {
	text-align: center;
	vertical-align: middle;
}

dd {
	margin-left: 0px;
	vertical-align: middle;
	text-align: center;
}

div {
text-align: center;}

p {
text-align: center;}

h3 {
	color: #000066;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	background-color: #FFC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #600;
	border-right-color: #600;
	border-bottom-color: #600;
	border-left-color: #600;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	-khtml-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

h5 {
font-weight: bold;
font-style: italic;
font-size: small;}

a:link {
color: #990000;
}

a:visited {
color: #660066;}

a:hover {
background-color: #ffffff;
text-decoration: none;}

