@charset "UTF-8";
/* CSS Document */

body {
	
	background-image: none;
	background-color: black;
}


.wrapper {
	width: 850px;
	height: 98vh;
	margin: -11px -11px;
	//border: 4px solid blue;
	
	//border: 4px solid BLUE;
	width: 550px;
	//position: relative;
	
}


table {
   height: 100%;
   
   //border: 6px solid ORANGE;
   width: 100%;
}

table td {
  display: table-cell; 
  vertical-align: top; 
  horizontal-align: left;
}

.header {
	height: 240px;
	width: auto;
	background-color: #008ca6;
	color: rgba(238,238,238,1);
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


#pic {
	left: 30px;
}

#HEADER-TEXT-wrapper {
	letter-spacing: 1px;
	text-align: left;
	width: 620px;
	color: white;
	top: -170px;
	position: relative;
	//border: 1px solid BLACK;
	left: 230px;
}

#headerTextBoxName {
	font-family: serif, "cooperhewitt-semibold-webfont";
	font-variant: small-caps;
	font-size: 30px;
	font-size: 36px;
	//border: 1px DASHED RED;
	height: 45px;
	height: 50px;
}

#headerTextBoxInfo {
	font-family: "cooperhewitt-light-webfont";
	font-size: 16px;
	padding-top: -40px;
	height: 85px;
	//border: 1px DASHED white;
	height: 25px;
	
}


div#headerTextBoxInfo a:link {
	color: #ffffff;
	text-decoration: none;
}
div#headerTextBoxInfo a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#headerTextBoxInfo a:hover {
	color: #14d2ff;
	text-decoration: none;
}





.main {
	background-color: rgba(255,255,255,1);
	float: none;
	height: 300px;
	width: auto;
	margin-left: auto; margin-right: auto;
	margin-top: 0%;
	padding-top: 70px;
	
	height: 400px;
}

br {
    display:block;
	padding-left: 25px;
}


ul {
	list-style-type: none;
	//list-style-position: outside;	
}

.mybullet {
	color: #626262;
	color: #7b999f;
}

li {
	font-size: 18pt;
	line-height: 90%;
	color: #516569;
	//color: #7b999f;
	padding-bottom: 19px;
	
	
}


ul li a {
	text-decoration: none;
	padding-right: 32px;
	//border: 4px blue solid;
	color: #10a7cb;
}

ul li a:link, a:visited {
	color: light-blue;
}

ul li a:hover {
	color: #14d2ff;
	text-decoration: underline;
	padding-right: 32px;
}

#hr1 {
	height: 1px;
	border-width: 0;
	color: gray;
	background-color: silver;
	width: auto;
}

#hr2 {
	height: 16px;
	border-width: 0;
	color: gray;
	background-color: #1f6679;
	width: auto;
	position: relative;
	margin-top: 2px;
}

.footer {
	height: 120px;
	width: auto;
	background-color: rgba(255,255,255,1);
	//background-color: #ffffff;
	color: rgba(238,238,238,1);
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;   /* border: 4px green solid; */
	text-align: left;
}

#footerTextBox{
	width: auto;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: medium;
	text-align: left;
	padding-left: 25px;
}

#footerTextbyLine {
	font-family: "cooperhewitt-semibold-webfont";
	font-variant: small-caps;
	color: #e69f33;
	font-size: 18px;
	text-align: left;
	//font-weight: 900;
	//text-shadow: 1px 1px 0px rgba(140,153,165,.7);
	//line-height: 98%;
	
}

.footerTextCopyright {
	font-family: "Arial Black", Gadget, sans-serif;
	font-family: "Arial Black", Gadget, sans-serif;
	font-family: "cooperhewitt-light-webfont";
	//font-weight: 300;
	color: #007084;
	//text-shadow: 0px 1px 1px rgba(140,153,165,.3);
	line-height: 10%;
	font-size: 16px;
	
}
