body
{
	background-color: #89DE8A;
}
h1
{
	color: yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
li
{
	color: black;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
p
{
	color: black;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
acronym
{
	cursor : help;
	border-bottom: 1px dashed Black;
}
#flag
{
	position: absolute;
	visibility: visible;
	left: 5px;
	top: 1px;
	border: thin solid Black;
	z-index:3;
}

#menu
{
	background-color: red;
	border: thin none Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	left: 5px;
	position: absolute;
	text-align: center;
	top: 150px;
	visibility: visible;
	width: 142px;
	z-index: 8;
}
#menu a
{
	color: white;
	background-color: red;
	display: block;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid Gray;
	border-top: 1px solid White;
	padding: 2px 0 2px 0;
}
#menu a:first-child 
{
    border-top: 0px;
}
#menu a:hover
{
	background-color: white;
	color: red;	
}
#content
{
	background-color: inherit;
	border: thin dashed yellow;
	position: absolute;
	left: 170px;
	top: 117px;
	width: 566px;
	z-index: 4;
	padding: 3px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
#menushadow
{
	background-color: #666666;
	border: thin none Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	left: 10px;
	position: absolute;
	text-align: center;
	top: 155px;
	visibility: visible;
	width: 142px;
	z-index: 7;
}
#menushadow a
{
	color: #666666;
	background-color: #666666;
	display: block;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	padding: 2px 0 2px 0;
}

.nextjob
{
	border: thin solid Black;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color:red;
}
#banner
{
	border-bottom: 5px solid #FFA500;
	position:absolute;
	left:0px;
	top:0px;
	height:85px;
	z-index:2;
	background-color: ThreedShadow;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url(gifs/jasonacotting_with_contact_info.png);
	background-position: top;
}

#jasonacotting
{
	position:absolute;
	left:135px;
	top:20px;
	z-index:1;
	visibility: visable;
	font-family: "courier new", monospace;
	font-size: 40px;
	font-weight: bold;
	color: yellow;
	text-align: right;
}
