body {
	background-color: #F0FFF0;
	color: Black;
	border: 0em;
	margin: 0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: x-large;
	font-style: italic;
	color: #556B2F;
	background-color: #FFFFF0;
	border: 1px dashed #556B2F;
	padding: .25em .5em .25em .5em;
	white-space: nowrap;
	margin-left : .5em;
	margin-top : .5em;
	margin-right : .5em;
  width : 60em;
  position : fixed;
}
h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: large;
	color: #2F6A44;
	background-color: transparent;
	margin-right: 1.5em;
	text-align: right;
	white-space: nowrap;
}
#page {
	margin: .5em;
	padding: .5em;
}
#menu {
	text-align: left;
	position : fixed;
	top : 6em;
	left: 1em;
}
#menu button{
	text-decoration: none;
	background-color: #F0FFF0;
	font-weight: bold;
	display: block;
	padding: .25em;
	width: 9em;
	margin-bottom: .25em;
	border: 1px solid #8FBC8F;
	color: #556B2F;
	text-align : center;
}
#menu button:hover {
	background-color: #6B8E23;
	color: White;
	border-top: 1px solid #8FBC8F;
	border-left: 1px solid #8FBC8F;
	border-right: 1px solid #8FBC8F;
	border-bottom: 1px solid #2F4F4F;
}
#submenu {
	position : fixed;
}
#submenu button{
	text-decoration: none;
	background-color: #F0FFF0;
	font-weight: bold;
	padding: .25em;
	width: 15em;
	margin-bottom: .25em;
	border: 1px solid #8FBC8F;
	color: #556B2F;
	text-align : center;
}
#submenu button:hover {
	background-color: #6B8E23;
	color: White;
	border-top: 1px solid #8FBC8F;
	border-left: 1px solid #8FBC8F;
	border-right: 1px solid #8FBC8F;
	border-bottom: 1px solid #2F4F4F;
}
#options a{
	background-color: #6B8E23;
	color: White;
	border-top: 1px solid #8FBC8F;
	border-left: 1px solid #8FBC8F;
	border-right: 1px solid #8FBC8F;
	border-bottom: 1px solid #2F4F4F;
}
#content {
	border-left: 1px solid green;
	padding-left: 1em;
	left: 11em;
	top : 5em;
  position : fixed;
  overflow: auto;
  height: 40em;
}
#content p {
	padding-left: 1.5em;
	font-size: small;
	width: 65em;
}
#subcontent p {
	padding-left: 1.5em;
}

#subcontent {
  overflow: auto;
  height: 35em;
}

#idHome {
  width: 50em;
}

#footer {
	border: 1px dotted black;
	color: #556B2F;
	background-color: #FAFAD2;
	margin-top: 1em;
	margin-bottom: 1em;
}
a {
	color: Maroon;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	text-decoration: underline;
}
.article {
	padding-left : 1em;
}
.article-footer {
	text-align: right;
	font-size: xx-small;
	color: Gray;
	padding-bottom: .75em;
}
.author, .datetime {
	font-weight: bold;
	color: #4F4F4F;
}
.article-title {
	font-size: large;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Sans-serif;
	font-style: italic;
}
#content form {
	padding-left: 30px;
	font-size: small;
	vertical-align: middle;
	}
#content form p{  }
.textbox {
	border : thin dashed Green;
}
.button {
	border: medium outset;
	background-color: #F5F5F5;
	margin-left: 7.5em;
	color: black;
	margin-top: .5em;
}
fieldset {
	margin-top: .25em;
	width: 10em;
}
form {
	border: thick double #90EE90;
	padding: .5em;
	margin: .5em;
	width: 280px;
	margin-left: 1.5em;
	margin-top: .5em;
}
.resume-group {
	font-weight : bold;
	font-style : italic;
	color : Teal;
}
.resume-company {
	margin-left : 1.25em;
	font-weight : bold;
	font-size : smaller;
}
.resume-text {
	font-size : x-small;
	margin-left : 2.5em;
}
