@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #888;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.88em;
	background-color: #f7f7f7;
}
p {
	margin-top: 15px;
}
.imagetitle {
	font-size: 1em;
}
.twoColFixRt #container {
	width: 1050px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 410px;
	padding-top: 50px;
	padding-left: 0px;
}
.years {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFF;
}
.resumepg {
	color: #444;
}
.poem {
	font-size: 1.2em;
	line-height: 1.5em;
}
.yearhlt {
	color: #00506e;
	font-family: Arial, Helvetica, sans-serif;
}
.homepagetext {
	font-size: 1em;
	line-height: 1.5em;
	padding-right: 45px;
}
.twoColFixRt #mainContent {
	margin-top: 0;
	margin-right: 450px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 40px;
} 

.links {
	text-align: right;
	line-height: 2.2em;
	padding-right: 25px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#resumemain a:link {
	text-decoration: underline;
	color: #030;
	font-size: 1em;
}
#resumemain a:visited {
	text-decoration: underline;
	color: #030;
	font-size: 1em;
}
#resumemain a:hover {
	text-decoration: none;
	color: #00506e;
	font-size: 1em;
}
.links p{
	
	display: block;
	line-height: 1em;
}
.links a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	text-decoration: none;
}
.links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	text-decoration: none;
}
.links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #00506e;
	text-decoration: none;
}
.dates {
	float: left;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	vertical-align: middle;
}
.maindiv {
	margin-left: 55px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 25px;
	color: #00506e;
}
#resumemain {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 150px;
	line-height: 1.5em;
	font-size: 1.1em;
}
#sidebarresume {
	float: right; /* since this element is floated, a width must be given */
	width: 275px;
	padding-top: 50px;
}
a:link {
	color: #00506e;
	text-decoration: underline;
}
a:visited {
	color: #00506e;
	text-decoration: none;
}
a:hover {
	color: #00506e;
	text-decoration: none;
}
