﻿body
{
	margin-top: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
	background-color: #f97171;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
#main
{
	position: relative;
	text-align: left;
	width: 852px;
	margin: 0 auto;
	background-color: White;
	border: 1px #c6cbcf solid;
}
.header-image 
{
	 cursor: pointer;
}
#navigation {
	clear: both;
	border-top: solid 1px #c6cbcf;
}
#content 
{
	padding: 40px 10px 40px 20px;
}
nothing 
{
	float: left;
}
#side 
{
	position: absolute;
	left: 40px;
	width: 180px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}
#sidecontent 
{
	padding-left: 220px;
}
#bottom 
{
	position: relative;
	clear: both;
	left: 0;
	width: 100%;
	border-top: 1px #c6cbcf solid;
}
#bottom:after 
{
	/* Make Firefox stretch main to the height of side or content */
	content: " ";
	display: block;
	clear: both;
}
#copyright 
{
	float: left;
	font-size: 8pt;
	padding-left: 10px;
}
#credit 
{
	float: right;
	font-size: 7pt;
	text-align: right;
	padding-right: 10px;
}
p
{
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
}
.menu {
	margin: 0px auto;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
}
a:link, a:visited
{
	color: Navy;
}
a:hover
{
	color: Blue;
}
img.imgside
{
	border: 0px;
	margin-bottom: 20px;
}
hr.sep
{
	border: none;
    text-align: center;
    color: Black;
    background-color: Black;
    width: 75%;
    height: 1px;
}
div.callout
{
	border: solid 1px Gray;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	width: 180px;
}
table.callout
{
	width:100%;
}
td.callout-title
{
	padding: 0 10px 0 10px;
	border: solid 1px Gray;
	background-color: #aeaeff;
	text-align: center;
	font-weight: bold;
}
td.callout-item
{
	text-indent: 10px;
}
.StaticMenu:link, .StaticMenu:visited
{
	background-image: url(images/button.png);
	background-repeat: repeat-x;
	border-top: solid 1px #c6cbcf;
	border-right: solid 1px #c6cbcf;
	border-left: solid 1px #c6cbcf;
	padding: 3px 6px 3px 6px;
	display: block;
	height: 1.25em;
	text-decoration: none;
	color: Black;
	width: 91px;
	text-align: center;
}
.SelectedStaticMenu:link, .SelectedStaticMenu:visited
{
	color: Black;
	background-image: url(images/button-invert.png);
}
a.StaticMenu:hover
{
	text-decoration: underline;
}
.RegistrationLabel
{
	float: left;
	width: 150px;
}
.RegistrationField
{
	float: left;
	margin-right: 5px;
}
.RegistrationDateLabel
{
	float: left;
}
.RegistrationRow
{
	clear: both;
	padding: 5px 0 0 0;
}
.cyber-link:link, .cyber-link:visited
{
    color: Navy;
    text-decoration: none;
}
.cyber-link:hover
{
    color: Navy;
    text-decoration: underline
}
