/* STANDARD STYLE OVERRIDES */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D0D0A6;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #003366;
	margin-bottom: -15px;
	}

h2 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #003366;
	margin-bottom: -15px;
	}

h3 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: bold;
	color: #003366;
	margin-bottom: -15px;
	}

a {
	color: #003366;
	}
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	}
	
/* MAIN BODY AREA FOR ALL PAGES */
	
.body {
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	display: block;
	width: 1010px;
	text-align: left;
	float: none;
	}
	
/* PAGE MENU BAR AND MENU ITEM STYLES */

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 31px;
	font-weight: bold;
	color: white;
	background-image:url(../images/menu_back.png);
	background-repeat: repeat-x;
	padding-left: 28px;
	}
	
.menuUnselected:link, .menuUnselected:active, .menuUnselected:visited {
	color: #D0D0A6;
	text-decoration: none;
	}

.menuUnselected:hover {
	color: white;
	}

.menuSelected:link, .menuSelected:active, .menuSelected:visited {
	color: white;
	text-decoration: none;
	}

/* PAGE FOOTER STYLE */
	
.footer {
	padding: 2px;
	background-color: #7C754E;
	color: #D0D0A6;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	}
	
/* RESUME PAGE STYLES */

.resumeheader1 {
	font-weight: bold;
	color: #003366;
	margin-bottom: -15px;
	display: block;

}
.resumeheader2 {
	font-weight: bold;
	color: #006699;

}
.resumesection1 {
	font-weight: bold;
	color: #003366;
	width: 100%;
	border-top: 1px dotted #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}

/* TALK PAGE STYLES */

p.talktitle {
	font-size: .9em;
	font-weight: bold;
	color: #003366;
	margin-bottom: -15px;
}

p.talklocation {
	color: #555555;
	font-size: .8em;
	font-style: italic;
	margin-bottom: 20px;
}

p.talkauthor {
	color: #555555;
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: -15px;
}
