body
{
	background-image: url('hiccbackground.png');
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
}


a:link { text-decoration: none; }

a:link:hover
{
	color: #21e300;
	background-color: #0000a0;
}

div.Container { width: 810px; }

/* contains the top margin with pictures */
div.Top
{
	width: 100%;
	height: 200px;
	margin-left: 198px;
}

div.Sidebar
{
	width: 22%;
	float: left;
}

div.MainContent
{
	width: 75%;
	float: right;
}

.Sidebar p
{
	margin-top: 1em;
	text-align: center;
	font-size: large;
	font-weight: bold;
}

.ValidationTools
{
	margin-top: 3em;
	text-align: center;
}

.ValidationTools img
{
	border: 0px;
	width: 88px;
	height: 31px;
}


