/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background:#e1e1e1 url(images/body_bg7.gif) repeat-x;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
}

/******** Layout Styles ********/

.wrapper {
	width: 750px;
	margin:0 auto;
	position: relative;
}

.innerwrapper {
	margin: 0 210px 0 0;
}

.navbar {
		margin: 0 0 0 72px;
		padding: 0;
		width:750px;
		height: 10px;
}

.header {
	height:165px;
	margin: 25px 0 0 0;
}

.displaybox {
	width: 750px;
	height: 300px;
	margin-bottom: 30px;
}

.header img{
	position: absolute; right:600px;
	z-index:1000;
}

.content {
	margin: 0 0 10px 210px;
	padding: 5px;
}

.left {
	margin: 0 0 10px 0;
	float: left;
	width: 190px;
	padding: 5px;
}

.right {
	margin: 0 0 10px 0;
	float: right;
	width: 190px;
	padding: 5px;
}

#letter {
	padding: 20px 10px;
	font-family: Georgia, "Times New Roman", serif;
	color:#014152;
	font-size: 1.1em;
	line-height: 140%;
	text-align: left;
}

.photocaption {
	margin-left: 8px;
	font-size: 9px;
}

.footer {
	margin: 20px 0 10px 0;
	padding: 5px;
	border-top: 1px dotted #363636;
	clear: both;
	text-align: center;
}

.dp {
	margin-top:15px;
	font-size: .9em;
}

.dp img {
	vertical-align:-6px;
}

.dp a {
		color:#3d3d3d;
}

.byline {
	font-style:italic;
	margin-top:-25px;
}

/******** Document Styles ********/

.content a, .right a, .left a {
	color:#363636;
}

a {
	color: #014152;
	text-decoration: none;

}

a:hover {
	color: #025166;
	text-decoration: underline;
}

.homepagelink p {
	line-height:150%;
	padding:3px;
}
	
.homepagelink a:hover {
	display:block;
	color: #363636;
	background-color:#c2d2cf;
	text-decoration: none;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #aa0000;
}

h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #363636;
}

h2 a {
	color:#363636;
}

h3 {
	padding-top:6px;
	padding-bottom:8px;
	font-size: 1.2em;
	font-weight: bold;
}

.regitalic {
	font-style:italic;
}	

.displaybox p {
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", serif;
	color:#3d3d3d;
	font-size: 2.5em;
	line-height: 120%;
	text-align: right;
}

.citation p{
	padding: 0;
	color: #3d3d3d;
	font-size: 1.5em;
	line-height: 125%;
}

p {
	line-height:150%;
	font-size:1em;
	margin: 0 0 15px 0;
}

.footer p {
	margin: 0;
	font-size: 1em;
	line-height: 150%;
}

.namelist {
	line-height: 250%;
}

/******** Navigation Styles ********/

ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	width: 100%;
}

ul.nav li {
	float: left;
}

#current {
	background-color: #c2d2cf;
	color: #363636
	}

ul.nav a {
	width: 2 em;
	display: block;
	padding: 5px 20px 2px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-right:1px solid #025166;
}

 ul.nav a:hover {
 	background-color: #c2d2cf;
 		color: #363636;
 		border-right:1px solid #025166;
}

ul.header  {
	width: 175px;
	height:130px;
	float:right;
	list-style: none;
	margin-top: 20px;
}

ul.header li :hover {
	background:url(images/hover_bg.jpg) no-repeat center right;
}

ul.header a  {
	color: #c0c0c0;
	display: block;
	text-align: right;
	text-decoration: none;
	padding:3px 15px 3px 10px;
}

ul.header a:hover {
	color: #fff;
	border-right:0px solid #fff;
}

ul.menuRight {
	float:right;
	list-style-type:none;
	margin: 28px 5px 5px 5px;
	padding: 0;
}

ul.menuRight li {
	border-bottom: 1px dotted #808080;
}

ul.menuRight a  {
	color: #014152;
	display: block;
	width: 180px;
	text-align: left;
	text-decoration: none;
	padding:5px 6px 5px 5px;
}

ul.menuRight a:hover {
	background-color: #c2d2cf;
	color: #363636;
}

.italic {
	font-family: arial, verdana, tahoma;
	font-size: 15px;
	font-style: italic;
	color: #636363;
}

.italicBold {
	font-family: arial, verdana, tahoma;
	font-size: 15px;
	font-style: italic;
	color: #636363;
}
.asterisk {
	font-size: 15px;
	color:#d20071;
}