/* Generic HTML Elements */
html {
	height: 100%; width: 100%; margin: 0; padding: 0;
}

body {
	height: 100%; width: 100%; margin: 0; padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

.divider {
	padding-bottom: 0;
	margin-bottom: 10px;
	background-color: blue;
	border-style: none;
	border-width: 0;
	min-height: 3px;
	min-width: 715px;
	height: 3px;
	width: 715px;
}


/*
    Navigation
*/
.navBtn {
	width: 200px;
	border-width: thick;
	position:relative;
	font:bold 10px/17px arial,sans-serif;
	text-transform:uppercase;
	padding: 0 0 0 0;
}
.navBtn a, .subnavHdr a, .navBtn a:visited, .subnavHdr a:visited, .navBtn a:hover, .subnavHdr a:hover {display:block; text-decoration:none; width: 200px; }
.navHdr {color:#fff;}
.navBtn {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	border-width: 2px;
	border-style: none;
	background-color:#24249C;}
.navBtn a, .subnavHdr a, .navBtn a:visited, .subnavHdr a:visited { color:#fff; }
.navBtn a:hover,.subnavHdr a:hover { background: #6667b9; }
.navBtn .expertNav { color: #fff;}

.title {margin-bottom: 15px; text-align: center; width: 700px; font-size: 24px; font-family: sans-serif, Georgia, "Times New Roman", Times, serif;}

.intro { margin-bottom: 20px; text-align: left; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; }

.header { border-bottom-color: black; border-bottom-style: solid; border-bottom-width: 1px; color: navy; font-variant: normal; margin-bottom: 5px; margin-top: 5px; text-align: left; font-size: 16px; font-family: sans-serif; }

.section { margin-bottom: 10px; border-style: none; border-bottom-width: 0px; text-align: justify; font-size: 12px; font-family: Helvetica, Verdana, Arial, sans-serif; }

.graphicFooter { width: 898px; text-align: center; }

.year { font-size: 24px; border-bottom-color: black; border-bottom-style: solid; border-bottom-width: 1px; margin: 10px; font-family: sans-serif; text-align: center; width: 600px; }

element { }

.photoYear { border-bottom-color: #4c4c4c; border-bottom-style: solid; border-bottom-width: 2px; text-align: center; width: 1000px; font-weight: bold; font-size: 24px; font-family: sans-serif; }

.photoTitleImg { width: 1000px; }

.pictureTable { margin-left: 50px; margin-top: 25px; }

.pictureText { border-bottom-width: 2px; border-bottom-style: double; margin-left: 50px; font-family: monospace; text-align: justify; }

.pictureIntro { text-align: center; width: 1000px; }

.indent { margin-left: 30px; }

.desktopIntro { margin: 20px; width: 960px; }

.bodyType { margin-top: 10px; margin-left: 10px; }

.linkSection { color: navy; font-variant: small-caps; font-weight: bold; font-size: 24px; }



