@charset "UTF-8";
body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 65px;
	margin-right: 90;
	margin-bottom: 90;
	margin-left: 90;
	background-color: #babeb5;
	background-image: url(gfx/backgrounds/mainback3.jpg);
	background-repeat: repeat-x;
	width: auto;
	text-align: center;
}
.layout #mainContent td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	line-height: 1.3em;
}
.p_headertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
}
.layout #mainContent p {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
.layout #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-position: center;
}
.layout #footer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333300;
	text-decoration: none;
	font-style: italic;
}
.layout #footer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333300;
	font-style: italic;
}
.layout #footer a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0000FF;
}
.layout #footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC6600;
	font-style: italic;
	text-decoration: none;
}
.layout #header {
	background-color: #DDDDDD;
	background-image: url(gfx/blue/topbar.jpg);
	background-repeat: no-repeat;
	height: 57px;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
}
.layout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.layout #menu {
	background-color: #FFFFFF;
	background-image: url(gfx/blue/tobarunder2.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 800px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	margin-left: 0px;
}
.menulink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 5px;
}
.layout #menu a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
	padding: 5px;
	background-image: url(gfx/backgrounds/footer.jpg);
	border: 1px solid #000000;
}
.layout #menu a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	background-image: url(gfx/backgrounds/footer.jpg);
	border: 1px solid #000000;
}
.layout #menu a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding: 5px;
	border: 1px solid #0000FF;
}
.layout #menu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #9999FF;
	text-decoration: none;
	background-image: url(gfx/buttons/menulinks.jpg);
	padding: 5px;
	border: 1px solid #000000;
}
.layout #mainContent {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(gfx/blue/topbarunder3.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.layout  #mainContent  h1, h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.layout #footer {
	background-color: #DDDDDD;
	background-image: url(gfx/backgrounds/footer.jpg);
	height: 35px;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-repeat: no-repeat;
	text-align: right;
	text-indent: 0px;
} 
.layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.layout #menu p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
	padding: 5px;
	background-image: url(gfx/backgrounds/footer.jpg);
}
.mainindent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.3em;
}
.p_indent {
	padding-left: 10px;
}
.layout #mainContent a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #663300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.layout #mainContent a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #663300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.layout #mainContent a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #663300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.layout #mainContent a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #0000FF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.layout #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
	margin-right: -20px;
	margin-left: -20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	background-image: url(gfx/backgrounds/headingbanner2.jpg);
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.layout #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
	margin-right: -20px;
	margin-left: -20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	background-image: url(gfx/backgrounds/headingbanner2.jpg);
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.layout #subbar {
	background-color: #DDDDDD;
	background-repeat: no-repeat;
	height: 35px;
	width: 800px;
	padding-top: 5;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.2em;
	vertical-align: middle;
	text-align: left;
}
.p_menusubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
}
.td_resumedate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #CCCCCC;
	background-image: none;
}
.td_resumetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 2.5px;
}
.p_submenubar {
	background-color: #DDDDDD;
	background-repeat: no-repeat;
	height: 35px;
	width: 790px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.2em;
	vertical-align: middle;
	text-align: left;
}
.p_linkage {
	padding-right: 320px;
	font-style: normal;
	text-align: left;
}
.td_mainindent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.2em;
}
.p_projectheader {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	font-style: italic;
}

.p_mainintro {
	padding-right: 50px;
	font-style: normal;
	text-align: left;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 18px;
}

.photocaption {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
}
