@charset "utf-8";
/* CSS Document */

#logoPrint {
	display:none;

}



body,
html {
	margin:0;
	padding:0;
	background:#999999;
	color:#000;
}
body {
	min-width:710px;
	line-height: normal;
	font-family: Myriad Web Pro, Myriad Web Pro Condensed;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Myriad Web Pro, Myriad Web Pro Condensed;
}

h1 {
	font-size: 24px;
	color: #000000;
	
}
h2 {
	font-size: 18px;
	color: #334334;
	line-height: 18px;
	white-space: nowrap;
	margin-top: 2px;
	margin-bottom: 2px;
}
h3 {
	font-size: 16px;
	color: #666666;
	line-height: normal;
	white-space: normal;
	height: auto;
	min-height: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}

h4 {
 font-size: 14px;
 color: #999999;
}

h5 {
	font-size: 12px;
	color: #CCCCCC;
	margin-bottom: 2px;
	line-height: 12px;
	margin-top: 0px;
}

h6 {
	font-size: 10px;
	color: #000000;
	margin-left: 15px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#copyright {
	font-size: 11px;
	border-color: #000;
	font-weight:bold;

}
img {
	border:0px;
 
}
ul { font-weight:bold; }

#archivesSubTitle{
	text-align:center;
	color:#000000;
}

#currentIssue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	position:relative;
	top:-5px;
}
.style1{ /*use for most of website */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.codaQuote{ /* used for very small text */
	font-size: 9px;
	padding-left:15px;
	padding-right:15px;
}

p.MsoBodyText1 {
	margin-top:6.0pt;
	margin-right:.25in;
	margin-bottom:6.0pt;
	margin-left:.25in;
	font-size:11.0pt;
	font-family:Arial;
	color:#510000;
}

#forceTop {
	margin-top:0px;
}

/*Start of layout*/
#wrap {
	background:#FFFFFF;
	margin:0 auto;
	width:710px;
}
#header {
	background:#FFF;
	text-align:center;
	height:91px;
}

#nav {
	background:#FFF;
	height:26px;
	padding:3px;
}

#main {
	background:#899DA8;
	float:right;
	width:450px;
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
}

#sidebar {
	background:#FFFFFF;
	float:left;
	width:220px;
	text-align:center;
}
#sidebar ul {
	margin-bottom:0;
}

#footer {
	background:#999999;
	height:30px;
	text-align:center;
	clear:both;
}
#footer p {
	margin:0;
}
/*end */

