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

body {
	background-color: #d3dddc;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	background-position: center top;
	background-attachment: fixed;
	background-image: url(../images/bg_top.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
}
.main_table {
	border: 1px solid #ddd;
	background-color: #FFF;
}
.headshot_table {
    border: 1px solid #ddd;	
}
.main_text {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
.foot_note {
	font-size: 13px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.resume_style {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	-webkit-text-size-adjust: none;
}
.resume_title {
	font-size: 56px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.title_header {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.title_header_note {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.resume_header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.news_header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #d3dddc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	background-image: url(../images/bg_top.jpg);
}
.contact_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/bg_top.jpg);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.contact_cell_left {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
.contact_cell_right {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

/* link formatting */
a:link img,
a:active img,
a:visited img{
	border: 1px solid #fff;
}
a:hover img{
	border: 1px solid #9A1B12;
}
a:link {
	text-decoration: none;
	color:#9A1B12;
}
a:visited {
	text-decoration: none;
	color:#9A1B12;
}
a:active {
	text-decoration: none;
	color:#9A1B12;
}
a:hover {
	text-decoration: underline; 
	color:#9A1B12;
}

