@charset "utf-8";
/* CSS Document */
body {
	background: #557EA7 url("images/bg-body.jpg") repeat-x;
	width: 917px;
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -464px;
	padding: 0px;
	font: 14px Arial, Helvetica, sans-serif;
}
#header {
	background: url("images/bg-header.jpg") no-repeat;
	height: 176px;
	text-align: center;
}
#header a {
	position: relative;
	top: 138px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 20px 2px 20px;
}
#header a:hover {
	color: #FFCC00;
}
#footer {
	background: url("images/bg-footer.jpg") no-repeat 49px 0;
	height: 68px;
	cursor: pointer;
}
#content {
	width: 821px;
	margin-left: 49px;
	background: #A6A5A4;
}
#content div {
	padding: 30px;
}
#copyright {
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
}
#copyright a {
	color: #000000;
}
.welcomeimg {
	position: relative;
	left: -30px;
}
.hometext {
	margin-right: 200px;
}
#certifications {
	padding: 18px 0px 0px 5px;
	margin: 0px;
	background: url("images/bg-certifications.jpg") no-repeat;
	font-size: 16px;
	text-align: center;
	width: 198px;
	position: absolute;
	right: 42px;
	top: 190px;
}
#certifications li {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 0px 40px;
}
.red {
	color: #FF0000;
}
.lable {
	text-align: right;
	font-weight: bold;
}