/* begin GLOBAL styles */
* {
	margin: 0;
	padding: 0;
	visibility:visible;
}
/* forces the hand cursor on links in Safari */
a:link, a:hover {
cursor:auto;
}
body {
	text-align: center;
	background-color:#a8bec7;
}
img{
	border:none;
}
/* GLOBAL TEXT STYLES */
/* for page title */
h1{
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #999999;
	margin-bottom:12pt;
	line-height: 1.3em;
}
/* for Body Headers */
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #996600;
	text-transform: uppercase;
	line-height: 1.4em;
}
/* for Body Subheaders */
h3 {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #cc9933;
	line-height: 1.4em;
	margin-bottom:0.5em;
}
h3 a:link, h3 a:visited{
	color: #cc9933;
	text-decoration:underline;
}
h3 a:hover, h3 a:active{
	color: #cc9933;
	text-decoration:underline;
}
/* h4 is for Primary Nav links */
h4 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	line-height:1.8em;
 }
 /* h5 is for Sub Nav links */
h5 {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #333333;
	line-height:1.1em;
	margin: 0.3em 0 0.8em 0;
 }
/* for Top links and links of root directories above Page Titles*/
h6{
	font-family: Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #666666;
	text-transform:uppercase;
}
p{
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #666666;
	margin-bottom:9pt;
}
p a:link, p a:visited{
	color: #666666;
	text-decoration:underline;
}
p a:hover, p a:active{
	color: #000000;
	text-decoration:underline;
}
/* misc text linking styles*/
h6 a:link, h6 a:visited, h5 a:link, h5 a:visited{
	color: #0099cc;
	text-decoration:none;
}
h6 a:hover, .nav_sub1 p a:hover, h5 a:hover{
	color: #0099cc;
	text-decoration:underline;
}
h6 a:active, .nav_sub1 p a:active, h5 a:active{
	color: #000000;
	text-decoration:underline;
}
 /* CONTAINER */
#container {
	background-color: #FFFFFF;
	width: 800px;
	min-height:600px;
	margin: 15px auto;
	position: relative;
}
#header{
	width:800px;
	height:30px;
	position:relative;
	clear:both;
	float:left;
	margin: 0px 0px 30px 0px;
	text-align: left;
	background-color:#a8bec7;
}
 /* MAIN NAVIGATION */
#nav {
	width: 130px;
	position:relative;
	float: left;
	margin: 0px 30px 0px 20px;
	text-align:left;
}
#nav h4 a:link, #nav h4 a:visited{
	color: #666666;
	text-decoration:none;
}
#nav h4 a:hover {
	color: #0099cc;
	text-decoration:none;
}
#nav h4 a:active {
	color: #000000;
	text-decoration:none;
}
/* style for first level subnavigation, no indent */
#nav h5 a:link, #nav h5 a:visited{
	color: #666666;
	text-decoration:none;
}
#nav h5 a:hover {
	color: #0099cc;
	text-decoration:none;
}
#nav h5 a:active {
	color: #000000;
	text-decoration:none;
}
/* style for second level subnavigation, with indent */
.subnav2 li{
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #333333;
	line-height:1.1em;
	margin: 0.1em 0 0.8em 1em;
	list-style:none;
 }
.subnav2 a:link, .subnav2 a:visited{
	color: #666666;
	text-decoration:none;
}
.subnav2 a:hover {
	color: #0099cc;
	text-decoration:none;
}
.subnav2 a:active {
	color: #000000;
	text-decoration:none;
}
 /* CONTENT: default content div used on most pages */
#content {
	width: 610px;
	position:relative;
	float:left;
	margin: 0px 0px 30px 0px;
	text-align:left;
}
 /* CONTENT: for BARGE section*/
#content_barge {
	width: 610px;
	position:relative;
	float:left;
	margin: 0px 0px 30px 0px;
	text-align:justify;
}
#content_barge p{
	width: 600px;
}
#content_barge img{
	margin: 15px 0;
}
 /* CONTENT COLUMN 1: used on 2-column layouts like Publications page*/
#content_column1 {
	width: 420px;
	position:relative;
	float:left;
	margin: 0px 0px 30px 0px;
	text-align:left;
}
 /* CONTENT IMAGE GROUP used on INDEX page and WRITINGS INDEX page*/
#content_imagegroup {
	clear:both;
	float:none;
	}
#content_imagegroup img{
	position:relative;
	float:left;
	margin: 0px 10px 15px 0px;
}
.content_item {
	width: 590px;
	position:relative;
	float:left;
	margin: 0px 0px 10px 0px;
	text-align:left;
}
.content_item img{
	position:relative;
	float:left;
	margin: 0px 18px 00px 0px;
}
 /* CONTENT COLUMN 2 */
#content_column2 {
	float: left;
	margin-left: 20px;
	width: 144px;
}
#content_column2 img{
	margin: 0 0 15px 0;
}
#footer {
	clear: both;
	height: 1px;
}

#top{
	top:0px;
	left:0px;
	position:absolute;
	visibility:hidden;
	}