@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	height:100px;
	display:block;
	font-size: 12px;
	min-width: 950px;
	padding: 0px;
	margin: 0px auto;
}
a, a:hover {
	color:#003399;
}
.fRight {
	float:right;
}
.fLeft {
	float:left;
}
h2,h1 {
	text-align:center;
}
hr, .clBoth {
	clear: both;
}
li.wide {
	margin-bottom: 20px;
}
a.external {
	padding-right:20px;
	background-image: url(images/ext.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
}
#out {
	width:950px;
	background-color: transparent;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center center;
}
#outWrap {
	width:889px;
	padding:0px 0px 40px 0px;
	height: 100%;
	min-height:650px;
}
#header {
	clear: both;
	padding: 10px;
	font-size: large;
	font-weight: bolder;
	color: #000000;
	text-align: left;
}
#Footer {
	display:block;
	float:left;
	height:32px;
	margin:0px auto;
	font-size: 10px;
	font-style: oblique;
	vertical-align:bottom;
	text-align: center;
	border-top: 3px solid rgb(206, 218, 255);
	background-color: transparent;
/*	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	*/width: 100%;
}
#Nav {
	background:url(images/nav_bg.gif) top left repeat-x;
	background-color:#000000;
	vertical-align:middle;
	clear: both;
}
	#Nav a {
		float:left;
		display: block;
		padding: 12px 15px;
		color: #ffffFF;
		border-right:#FFFFFF 1px solid;
		font-weight: bold;
		font-size: 13px;
	}
	#Nav a:hover {
		color: #f78f1d;
	}	
#Content {
	clear: both;
	padding: 10px;
	text-align: left;
}
	#Content img {
		clear:left;
		margin: 20px;
		margin-left: 0px;
	}
	#Content div.intro {
		float: left;
		margin:20px;
		padding:10px 20px;
		line-height:1.5;
		font-size: 14px;
		max-width: 600px;
	}	
#resumeOutline fieldset {
	font-size: 14px;
	color: #0033CC;
	display: block;
	padding: 10px 20px;
	clear: left;
	float: left;
	list-style-position: inside;
	list-style-type: square;
	line-height:1.5;
}
	.res_reg {
		padding: 10px;
		font-family: "Times New Roman", Times, serif;
		clear: both;
		margin-top: 10px;
	}
	.res_reg .res_reg_title {
		font-size: 16px;
		font-weight: bold;
		display: block;
		clear: both;
		background-color: #cccccc;
		padding: 5px 15px;
	}
	.res_reg .res_reg_subtitle {
		font-size: 14px;
		font-weight: bold;
		display: block;
		clear: both;
		padding: 5px;
		font-style: italic;
	}
	.res_reg .res_reg_body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		clear: left;
		padding-left: 40px;	
		padding-left: 30px;	
		line-height:1.5;
	}	
		.res_reg .res_reg_body p{
			padding:0px 20px;
		
		}
	.res_reg a.top{
		clear: right;
		display:block;
		padding:10px;
		float:right;
		margin-right:20px;
		background:#FFFF99;
	}
#contactInfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	clear: both;
	text-align: left;
	padding: 10px;
	margin-top: 20px;

}
	#contactInfo .info {
		padding:0px 20px;
	}
	#contactInfo h3 {
		font-style: italic;
		font-weight: bold;
	}
	#contactInfo blockquote {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
.linksCat {
	border: 1px dotted #666666;
	display: block;
	clear: left;
	padding: 0px ;
	margin: 15px 0px;
	width:90%;
}
	.linksCat h3{
		text-align:center;
		vertical-align:top;
	}
	.linksCat ul{
		margin-left:-20px;
	}
	.linksCat a{
		display: block;
		text-align:left;
		line-height: 1.5;
		margin: 5px 5px 0px 0px; 
	}
	.linksCat a:hover{
		background-color: #cccccc;
	}
div.peopleCat {
	clear: both;
	padding: 20px;
	border-bottom: thin dotted #0000cc;
}
	.peopleCat .person {
		display: block;
		vertical-align: middle;
		border-top: thin dotted #0000CC;
		padding: 10px;
		text-align: left;
		clear: both;
		margin: 10px;
	}
	.person .desc {
		vertical-align: middle;
		border: thin dotted #996633;
		float: left;
	}
	.person img {
		float: right;
		clear:right;
		border:1px solid #000000;
	}
	.person p {
		clear: left;
		float:left;
		line-height:2;
		vertical-align: middle;
		max-width:50%;
	}
	.person .extraInfo {
		margin-left:30px;
	}
