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



/* global
---------------------------------------------*/

html, body {
	height: 100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	}
.clear { 
	clear:both;
	height:0px;
	}
h1, h2, h3, h4, h5 { /* h6 is defined separately */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: bold;
	text-align:left;
}
h2 { /* used for content headings */
	font-size: 1.6em;
	margin-bottom: 15px;
	font-weight: normal;
}
h3 {
	font-size: 1.5em;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
	font-variant: small-caps;
	color: #555555;
	border-bottom: solid #555555 1px;
}
h4 {
	font-size: 1em;
	line-height: 2em;
}
h5 {
	color: #555555;
	font-size: 1.7em;
	text-align: center;
	margin-bottom: 15px;
}
h6 { /* used for nameplate */
	font-family: "Baskerville Semibold", Baskerville, Georgia, Times, "Times New Roman", serif;
	font-size: 3em;
	color: #235395;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: underline;
	color: #235395;
}
a:visited {
	text-decoration: underline;
	color: #444444;
}
a:hover, a:active {
	text-decoration: none;
	color: #609ECC;
}



/* container (outer) & clearheader
---------------------------------------------*/

#container {
	margin:0;
	padding:0;
	border: 0;
	min-height: 100%;
	z-index:0;
}
#container, #footer {
	min-width: 750px;
}
#clearheader {
	position: relative;
	margin:0px;
	left:0px;
	width: 100%;
	padding: 0px;
	font-size: 1.2em;
	clear:both;
	visibility:hidden;
	}
#clearheader span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #777777;
	font-style: normal; font-weight: bold;
	padding: 1em 2px 1em 4px;
	text-decoration: none; text-transform: uppercase;
	margin:0px;
	}
/* for Internet Explorer only */
/*\*/
* html #clearheader {
	display:none;
	}

/**/


/* header
---------------------------------------------*/

#header {
	position: fixed;
	margin:0px; padding:0px;
	width: 100%;
	z-index: 9;
	background-color: #FFFFFF;
	border-bottom: solid #235395 2px;
	}
#navMenu {
	bottom:8px; left:230px;
	padding: 1.7em 5px 0.2em 0px;
	margin:0px;
	font-size: 1.2em;
	}
#navMenu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #777777;
	font-style: normal; font-weight: bold;
	padding: 1em 4px 1em 8px;
	text-decoration: none; text-transform: uppercase;
	}
#navMenu a:link, #navMenu a:visited {
	color: #777777; text-decoration: none;
	}
#navMenu a:hover, #navMenu a:active {
	color: #235395; text-decoration: none;
	}
#navMenu a.currentpage:link, #navMenu a.currentpage:visited, #navMenu a.currentpage:hover, #navMenu a.currentpage:active {
	color: #000000;
	}



/* contentContainer & title
---------------------------------------------*/

#contentContainer {
	width: 100%;
	z-index: 1;
	}
#contentContainer table {
	margin: 0px 0px 1em 0px;
	}
h1 { /* used for title */
	font-size: 3em;
	margin: 0px 20px 8px 20px;
	color: #e5e5e5; font-style: normal;
	letter-spacing: .08em;
	text-align:right;
}



/* subMenu
---------------------------------------------*/

#subMenu {
	width:160px;
	text-align:left;
	font-size: 1.1em;
	margin:0px 15px 0px 0px;
	padding: .8em 0px .8em 0px;
	border-top: solid #235395 2px;
	border-bottom: solid #235395 2px;
	}
#subMenu a, #subsubMenu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding: .2em 4px .2em 25px;
	margin:0px;
	display:block;
	}
#subsubMenu a {
	font-size: .85em;
	}
#subMenu a:link, #subMenu a:visited, #subsubMenu a:link, #subsubMenu a:visited {
	color: #777777; text-decoration: none;
	}
#subMenu a:hover, #subMenu a:active, #subsubMenu a:hover, #subsubMenu a:active {
	color: #235395; text-decoration: none;
	}
#subMenu a.currentpage:link, #subMenu a.currentpage:visited, #subMenu a.currentpage:hover, #subMenu a.currentpage:active, #subsubMenu a.currentpage:link, #subsubMenu a.currentpage:visited, #subsubMenu a.currentpage:hover, #subsubMenu a.currentpage:active {
	color: #000000;
	}
#subMenu a.cvdownload {
	padding-top: 25px;
}
#subMenu a.cvdownload span {
	font-size:.6em;
}



/* content
---------------------------------------------*/

#content {
	width: 600px;
	margin: 0px auto;
	padding: 0px 25px 0px 25px;
	}
#contentContainer.wide #content {
	width: 735px;
}
#contentContainer.medium #content {
	width: 650px;
}
#content p {
	margin-bottom: 10px;
	text-align: justify;
	}



/* footer
---------------------------------------------*/

#clearfooter {
	height: 50px;
	border: 0; margin: 0; padding: 0;
	clear:both;
	} 
#footer { 
	width: 100%;
	height:2em;
	padding: 0px; 
	margin: -2.3em 0px 0px 0px; 
	border-top: solid #235395 2px;
	}
#copyright {
	float: left;
	padding-top: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	font-style: normal;
	font-weight: bold;
	padding-left: 15px;
	}
#languages {
	padding: 0.4em 15px;
	text-align: center;
	width: 75px;
	margin: 0px auto;
	}
#languages a {
	margin-left: 4px;
	margin-right: 4px;
	}
#email {
	float: right;
	text-align: right;
	width: 20em;
	padding-top: 0.4em; padding-right: 15px;
	}
#email a {
	font-family: "Baskerville Semibold", Baskerville, Georgia, Times, "Times New Roman", serif;
	font-size: 1.1em; letter-spacing: .1em;
	font-style: italic; font-weight: normal;
	font-variant: normal; text-decoration: none;
	}
#email a:link, #email a:visited { color: #235395; }
#email a:hover, #email a:active { color: #777777; }




/* tags and class styles */

/* #download p {                                NOT USED
	text-align: center;
	line-height: 1.3em;
	padding: 8px;
	border: solid #777777 2px;
} 
#download a {                                NOT USED
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	font-style: normal;
	font-variant: normal;
	padding-left: 0px;
	border-left: none;
}
#download a:link, #download a:visited {                                NOT USED
	text-decoration: none;
	color: #777777;
}
#download a:hover, #download a:active {                                NOT USED
	text-decoration: none;
	color: #235395;
}*/
.PhotoRight {
	margin-left: 20px;
	margin-bottom: 20px;
	border: solid #000000 2px;
	float: right;
}
.PhotoLeft {
	margin-right: 20px;
	margin-bottom: 20px;
	border: solid #000000 2px;
	float: left;
}
p.webtable, h5.webtable {
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: solid #CCCCCC 1px;
	clear: both;
}
#content p.credits {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #777777;
	text-align: right;
	margin-top: 15px;
	clear: both;
}
#content p.oneandhalfspacing {
	margin-bottom: 6px;
}
#content p.nolinebreak {
	margin-top: 0px;
	margin-bottom: 0px;
}
#content p.statementtext {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 6px;
	text-align: left;
	text-indent: -20px;
}
