﻿/* Existing Tag selectors */

body {
	margin: auto;
	width: 1000px;
	}

/*masthead {
	font-family: Arial, Helvetica, sans-serif;
	background-color: honeydew;
	height: auto;
	}*/

#masthead {
	font-family: Arial, Helvetica, sans-serif;
	background-color: honeydew;
	height: auto;
	}

#masthead a {
	color: #663300;
	background-color: honeydew;
	}
 
#masthead a:hover {
	color: #008000;
	background-color: #FFFFCC;
	text-decoration: none;
}

#masthead a:selected {
	color: green;
	background-color: #CCFF33;
	text-decoration: none;
}

nav li {
	list-style:none; 
	display:inline; 
	padding:0px 14px
	} 

h1 {
	font-family:Arial, Helvetica, sans-serif; 
	text-align:center
	}

table {
	border-color: #008000;
	width: 90%;
	background-color: honeydew;
	padding: 3px;
	float: none;
	position: relative;
	}

tr {
	border-color: #008000;
	text-wrap: normal;
	}
 
   
td {
	width: 200px;
	text-align: center;
	font-size: 11pt;
	padding-left: 3px;
	padding-right: 3px;
	}

/* IDs */
   
#container {
	padding: 10px;
	border: thin solid #006600;
	border-radius: 20px;
	background-color:honeydew;
	}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	}

#footer a:link {
	color: #0000FF;
	background-color: honeydew;
	text-decoration: none;
	}
#footer a:visited {
	background-color: honeydew;
	text-decoration: none;
	color: #800080;
	}
#footer a:active {
	background-color: honeydew;
	color: #008000;
	text-decoration: none;
	}
#footer a:hover {
	color: #663300;
	background-color: yellow;
	text-decoration: none;
	}
#header a:visited {
	background-color: honeydew;
	text-decoration: none;
	color: #800080;
	}
#header a:active {
	background-color: honeydew;
	color: #008000;
	text-decoration: none;
	}
#header a:hover {
	color: #663300;
	background-color: yellow;
	text-decoration: none;
	}

/* Classes */

.box {
	border-color: green;
	border-style: ridge;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif ;
	}

.CompanyBold {
	font-weight:bold; 
	color:darkgreen; 
	background-color:honeydew 
	}

.hr-div {
	background-color:forestgreen; 
	color:forestgreen; 
	width:90%; 
	height:3px	
	}

.Important {
	font-weight:bold; 
	color:purple; 
	font-weight:bold; 
	font-size:1.2em
	}

.NotRequired {
	color:black;
	text-align:right;
	}


.photo { 
	padding:12px 
	}

.Resume-block {
	margin-left: 80px;
	text-align: left;
	}

.Required {
	color:red;
	text-align:right;
	}

/*.table-text {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	}*/

.TextLeft {
	text-align:left
	}

.TextRight {
	text-align:right
	}

/*.sub-title-h2 {
	color: #008000;
	}*/