body {
	background-image: url(images/bgstripe.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 16px;
	color: #333333;
	background-color:#FFFFFF;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3 {
	color: #6F8255;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a:link, a:visited {
	color: #082b75;
}

a:hover {
	color: #FFFFFF;
	background-color: #082b75;
	text-decoration: none;
	
}

/* home page sttyles */

.intro {
	font-size: 12px;
	margin-left: 140px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-weight: bold;
}
.bio {
	margin-top: 25px;
	text-align: justify;
}


a.imgborder {
	padding:0px;
	border: solid 1px #ffffff;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
}
a.imgborder:hover {
	border: solid 1px #3300CC;
}
#border{	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #082B75;
	border-left-color: #082B75;
}
#footnote {
	background-color: #082B75;
	padding: 3px;
	color: #ECE9D8;
}

#footnote a {
	font-size: 9px;
	color: #FFFFFF;
}

.borderbottom {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #082B75;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #082B75;
}
.borderbottom2 {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #082B75;
	border-right-width: 1px;
	border-rightt-style: solid;
	border-right-color: #082B75;
	border-right-style: solid;
	text-align: right;
}



.emphasized {
	color: #6F8255;
}
