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;
}
.center {
	padding-left: 10px;
}
.container {
	background-image:url(components/img/bg.jpg);
	display:table;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	background-color:#FFF;
	width:180px;
	height:100px;
	/*If IE*/
	position:relative;
	/*End if IE*/
	border-radius:20px 0px 20px 0px; 
	-moz-border-radius:20px 0px 20px 0px; 
	-webkit-border-radius:20px 0px 20px 0px; 
	border:3px solid #004E89;	
	-webkit-box-shadow:6px 6px 9px rgba(50, 50, 50, 0.87);
	-moz-box-shadow:6px 6px 9px rgba(50, 50, 50, 0.87);
	box-shadow:6px 6px 9px rgba(50, 50, 50, 0.87);
}
.position { 
	display:table-cell; 
	vertical-align:middle; 
	width:100%; 
	text-align:center; 
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
