/*Resume style sheet for on screen viewing*/

body {
	background-color: #ffffdd;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	text-align: left;
	font-size: 1em;
	margin-top: 3%;
	margin-left: 0em;
	margin-bottom: 3%;
	margin-right: 0em;
  padding: 0px;
}

img {
border:0px;
}

/*Link styles*/

a:link {
	color: #1f1f1f;
	background-color: #efefef;
	text-decoration: none;
	border-top: 1px #bfbfbf solid;
	border-bottom: 1px #bfbfbf solid;
}

a:visited {
	color: #808080;
	background-color: #ffffdd;
}

a:hover {
	color: #000000;
	background-color: #ffffdd;
}

a:active {
}

a.email {
	font-style: italic;
}

a.button {
background-color: transparent;
text-decoration: none;
border: none;
}

/*Headers Style*/

h1 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px #bfbfbf solid;
	background-color: #efefef;
	padding-right: 0em;
}

h2, h3, h4, h5, h6 {
	border-bottom: 1px #bfbfbf solid;
	border-top: 1px #bfbfbf solid;
	background-color: #efefef;
	padding-left: 1em;
	margin-left: 30%;
}

h2 {font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #004000;
	margin-left: 30%;
	line-height: 2em;
}

h2.goal {
	background-color: #d9ffd9;
	margin-left: 0%;
	text-align: center;
}

h3 {
	margin-left: 30%;
	font-size: 0.8em;
}

p, li, blockquote, div {
	font-size: 0.8em;
	line-height: 1.3em;
	padding-left: 1em;
}

/*Format of the Address block*/

address {
	text-align: right;
	font-size: 0.8em;
	margin-right: 3%;
}

/*format list items with square bullets*/

li {
	list-style-type:square;
}

div.skills {
	float: left;
	width: 20%;
	overflow: visible;
	visibility: visible;
	position: relative;
	left: 3%;
	top: 1em;
	outline: 3px #c0c0c0 outset;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 1em;
}

p.skilltitle {
	font-weight: bold;
}

p.fort {
	display: list-item;
	list-style-position: outside;
	list-style-image: url("reddot.gif");
	white-space: normal;
}

p.detail {
	text-align: justify;
	margin-right: 8%;
	color: #000000;
	margin-left: 30%;
}

p.detail:first-letter {
	font-size: 1.3em;
}

div.date {
	text-align: right;
	border: 1px #c0c0c0 dashed;
	background-color: #f2f2ea;
	float: left;
	position: relative;
	width: 12%;
	left: 15%;
	visibility: visible;
	overflow: visible;
	top: 0em;
}

div.place {
	text-align: right;
	border: 1px #c0c0c0;
	float: right;
	position: relative;
	width: 25%;
	left: 0%;
	visibility: visible;
	overflow: visible;
	top: 0em;
}

p.sub1 {
	margin-left: 35%;
	color: #000000;
	display: list-item;
	list-style-image: url("blupin.gif");
	margin-right: inherit;
}

p.sub2 {
	color: #000000;
	margin-left: 40%;
	display: list-item;
	list-style-image: url("bluedot.gif");
	margin-right: inherit;
}

div.outline {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.3em;
font-weight: bold;
color: #000080;
text-align: center;
position: absolute;
z-index: 4;
top: 4em;
left: 3%;
}

div.outline2 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.3em;
font-weight: bold;
color: #000080;
text-align: center;
position: absolute;
z-index: 4;
left: 13%;
top: 5.5em;}

div.outline3 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.3em;
font-weight: bold;
color: #000080;
text-align: center;
position: absolute;
z-index: 4;
top: 7em;
left: 23%;}
