body { 
	text-align: center; 
	background-color: #fff;
	font-family: sans-serif;
	scrollbar-base-color: #136570;
} 
 
#pagewidth {
	width: 65%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*	border: 5px solid gray; */
} 
 
#header {
	text-align: center;
	position: relative;
	height: 20px;
	background-color: #fff;
	width: 100%;
	word-spacing: 80px;
	padding: 10px 0px 0px 0px;
	border-bottom: thin solid gray; 	
} 
 
#maincol {
	background-color: #fff;  
	float: right;  
	display: inline; 
	position: relative; 
	padding: 0px 30px 30px 30px;
/*	width: 100%; */
}
 
#footer {
	/*	height: 20px; 
	background-color: #bff; */
	clear: both;
	font-size: 8pt;
	padding: 0px 0px 0px 0px;
	border-top: thin solid gray; 
} 
 
h1 {
	font-size: 1.4em;
	padding: 0px 0px 15px 0px;
	color: #136570;
	text-transform: uppercase;
}

h2 {
	font-size: 1.1em;	
	font-style: italic;
	color: #136570;
}

a {
	color: #136570;
}

a:visited {
	color: #136570;
}

a:hover {
	color: red;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	background-color: #136570;
	color: white;
}

p {
/*	text-indent: 20px; */
	padding-left: 20px;
   padding-right: 20px;
}

ul li {
	padding: 0px 0px 10px 0px;
}

ol li {
	padding: 0px 0px 10px 0px;
}

.highlight {
	color: red;
	font-weight: bold;
}

.alert {
	color: red;
	font-weight: bold;
}

#self1 {
	border-color: gray;
	margin: 5px;
	margin-top: 20px;
}
	
#competencies {
	font-style: italic;	
	padding-left: 17px;
}
