/* page layout divisions */

#wrap {
   	width:1000px;
   	margin:0 auto;
   	float:left;
   	padding:10px;
}

#top_name {
	float:right;
	width: 105px;
	padding-left:20px;
}

#top_menu1 {
	float: right;
	width: 76px;
}

#top_menu2 {
	float: right;
	width: 122px;
}

#content {
	float:left;
	width: 650px;
}

.row {
	width:1600px;
	margin:0;
	padding:0;
	}
	
.longrow {
	width:3200px;
	margin:0;
	padding:0;
	}

#footer {
	clear:both;
	float:right;
	padding-top:80px;
}

#bottom_name {
	float:right;
	width: 105px;
	padding-left:20px;
}

#bottom_menu1 {
	float: right;
	width: 76px;
	padding-left:10px;
}

#bottom_menu2 {
	float: right;
	width: 122px;
}




/* IE fix only */
* html #footer {
	height:1px;
}




/* text styles */


body {
	font-family: Georgia,serif;
	font-size:10px;
	color: black;
}


p {
	font-family: Georgia,serif;
	font-size: 12px;
	color: black;
}

.text a:link, .text a:visited {
	font-family: Georgia,serif;
	font-size: 14px;
	line-height:160%;
	color:#000;
	text-decoration:none;
}

.text a:hover, .text a:active {
	font-family: Georgia,serif;
	font-size: 14px;
	line-height:160%;
	color:#000;
	text-decoration:underline;
}

p.padding {
 	font-family: Georgia,serif;
	font-size: 12px;
	color: black;
	line-height: 16px;
	padding-bottom:50px;
}

p.caption {
	font-family: Georgia,serif;
	font-size: 10px;
	color: black;
	line-height: 14px;
}

.text {
	padding:33px 66px 0px 66px;
}

p.essay {
font-family: Georgia,serif;
	font-size: 14px;
	line-height:160%;
	color: black;
	padding-bottom:10px
	}
	
.text p {
	font-family: Georgia,serif;
	font-size: 14px;
	line-height:160%;
	color: black;
	padding-bottom:10px
	}
	
	
p.essayfirst {
	font-family: Georgia,serif;
	font-size: 14px;
	line-height:160%;
	color: black;
	padding: 89px 0px 10px 0px;
	}
	
.indent {
font-family: Georgia,serif;
	font-size: 14px;
	line-height:160%;
	color: black;
	padding-bottom:10px;
	padding-left:15px;
	text-indent:-15px;
	}
	
p.cv {
font-family: Georgia,serif;
	font-size: 14px;
	line-height:150%;
	color: black;
	}
	
p.notes {
	font-family: Georgia,serif;
	font-size: 10px;
	line-height:150%;
	color: black;
	padding-bottom:10px
	}
	
p.symbol {
	font-family: arial;
	font-size: 16px;
	font-weight:bold;
	line-height:160%;
	color: black;
}


h1 {
	
	font-family:arial;
	font-size:10px;
	padding:0px;
	margin:0px;
}

h2 {
	font-family:georgia;
	font-size: 14px;
	line-height:140%;
	font-weight:normal;
	padding:122px 0px 0px 66px;
	margin:0px;
}

a:link, a:visited {
	text-decoration:none;
	color:#000;
	}

a:hover, a:active {
	text-decoration:underline;
	color:#000;
	}

img {
	
	padding:80px 10px 0px 0px;
	border:0px;
	
}

img.first {
	
	padding:56px 10px 0px 0px;
	
}

img.aftertext {
	
	padding:32px 0px 0px 0px;
	
}

img.none {
	
	padding:32px 0px 0px 0px;
	
}


ul	{
	list-style-type:none;
	font-family:Arial,sans-serif;
	font-size:10px;
	line-height:14px;
	padding:0px;
	margin:0px;
}

li	{
	list-style-type:none;
	}


a.menu:link, a.menu:visited {
	font-family:Arial,sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000;
	text-decoration:none;
}

a.menu:hover, a.menu:active {
	font-family:Arial,sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000;
	text-decoration:underline; 
}



/*style to indicate the menu category that viewer is in*/
a.current:link, a.current:visited {
	font-family:Arial,sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a.current:hover, a.current:active {
	font-family:Arial,sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}


/*for embedded video*/
object.none {
	padding:0px 0px 0px 0px;
}

object.first {
	padding:122px 0px 0px 0px;
}

object.after {
	padding:56px 0px 0px 0px;
}

