@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) repeat-x top left #000000;
}
.container {
	width: 974px;
	margin: 0 auto;
}
.header {
	background: url(../images/header.jpg) no-repeat top left #000;
	height: 84px;
}
.buttons {
	height: 31px;
	overflow: hidden;
	margin: 0px auto;
}
.content {
	padding: 25px 25px 0 0;
	background: url(../images/flagBottom.jpg) no-repeat top left #ccc;
}
p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
h1, ul, li {
	font-family: Georgia, "Times New Roman", Times, serif;
}
li {
	margin-bottom: 10px;
}
li a {
	font-weight: bold;
	text-transform: uppercase;
	color: #860020;
	text-decoration: none;
}
a.viewcertification:hover {
	text-decoration: underline;
}
.button {
	height: 31px;
	float: left;
	padding: 7px 40px 0px 40px;
	border-left: 1px solid #3f3f3f;
	text-decoration: none;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 99%;
	font-weight: bold;
}
.button:hover {
	background: url(../images/button-over.jpg) repeat-x top left;
}
.flagBottomText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	padding: 12px 0 0 25px;
	margin: 0;
	color: #242424;
	text-transform: uppercase;
	font-weight: bold;
}
.headline {
	border-bottom: 1px solid #434343;
	color: #860020;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 35px;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 400px;
	margin-bottom: 0px;
	text-decoration: underline;
	color: #242424;
}
.helloWorld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 99%;
	color: #ffffff;
	font-weight: bold;
	float: right;
	position: relative;
	right: 0;
	top: 15px;
}
.footer {
	background: #860020;
	border-top: 5px solid #6a000b;
	padding: 10px;
}
.clearFloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
