body {
	margin: 0px;
	padding: 0px;
	background: url('../graphics/bg1.jpg') repeat-x left top;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;	
	min-width: 780px;
	width: expression(document.body.clientWidth < 780? "780px": "auto" );
}

h1, h2, h3, h4, h5, h6 {font-weight: normal;}

a {color: #669;}

a:hover {
	text-decoration: none;
	color: #336;
}

img {border: none;}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

th {background: #003366; color: #FFF;}
.shaded {background: url('../graphics/bg_td.png') repeat-x left top;}




#header {
	margin: 0px auto;
	padding: 1em;
	height: 88px;
	color: #336;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

#header h2 {
	margin-top: 3px;
	font-size: 12px;
}

.logo {
	float: left;
	margin: -10px 25px 0px 0px;
}




#menu {
	text-align: center;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	border-right: 1px solid #99C;
	padding: 4px;
}

#menu a {
	padding: 4px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #CCC;
}

#menu a:hover, #menu .active {
	background: #FFF;
	color: #336;
}

#submenu {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: -135px;
}
#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#submenu li {
	display: inline;
	border-right: 1px solid #336;
	padding-right: 5px;
	padding-left: 5px;
}





#wrapper {
	float:left;	
	width:100%;
}

#content {
	padding: 15px;
}

#maincontent {
	color: #333;
	margin: 0px 175px;
}

#maincontent h2 {
	height: 22px;
	font-size: 12pt;
	font-weight: bold;
}

#lhcol {
	float: left;
	width: 150px;
	display: inline;
}

#rhcol {
	float: right; 
	width: 150px; 
	display: inline;
	font-size: .8em;
}

#lhcol h3, #rhcol h3 {
	border-bottom: 1px solid #CCC;
	font-size: 11pt;
	font-weight: bold;
}

#lhcol h3 a, #rhcol h3 a {
	text-decoration: none;
}

#rhcol h4 {
	margin-top: -18px;
	margin-bottom: -10px;
	text-align: right;
}


#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;
}

.publisher {
	float: right; 
	font-size: 8pt; 
	color: #333;
	text-align: right;
}
.publisher a {text-decoration: none; line-height: 12px; color: #999;}
.id {font-size: 9px; color: #999;}

.record .details {
	font-size: .9em;
	margin-left: 40px;
}

#footer {
	clear: both;
	background: url('../graphics/bg1_footer.jpg') repeat-x left top;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}

.sitemap_mcats {font-size: .8em; margin-left: 15px;}
