body {
	margin: 0;
	padding: 0;
	font-family:Arial, Trebuschet MS, Trebuchet, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	min-width: 775px;
	width: expression(document.body.clientWidth < 775? "775px": "auto" );
}

img {border:none;}
table, tr, td, th {font-size: 1em;}

a {
	text-decoration: none;
	color: #005040;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}



#header {background: #005040;}

#location {
	font-size: .8em;
	background: #EFEFEF;
}

#nava {
	list-style-type:none;
	margin: 0;
	padding:0;
	overflow:hidden;
}
#nava li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right;	
	width: auto;
}
#nava li a {
	font-weight: bold;
	text-decoration:none;
	display:block;
	font-size:1em;
	color:#FFFFFF;
	padding: 0 10px 0 10px;
	border-top: 4px solid #005040;
}
#nava li a:hover {
	text-decoration:none;
	border-top: 4px solid #CCC;
}

#wrapper {
	margin: auto;
	max-width: 1000px;
	width: expression(document.body.clientWidth > 1000? "1000px": "auto" );
}

#content { 
	background: #F3F3F3;
	padding: 10px;
	border: 1px solid #666;
	margin: 10px 260px 10px 10px;
}

#rhcol{
	float: right;
	width: 240px;
	font-size: 11px;
	padding: 10px;
}

#rhcol h3 {
	border-bottom: 1px solid #999;
}

#rhcol h4 {
	text-align: right;
	margin-top: -12px;
	margin-bottom: -8px;
}

#rhcol li {margin-left: 12px;}

.infobox {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 10px;
}

#icm_header {
	border-bottom: 2px solid #CCC;
	padding: 10px;
	margin-bottom: 25px;
}

#icm_title {font-size: 18px;}
#icm_subtitle {font-size: 16px;}
#icm_author {font-size: 11px; float: right; color: #666;}

#icm_article {margin: 25px;}

#icm_footer {
	font-size: 10px; 
	color: #666;
}
#icm_footer a {color: #555;}
.headshot {
	float: right; 
	padding: 10px; 
	width: 100px; 
	font-size: 10px; 
	line-height: 12px; 
	text-align: center;
}
.borderleft {border-left: 1px solid #999; padding-left: 10px;}  
.borderright {border-right: 1px solid #999; padding-right: 5px;}

.publisher {
	float: right; 
	text-align: right;
	font-size: .9em; 
	color: #999;
	padding-left: 10px; 
}
.publisher a {color: #666;}
.id {font-size: 10px; color: #999;}

.record .details {
	font-size: .9em;
	margin-left: 40px;
}

#footer {
	clear: both;
	text-align: center;
	color: #005040;
	background: #CCC;
	padding: 3px;
	font-weight: bold;
}

#info {
	background: #005040;
	color: #FFF;
	font-size: 11px;
}
#info a {color: #CCC;}
