body {
	background-image: url(images/background.jpg);
	margin: 0px;
	background-repeat: repeat-x;
	background-color: #DFE5F1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
.style1 {
	font-size: large;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding-top: 150px;
}
.footer {
	font-size: x-small;
	line-height: normal;
}
.valid {
	font-weight: bolder;
	color: #FF6600;
	text-decoration: underline;
}
.numberstring {
	border: 1px solid #333333;
	font-size: 120%;
	margin: 2px;
	padding: 2px;
	display: block;
	background-color: #E2E3FE;
	font-family: Arial, Helvetica, sans-serif, "Microsoft Sans Serif";
}

.contstatleft {
	color: #333333;
	font-style: italic;
}


#menucontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#menucontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#menucontainer ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: black;
	text-decoration: none;
	margin: 3px;
}

#menucontainer ul li a:hover
{
background-color: #369;
color: white;
}

#menucontainer #active { border-left: 1px solid #fff; }

.leftside {
	padding-right: 10px;
}

.rightside {
	padding-left: 10px;
}
