/* POSITIONING STYLES: */

html,body {
	margin: 10;
	padding: 0;
}

table.outsidetable {
	width: 100%;
/*	height: 100%;  activate to vertically center*/
}

td.outsidetd {
	vertical-align: middle;
	text-align: center;
}

/*div {
/*	border: 0px solid #000000;
/*}
*/

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 432px;  */
	background: none;
	border: 0px solid black;
}

div.titlebar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 126px;
}

div.navbar1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 41px;
	background: #052a17;
}

div.navbar2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 50px;
	background: #052a17;
}

div.bodymain{
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	overflow: visible;
	background: #E3E60F;
}

div.bodynav{
	width: 200px;
	height: 310px;
}

div.bodycontent{
	width: 500px;
	padding-bottom: 10px;
}
div.bodycontent-full{
	width: 750px;
	padding-bottom: 10px;
}

table.bodytable{
	width: 750px;
	margin-left: 5px;
}

div.footerbar{
	position: relative;
	top: 13px;
	left: 0px;
	width: 750px;
	height: 50px;
	text-align: center;
}

/* TEXT STYLES: */

h1{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	font-style : normal;
	text-decoration : none;
	font-size : 28px;
	font-weight : bold;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}
h2{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	font-style : normal;
	text-decoration : none;
	font-size : 22px;
	font-weight : bold;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}

.title0{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	font-style : normal;
	text-decoration : none;
	font-size : 28px;
	font-weight : bold;
	font-variant: small-caps; 
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}
.title1{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	font-style : normal;
	text-decoration : none;
	font-size : 19px;
	font-weight : bold;
	font-variant: small-caps; 
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
	line-height: 1em;
}
.title2{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	font-style : italic;
	text-decoration : none;
	font-size : 16px;
	font-weight : normal;
	padding-bottom: 10px;
	line-height: 1em;
}
.title3{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	font-style : normal;
	text-decoration : none;
	font-size : 14px;
	font-weight : bold;
	line-height: 1em;
	text-align: left;
}
.title4{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	font-style : normal;
	text-decoration : none;
	font-size : 13px;
	font-weight : bold;
	text-align: left;
}
.title5{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	font-style : normal;
	text-decoration : none;
	font-size : 16px;
	font-weight : bold;
	font-variant: small-caps; 
	padding: 10px;
	margin: 0px;
	padding-bottom: 3px;
	line-height: 1.7em;
}
.title_office{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	font-size : 16px;
	font-variant: small-caps; 
	font-weight : bold;
	line-height: 1em;
}

p{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	font-style : normal;
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
	text-align: left;
	line-height: 1.3em;
}
p.h3{
	font-family : Calibri;
	color : #052a17;
	font-style : normal;
	text-decoration : none;
	font-size : 14px;
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}
p.about{
	font-size : 16px;
}
.resform{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	font-size : 12px;
	font-weight : bold;
}
.asterisk{
	font-size : 16px;
	font-weight: bold;
}
p a{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	text-decoration : none;
	font-weight : bold;
}
p a:hover{
	color : #FFFFFF;
	text-decoration: none;
}
A.nb{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #FFFFFF;
	font-style : normal;
	text-decoration : none;
	font-size : 12px;
	font-weight : bold;
	letter-spacing: 1px;
}
A.nb:hover{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #E3E60F;
	text-decoration : none;
}
A.nb2{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #FFFFFF;
	font-style : normal;
	text-decoration : none;
	font-size : 12px;
	font-weight : bold;
	letter-spacing: 1px;
}
A.nb2:hover{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #E3E60F;
	text-decoration : none;
}
A.loc{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #FFFFFF;
	font-style : normal;
	text-decoration : none;
	font-size : 12px;
	font-weight : bold;
	letter-spacing: 1px;
}
A.loc:hover{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #E3E60F;
	text-decoration : none;
}
A.loc_on{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #E3E60F;
	font-style : normal;
	text-decoration : none;
	font-size : 12px;
	font-weight : bold;
	letter-spacing: 1px;
}

A.nb-about{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #FFFFFF;
	font-style : normal;
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
	letter-spacing: 1px;
	display: block;
	text-align: center;
}
A.nb-about:hover{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #E3E60F;
	text-decoration : none;
}
A.nb-about2{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #FFFFFF;
	font-style : normal;
	text-decoration : none;
	font-size : 11px;
	font-weight : normal;
	letter-spacing: 1px;
	display: block;
	text-align: center;
}
A.nb-about2:hover{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #E3E60F;
	text-decoration : none;
}
A.bioemail{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	font-style : normal;
	text-decoration : none;
	font-size : 12px;
	font-weight : bold;
	line-height: 1.1em;
	text-align: right;
}
A.bioemail:hover{
	color : #FFFFFF;
}
A.reporttext{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	font-style : normal;
	text-decoration : none;
	font-size : 12px;
	font-weight : bold;
	line-height: 1.1em;
	text-align: center;
	display: block;
}
A.reporttext:hover{
	color : #FFFFFF;
}
A.reporttext2{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	font-style : normal;
	text-decoration : none;
	font-size : 14px;
	font-weight : bold;
	line-height: 1.1em;
	text-align: center;
	display: block;
}
A.reporttext2:hover{
	color : #FFFFFF;
}

A.execbtns{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #FFFFFF;
	font-style : normal;
	text-decoration : none;
	font-size : 13px;
	font-weight : normal;
	letter-spacing: 1px;
	display: block;
	text-align: center;
}
A.execbtns:hover{
	font-family : "Palatino Linotype", Palatino, serif;
	color : #E3E60F;
	text-decoration : none;
}
ul.aboutbody{
	list-style: outside;
	font-family : "Palatino Linotype", Palatino, serif;
	color : #052a17;
	font-style : normal;
	text-decoration : none;
	font-weight : normal;
	text-align: left;
	line-height: 1.3em;
	padding-left: 1.5em;
}
ul.aboutbody li{
	padding-bottom: 0.5em;
}

input, select{
	width: 300px;
	height: 18px;
	margin: 3px;
	font-size: 12px;
	font-family : "Palatino Linotype", Palatino, serif;
	font-weight: bold;
	color : #052a17;
/**	background-color: #C4C00C;
/**	border: 1px #052a17 solid;
}
input.resfileinput{
	width: 300px;
}
