a           {color: #B07D49; text-decoration: none;}
a:hover     {color: white;}
a:active    {color: greenyellow; }
a:visited   {color: red; }


body {
	height: 100%;
	width: 80%;
	background-color: #000000;
	margin-left: auto;
    margin-right: auto;
	
	
}
#parent{
	padding:0px;
	position:center;
}
.hline {
	background-color: black;
	height:100%;
	width:10px;
	top:100px;
	left:131px;
	z-index: 2;
	position:absolute;
	/*z index 1 is back .. highest number is front */
}

.titlebar{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #FFD600;
	margin:relative;
	padding-left:25px;
	height:50px;
	z-index: 1;
}

.header {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 24px;
	line-height:25px;
	background-color: black;
	color: #FFD600;
	height: auto;
	padding: 0px 0px 0px 100px ;
	border-bottom: 20px double #ffd600;
	z-index: 1;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
}

.maintext {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size:19px;
	background-color:#FFD600;
	height: auto;
	z-index: 1;
	overflow:auto;
	padding-bottom:250px;
	border-radius:25px;
}
.maintext h3 {
	margin-top:0px;
	margin-left:140px;
	padding-top:50px;
	margin-bottom:10px;
	z-index: 1;
	font-size: 36px;
}
.maintext p {
	margin-right:140px;
	margin-left:140px;
	z-index: 1;
	font-size: 24px;
}
.maintext .signature{
	padding-top:80px;
}
.footer {
    background-color: black; 
	height: 100px;
	padding: 20px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	z-index: 1;
}
.footer p {
	position:relative;
    color: yellow;
	z-index: 3;
}
