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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	margin-bottom: 0;
	padding-right: 15px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, video {
	display: block;
	margin: 0px;
}
.1 {
	height: 40px;
	
}
p,li{
	line-height: 1.5;
}
ul {
	margin-left:-20px;
}

.page {
	width: 800px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
.wrapper {
	margin-left: 20px;
	width: 550px;
	float: right;
	height: 640px;
	margin-top: 40px;
	z-index: 1; /*fix for IE menu issues*/
}
.left {
	width: 220px;
	float: left;
	margin-top: 40px;
}
.color {
	width: 220px;
	background-color: #D9D9D9;
	
}

.wrapper-top {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
}
#image {
	float: left;
	width: 150px;
	height: 180px;
	margin-left:20px;
	margin-top:20px;
}

#name {
	margin-left: 0px;
	width: 300px;
}

#image-cap {
	margin-left: 0px;
	
}

#position {
	width: 200px;
	margin-left: 20px;
	margin-top: 20px;
	clear:both;
	font-weight: bold;
	}
#position p {
	color:#555555;
	line-height:2;
	
}

#email {
	width: 210px;
	margin-left: 10px;
	margin-top: 20px;
	clear:both;
	
}
.cap {
	font-size:12px;
	color: #333;
}
#bio {
	margin-top: 10px;
	margin-bottom: 20px;
}

td, th, em, i { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10pt; color: #000000;}
h1           { font-family: Georgia; font-size: 16pt; color: #CC3300; font-weight: bold; align: center}
h3           { font-family: Verdana; font-size: 10pt; color: #CC3300; font-weight: bold }
p            { font-family: Verdana; font-size: 10pt; color: #000000 }
h2           { font-family: Georgia; font-size: 14pt; color: #000080; font-weight: bold }
li			 { font-family: Verdana; font-size: 10pt; color: #000000 }
ul			 { font-family: Verdana; font-size: 10pt; color: #000000 }
a			 { font-family: Verdana; font-size: 10pt; color: #0000FF }
em, i 	     { font-family: Georgia; font-size: 10pt; color: #000000;}
.copyright {font-size: 10px; color: #000000; }