html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0;
	height: 100%;
	font: 62.5%;
	font-family: 'Verdana', 'Georgia', 'sans-serif';
	font-size: 1em;
	background: url('../images/backgroundmv.jpg') no-repeat center top;
}
a{
	text-decoration: none;
	color: #27919A;
}
a:visited{
	text-decoration: none;
	color: #1a6268;
}
a:hover{
	font-weight: bold;
}
.site{
	margin: 0px auto;
	position: relative;
}
#main{
	top: 180px;
	padding-top: 100px;
	background-color: #FBF7EC;
	width: 1000px;
}
#header-img{
	position: absolute;
	top: -510px;
	left: -120px; 
	background: url('../images/HeaderPV.png') no-repeat center top;
	width: 1365px;
	height: 772px;
}
#header{
	height: 270px;
}
#header-content div, #header-content p{
	position: relative;
	width: 620px;
	margin: 0 auto;
	text-align: justify;
	font-size: .80em;
	margin-bottom: 10px;

}
#header-content p span{
	color: #27919A; 
	font-size: 1.5em; 
	font-weight: bold;
}
#headerTitle{
	position: relative;
	width: 620px;
	margin: 0 auto 10px;
	text-align: justify;
	font-size: 2.7em;
	border-bottom: 1px solid #27919A;
}
#content{
	width: 832px;
	margin: 0px auto;
}
#content-intro{
	text-align: justify;
	font-size: .70em;
	
}
#table-instructions{
	font-size: .70em;
	margin: 10px 0 10px 255px;

}
#content-table{

}
#content-table .row1{
	width: 215px;
	color: #F19123;
	font-size: 1.2em;
	float: left;
	text-align: right;
}
#content-table .row1 img{
	vertical-align: text-top;
	margin: 5px 0 0 5px;
}
#content-table .row2{
	position: relative;
	font-size: 1.2em;
	width: 580px;
	color: #27919A;
	float: right;
	text-align: left;
	margin-bottom: 15px;
}
#content-table .row2 span{
	position: relative;
	background-color: #fbf7ec;
	padding-right: 5px;
}
#content-table .row2 .line{
	border-top: 1px solid #27919A;
	position: absolute;
	width: 580px;
	height: 1px;
	top: 12px;
	left: 0px;

}
#content-table .row2 .subtitle {
    text-align: left;
    font-size: .60em;
    color: #333;
}
#content-table .rowEnd{
	clear: both;
}
#footer{
	min-height: 550px;

}
#footer-img{
	background: url('../images/footerPV.png') no-repeat top center;
	width: 1357px;
	height: 473px;
	position: absolute;
	bottom: -15px;
	left: -52px;
	
}
#footer-content{
	position: relative;
	width: 832px;
	margin: 10px 0 0 160px;
}
#footer-intro{
	width: 680px;
	text-align: justify;
	font-size: .70em;
	padding: 0px 0 10px;
	border-top: 1px solid #27919A;
}
#footer-intro span{
	color: #F19123; 
	font-size: 1.5em; 
	font-weight: bold;
}
#footer-instructions{
	font-size: .70em;
	margin: 10px 0 10px 0;
}
.footer-links{
	font-size: 1em;
	color: #27919A;
	margin-bottom: 10px;
}
.footer-links-last{
	font-size: 1em;
	color: #27919A;
	margin-bottom: 25px;
}
#footer-copy{
	font-size: .70em;
	margin: 10px 0 90px 0;
}
