﻿ 
}
.clear {
	clear: both;
}
.border0 {
	border-width: 0px;
}
#navbar {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	right: auto;
	left: 400px;
	text-align: left;
	float: none;
	width: px;
}
#navbar ul {
	list-style-type: none;	 
}
#navbar ul li {
	display: inline-block;	
}
#navbar ul li a {
	background-position: center center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #006666;
	font-weight: bold;
	width: 80px;
	display: inline-block;
	text-align: center;
	line-height: 75px;
}
#navbar ul li a:hover {
	color: #800000;
	background-image: url('img/egg.jpg');
	background-repeat: no-repeat;
}
#formcon {
	padding: 10px;
	position: absolute;
	margin-top: 20px;
	width: 50%;
	height: auto;
	top: 350px;
	float: ;
	left: 20%;
	display: block;
	right: auto;
}
#footer {
	margin: 0px;
	padding: 0px;
	right: auto;
	left: auto;
	width: 100%;
	background-color: #412592;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	right: auto;
	left: auto;
}
#footer ul li {
	display: inline;
	vertical-align: middle;
	line-height: 30px;
}
#footer ul li a {
	margin: 10px;
	padding: 10px 8px 10px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer ul li a:hover {
	border-style: solid;
	border-width: medium;
	border-color: #FFFFFF;
	background-color: #0AC3F8;
	font-weight: bold;
	color: #FFFFFF;
}
a.current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	text-decoration: blink;
}
