body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}
#header {
	background-color: #030;
	padding: 0px;
	position: relative;
	height: 130px;
}
#headerspacer {
	background-color: #FC0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 3px;
	height: 4px;
}
.logo {
	position: absolute;
	left: 100px;
	top: 125px;
}
#heading {
	font-family: Calibri, Arial, Verdana;
	font-size: medium;
	font-weight: 100;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 300px;
}
.image {
	border: 1px solid #666;
}
#box  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #030;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	font-size: medium;
	font-weight: 100;
	width: 275px;
	text-align: center;
	line-height: 25px;
	padding: 0px;
	right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
}
#boxcontent {
	border: 1px solid #666;
	position: relative;
	top: 0px;
	right: 0px;
	width: 275px;
}
#boxcontent p {
	padding-left: 10px;
}
#boxcontent h6 {
	padding-left: 10px;
}
#boxcontent a{
	color: #FC0;
	text-decoration: none;
}
#boxcontent a:hover{
	color: #030;
	text-decoration: underline;
}
#footer {
	font-family: Calibri, Arial, Verdana;
	font-size: medium;
	font-weight: 100;
	color: #FFF;
	background-color: #030;
}
.start {
	font-size: medium;
	font-weight: bold;
}
#boxcontent p .image {
	text-align: center;
	margin-right: 5px;
}

#maintable {
	margin: 0px;
	padding: 0px;
	top: 0px;
}

#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	background-image: url(img/navbarhover.jpg);
	line-height: 20px;
}
#navbar li {
	display: inline;
	list-style-type: none;
}
#navbar li a {
	background-image: url(img/navbar.html);
	background-repeat: repeat-x;
	color:#ffffff;
	text-decoration:none;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 1em;
	padding-right: 1em;
	float: none;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 400;
	line-height: 20px;
}
#navbar li a:hover{
	color: #FC0;
	text-decoration: none;
	background-color: #030;
	background-image: url(img/navbarhover.jpg);
	background-repeat: repeat-x;
}
.navbarleft {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
}
#header img {
	border: 1px solid #333;
}
#formtable {
	border: thin solid #666;
}
