@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E0EDF5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-image: url(images/pageBG2.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #E0EDF5;
	font-size: 12px;
}
 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f3f3f3;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/mainBg.jpg);
	background-repeat: no-repeat;
} 
 #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 221px;
} 
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px;
}
 #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:570px;
} 
 #footer {
	height: 40px;

} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Legacy Styles from first design*/
h1 {
	margin:0.5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
	h1, h2, a {
	color:#666666;
	}
#mainContent img {

}

#mainContent h3 {
	line-height:1.5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 0;
	padding-left: 0em;
	font-size: 16px;
	font-weight: normal;
}
#mainContent a {
text-decoration: none;
color: #003366;
}
p { 
	line-height:1.5; 
	margin:0 0 1em;
}
div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
}
#sidebar1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-decoration: none;
	display: block;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cccccc;
	padding-top: 0.5em;
	color: #003366;
	margin-left:1px;
}
#sidebar1 a:hover {
	color: #6699CC;
}
#mainContent #feature {
	padding-bottom: 20px;
	background-image: url(images/featureBottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div#content p {
	}
	div#footerContent {
	font-size: 11px;
	padding-top: 10px;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#container #footer #footerContent table {
	width: 780px;
	border-top: 1px dashed #666666;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent li {
	line-height:1.5;
	text-align:left;
	margin:0 0 1em;
}
#container #adminTitle {
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	height: 30px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003D72;
}
.menuTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0.5em;
	padding-right: 5px;
	padding-bottom: 0.5em;
	padding-left: 5px;
	margin-left: 1px;
}
.menuSplit {
	height: 22px;
	margin-left: 1px;
}
.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #cccccc;
	color: #3C1100;
	border-top: 1px dashed #cccccc;
}
.sectionTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #3C1100;
}
.bibSectionTitle {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #3C1100;
	font-style:italic;
	text-align:center;
	font-weight:bold;
}
.comment {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	padding-bottom: 10px;
}

#container #adminTitle h1 {
	color: #013D71;
}
.catnavigation {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.adminTable {
	width: 500px;
}
.adminTable textarea {
	width: 550px;
}
div#adminHeader {
	background-repeat: repeat-x;
	height: 164px;
}
table {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:active {
	color: #FF6600;
	text-decoration: none;
}

A:hover {
	color: #003366;
	text-decoration: none;
}

TD {
	font-size: 11px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #003366;
}
P.smaller {
	font-size: 10px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color: #E6DCD3;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cccccc;
}
.ectlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AFAC2E;
}
.prodname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3C1100;
}
.catname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3C1100;
}
.authorname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
.inscriptname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
.detailname {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
	font-size: 14px;
}
/*#mainContent img {
	background-color: #FFFFFF;
	border: 1px dashed #DCD1CF;
	padding: 5px;
}*/
.bibImage {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding:5px;
	border: 1px dashed #cccccc;
}
.bibThumb {
	margin-bottom: 5px;
	margin-left: 10px;
	padding:5px;
	border: 1px dashed #cccccc;
}

.contentColumn {
	padding-right: 10px
}
.contentTable {	
}
TD.sectionBody {
	vertical-align:top;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 150%;
}
TD.sectionDivide {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cccccc;
}
.sectionDivide {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cccccc;
}
.navObject{
border-bottom: dashed 1px #cccccc;
}
.navdesc{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.minisearch{
	background-color: #e0edf4;
	border: dashed 1px #cccccc;
	padding: 10px;
	width: 180px;
}
.longbio {
	line-height: 150%;
}
.longbio img {

}
.leftImage {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: none;
}
#sidebar1 #latestNews {
	background-color: #E0EDF4;
	padding: 5px;
	border: 1px dashed #CCCCCC;
}
#sidebar1 #emailsignup {
	background-color: #E0EDF4;
	padding: 5px;
	border: 1px dashed #CCCCCC;
	line-height: 1.5;
}

#sidebar1 #latestNews a {
	display: inline;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.prodimage {
	padding: 5px;
	border: 1px dashed #cccccc;
}
td.detailimage{
	vertical-align:top;
}
img.catimage{
	padding: 5px;
	border: 1px dashed #cccccc;
}
p.catname{
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}
.rsnav td {
	padding: 5px;
	border: 1px solid #cccccc;
}
.rsnav td:hover{
	background-color:#FFF;
}
.hpside{
	background-color:#e0edf4;
	padding: 10px;
	border: 1px dashed #cccccc;
	width: 150px;
	text-align:left;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #3C1100;
	font-size: 16px;
	font-weight: normal;
}
.hpside .prodtitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #3C1100;
	font-size: 12px;
	font-weight: normal;
}
.hptext {
	line-height: 150%;
	font-size: 12px;
}