table, img {
	border: 0;
}
body {
	background-image: url('../image/grid.gif');
	background-repeat: repeat-xy;
	font-family: sans-serif;
	font-size: 90%;
}
hr {
	height: 2px;
	color: #000;
	style: solid;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p.tinyText {
	margin: 0;
	padding-top: 10px;
	font-size: 60%;
}

#heading {
}
#heading fieldset {
	background-color: #fff;
	border: 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#logo {
	background-color: #fff;
	float: left;
	padding-right: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#wordmark {
	padding-top: 5px;
}
#wordmark p {
	font-size: 120%;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#wordmark .plus {
	color: #0000a0;
	font-size: 120%;
	font-weight: bolder;
}

#navigation {
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 120%;
}
#navigation ul {
	margin: 0;
	list-style-type: none;
}
#navigation li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px solid #000;
}
#navigation .current {
	border: 1px solid #00f;
	color: #fff;
	background-color: #00f;
	padding-left: 5px;
	padding-right: 5px;
}
#navigation a {
	border: 1px solid #000;
	color: #fff;
	background-color: #000;
	padding-left: 5px;
	padding-right: 5px;
}
#navigation a:hover {
	background-color: #00f;
	text-decoration: none;
}

#mosaic {
	width: 1020px;
}

#mosaic img {
	padding-right: 18px;
}

#content {
	clear: all;
}
#content p {
	margin-top: 0;
}
#content h1 {
	margin: 0;
	font-size: 120%;
}
#content legend {
	font-weight: bold;
	padding-bottom: 5px;
}
#content fieldset {
}
#content ul {
	margin-top: 0;
	margin-bottom: 0;
}

#sectionImage {
}
#sectionImage #image {
	float: right;
	padding-left: 10px;
}
#sectionImage #imageTop {
	float: right;
	position: relative;
	top: 10px;
	left: -30px;
	padding-bottom: 15px;
}
#principal {
	background-color: #e6e6e6;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	width: 565px;
	clear: all;
}
#principal h2 {
	margin: 0;
}
#principal p {
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 90%;
}
#photo {
	background-color: #e6e6e6;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}
#bio {
	background-color: #e6e6e6;
	float:right;
	width: 450px;
}
#office {
	float: right;
	padding-left: 10px;
}

#contact legend {
	font-size: 140%;
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
}
#contact fieldset {
	width: 400px;
}
#contact label {
	font-weight: bold;
}
#contact table {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

#footer {
	font-size: 70%;
}