﻿/* CSS Document */
* {margin-top: 0px; }
.header {
	background-image: url(images/backgroundtop.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	height:105px;
	z-index:1;
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	background-color: #008290;
	visibility: visible;
}
.Heading1 {
	color: #A82027;
	font-size: 14pt;
	font-weight: bold;
}

body {
	background-repeat: repeat;
	background-position: left top;
	background-color: #CCCCCC;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-transform: capitalize;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.register {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top:0px;

}

.register a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #000000;
}

.register a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #000000;
}

.register a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #008290;
	background-color: #000000;
}

.register a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #000000;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #000000;
}
.sidenavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00918C;
}
a:link {
	text-decoration: none;
	color: #008290;
}
a:visited {
	text-decoration: none;
	color: #008290;
}
a:hover {
	text-decoration: none;
	color: #B0232A;
}
a:active {
	text-decoration: none;
	color: #008290;
}
.headerredtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
	padding-top: 10px;
}
