body {
	background-color: #990000;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	height: 100%;
}
#Header {
	background-color: #000000;
	position: absolute;
	height: 74px;
	width: 100%;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	left: 0px;
	top: 0px;
}


#Content {
	width: 550px;
	position: absolute;
	left: 0px;
	top: 108px;
}
.link {
	color: #0099FF;
}
.certlink {
	color: #FFFFFF;
	text-decoration: none;
}

a.certlink:hover {
	color: #FF0000;
	text-decoration: none;
}

.link:hover {
	color: #FF0000;
}

#ContentRight {
	width: 200px;
	top: 108px;
	position: absolute;
	left: 555px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
}
#Footer {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	position: absolute;
	height: 25px;
	width: 100%;
	background-color: #000000;
	left: 0px;
	top: 635px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}



#H2 {
	position: absolute;
	height: 23px;
	width: 440px;
	top: 79px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	left: 0px;
	border-right-width: thin;
}
.centre {
	text-align: center;
}
.leftmargin {
	margin-left: 50px;
}
.centeredmargins {
	margin-left: 50px;
	margin-right: 50px;
}


.bold {
	font-weight: bold;
}
.link:visited {
	color: #FFFFFF;
}
.link:active {
	color: #FFFFFF;
}
.underline {
	text-decoration: underline;
}
.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}
#FullContent {
	width: 100%;
	top: 108px;
	position: absolute;
	left: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

