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


body {
	font: 100% georgia;
	margin: 20px;
	width: 720px;
	padding: 0;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
}

A:link{color:DarkBlue}

A:visited{color: #330033}

#menu {
	background-color: #9999CC;
	width: 160px;
	height: 250px;
	float: left;
	position:fixed;
	left: 20px;
	top: inherit;
	padding: 20px;
}

#menu_links {

	float: left;
	position: fixed;
	left: 20px;
	top: 200px;
	padding: 20px;
	width: 160px;
}

#menu_links table{
	width: inherit;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid DarkSlateBlue;
	font-style: bold;
	clear:left;
}

#menu_links td{
	text-align: left;
	height: 30px;
	border-bottom: 1px solid DarkSlateBlue;
}

#content {
	width: 580px;
	margin-left: 0px;
}
	
}
.resume #content{
	font-size: 16px;
	font-family: Times New Roman;
}

.resume #content table{
	border-collapse:collapse;
	border-spacing: 0;
	width: 100%;
}

.resume #content table.title{
	border-bottom: 1px solid gray;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	font-variant:small-caps;
	font-size: 18px;
}

.resume #content table.subtitle{
	border-bottom: 1px solid gray;
	margin-bottom: 5px;
	margin-top: 10px;
	font-variant:small-caps;
	width: auto;
	font-size: 18px;
}

#content td.right{
	text-align: right;
	font-weight: normal;
}

.resume #content td.twocol{
	colspan: 2;
}
.resume #content ul{
	clear: both;
	margin-top:0; 
	margin-bottom:0; 
}

#content img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}



.resume #content p{
	margin-left: 0.5in;
	text-indent: -0.5in;
	margin-bottom:0;
	margin-top:0;
}

.resume #content div.contactBlock{
	text-align: center;
}

.resume #content div.contactBlock p{
	font-variant: small-caps;
	font-weight: bold;
}

.resume #content div.download-top {
	border-bottom: 1px solid gray;
	text-align: right;
	margin-bottom: 10px;
}

.resume #content div.download-bottom {
	border-top: 1px solid gray;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 10px;
}

#footer {
	margin-top: 50px;
	clear: both; 
}

#footer table{
	color: black;
	font-size: 12px;
	width: 100%;
	text-align: right;
}

#footer td.signature{
	width: 144px;
}

#footer td.update{
	text-align: left;
	color: gray;
}
