.myBox {
   margin: 0.5in auto;
   color: #000;
   width: 560px;
   padding: 20px;
   text-align: left;
   border: 2px solid #000;
   background-color: #ffffff;
   font-weight: 500;
}

  #wrapper {
	width: 700px;
	margin: 5px auto;
	background-color: #ffffff;
	border: thick solid #bbb;
	padding: 10px;
}
   
html,body{
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 100%;
	background-color: transparent;
}

.names {
  font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-style : normal;
  font-variant : normal;
  font-weight : 500;
  font-size : 12px;
  color : Black;
  text-align : left;
}

.center {
   text-align: center;
}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float: left; margin: 10px 15px 15px 0; }
.frame { padding: 5px; border: 2px solid #000; }


.title {
   font-family: "Times New Roman", Times, serif;
   font-size: xx-large;
   font-style: normal;
   font-weight: 600;
   line-height: 1.2em;
   text-align: center;
}

.logo {
	background-color: white;
	border: thin solid black;
	text-align: center;
}

.header2 {
   background: #800000;
   font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
   font-size: 14px;
   font-style: normal;
   font-variant: small-caps;
   font-weight: 600;
   line-height: 1.5em;
   color: White;
   text-align: center;
   width: 700px;
}

.header3 {
   font-family: "Times New Roman", Times, serif;
   font-size: 24px;
   font-style: normal;
   font-variant: small-caps;
   font-weight: 600;
   line-height: 1.5em;
   color: Black;
   text-align: center;
}

form {
   text-align: center;
}

.paragraph {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1em;
	text-indent: 20px;
	text-align: justify;
}

HR {
	color: #800000;
	text-align: center;
	line-height: 25px;
	margin-left: 1.0in;
	margin-right: 1.0in;
}

.myBox
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #000000;
    width: 70%;
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #800000;
}

.border2 {
	border: 5px #800000 double;
	background-color: White;
	text-align: left;
	border-left-color: Maroon;
	border-right-color: Maroon;
	border-top-color: Maroon;
	border-bottom-color: Maroon;
}

.subtitle {
   font-family: "Times New Roman", Times, serif;
   font-size: x-large;
   font-style: normal;
   font-variant: normal;
   font-weight: 600;
   text-align: center;
}
