@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(images/masthead/pattern.jpg);
	font-size: 14px;
}
#allign {
	width: 800px;
	background-color: #FFF;
	margin: 0 auto;
	border: 1px solid #CCC;
}
a:link {
	text-decoration: none;
	color: #666;
}
#masthead h1 a:link {
	color: #000;
}
#masthead h1 a:visited {
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
h4 {
	font-size: large;
	color: #333333;
	padding-top: 1em;
}
#content {
	padding-bottom: 2em;
	padding-left: 15px;
}
#index {
	text-decoration: none;
	width: 800px;
	background-color: #FFF;
	margin: 0 auto;
	border: 1px solid #CCC;
}
#indeximage {
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	width: 600px;
}
#bio {
	text-align: justify;
	padding-top: 2em;
	padding-bottom: 5em;
}
#index ul {
	float: left;
	font-size: 25px;
	font-weight: bold;
	line-height: 36px;
	margin-left: 40px;
	list-style-type: circle;
}
#content h2 {
	margin: 0px;
	padding-bottom: 1em;
	color: #900;
	font-weight: normal;
}
#content h3 {
	display: inline;
	padding-right: .5em;
	font-size: 14px;
}
#content h4 {
	font-size: 14px;
	text-decoration: none;
	display: inline;
	font-weight: normal;
}
#content  h5 {
	margin: 0px;
	color: #999999;
	font-weight: lighter;
	font-size: small;
	font-style: italic;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
}
#content  h6 {
	font-size: x-large;
	font-weight: 500;
	line-height: 1.5em;
	margin-top: 4em;
	margin-right: 3em;
	margin-bottom: 4em;
	margin-left: 3em;
}
#content table {
	text-align: center;
	margin-bottom: 1em;
	margin-top: .5em;
}
#email {
	width: 324px;
}
#footer {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	margin: 3em;
	color: #999999;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 1em;
	padding-bottom: 1em;
}
#name {
	width: 324px;
}
#navlinks {
	width: 950px;
	color: #666;
	display: inline;
	padding-left: 15px;
	margin: 0px;
}
#navlinks ol li {
	display: inline;
	padding-left: 25px;
}
#masthead h1 {
	color: #000;
	font-weight: normal;
	padding-left: 15px;
	letter-spacing: .1em;
}
#navlinks ol .current {
	text-decoration: underline;
}

