body {
	background: #111;
	text-align: left;
	font-size: 12pt;
	color: black;	
  font-family: "Times New Roman", Times, serif; 
} 

#name2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	text-align: right;
	color: black;
	position: relative;
	top: 12px;	
}

#address2 {	border-bottom: thin solid; }

#name { 
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	text-align: right;
	color: black;
	position: relative;
	top: 15px;	
}

#address { 
	border-bottom: thin solid; 
	color: black;
}

#addresslist {  
	text-align: right; 
	font-size: 10pt;
}

#addresslist li { 
	list-style-type: none; 
	text-align: right; 
	display: inline; 
	padding-left: 15px; 
	background-image: url(../images/black-checked.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	position: relative;
	top: 5px;	
}

#heading {
	padding-top: 10px;
	padding-left: 5px;
	border-bottom: thin solid;
	font-size: 12pt;
	font-variant: small-caps;
	color: black;
	font-weight: bold;
}

#group {
	
}

#subheading {
	font-style: italic;
	color: black;
}

#firstlist {
	list-style-image: url(../images/black-checked.gif);
}

#secondlist {
	list-style-image: none;	
	list-style-type: disc; 
}

#thirdlist {
	list-style-image: url(../images/black-checked.gif);
	font-size: 12pt;	
}

#thirdlist li {
	font-size: 12pt;	/* 12pt is big enough to get a bullet symbol, 11pt is not */
	font-weight: normal;  
}

#fourthlist {
	list-style-image: url(../images/black-checked.gif);	
}

#employer {
	font-size: 12pt;
	margin-top: 1em;
	font-weight: bold;
	font-style: normal;
	color: black;
}

#fifthlist {
	list-style-image: none;	
	list-style-type: disc; 
}

#fifthlist li {
	font-style: italic;
	font-weight: normal;
}

#sixthlist {
	list-style-image: url(../images/black-checked.gif);	
}

#description {
	padding-left: 22px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-style: normal;	
}

/*
#description2 {
	position: absolute;
	left: -2000px;
	top: -100px;
	font-style: normal;
}
*/

#description2 {
	position: relative;
	top: -13px;	
	padding-left: 25px;
	margin-bottom: 0px;
	font-style: normal;	
}

#nav {
	text-align: center;
	position: absolute;
	left: -200px;
	top: -100px;
}

#nav img {
	border-style: none;
	font-size: 0pt;
	height: 0px;
}

a:link, a:visited {
 	color: black;	
	text-decoration: none;
}