/* TYPOGRAPHY */
/* CSS for crampton smith + tabor */

/*override defaults to start with===============*/
body, div, h1, h2, h3, h4, h5, h6, p, blockquote {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;	
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal; font-weight: normal;
	}
a:link, a:visited, a:hover, a:active {
	 margin:0; padding:0;
	}	
caption, th { text-align: left;
    }
q:before, q:after {content: '';}
/*ul, ol, li {list-style: none}*/

/*================================end defaults */

 
 
 
 html {  }
 
 body {
	font-size: 12px; 
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	}

h1#siteheading{
	margin-left:  10px; margin-top: 10px;
	}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	clear: both;
	}

h2 {
	font-size: 10px;
	font-style:normal;
margin-top: 15px}
	
h4 {
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	clear: both;
	
	}

h5{
	font-size: 10px;
	font-style: italic;
	line-height: 125%;
	font-weight: normal;
	color: #000000;
}
p {
	font-size: 10px;
	line-height: 125%;
	margin-bottom: 8px;
	font-style: normal;
	color: #DDDDDD;
	}
	
ul, ol, li {font-size:10px;}

em { font-style: italic}

strong { font-weight: bold}

/* basic links in text */
	
a:link, a:visited, a:hover, a:active {
	text-decoration: none; margin:0; padding:0;
	color: #555555; 
	}
	
a:visited {
	color:#777777; 
	}
	
a:hover, a:active {
	text-decoration: none; background-color:#222222; color:white }
	
	a.navlink:visited {color:#000000}
	a.navlink:hover {color:white}


div#header {
	padding-top:20px;
	left: 32px;
}

div#content-sub2 {
	font-size: 9px;
	line-height: 125%;
}/*subsidiary text column */ 

.button {
	color:  white; background-color: black; font-size: 9px;
	font-weight: bold;
}
.red{
	color:  white; background-color: #AA0000; /*venetian red*/
	font-size: 9px;
	font-weight: bold;
}
.greybanner {
	color: #FFFFFF;
	background-color: #000000;
}
a.menulink:link, a.menulink:visited {
color: white; background: transparent; text-decoration: none;
}
	
a.menulink:hover {
	text-decoration:  underline;
}
a.menulink:active {
	color: red; 
}

a.here:link { /*link for current menu section*/
	color: white; background: transparent; text-decoration: none}

a.here:visited, a.here:hover  {
	color: white; background: transparent; text-decoration: none }
	
a.here:hover {
	 text-decoration: underline; }
	
a.here:active {
	color: white} 
	
	/* (syntax for contextual selectors from K2lite)
	ul.menu li.current_page_item a:hover */
	
.indent {
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 0px;
	line-height: 125%;
	text-indent:-20px;
	
}
.indentlast {
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 8px;
	line-height: 125%;
	text-indent:-20px;
	}
.indentbooks{
padding-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 8px;
	line-height: 125%;
	text-indent:-30px;}

h4.sidebarhead {
	font-size: 10px;
	color: #222222;
	font-style: italic;
	margin-bottom: 2px;
	margin-top: 15px;
	font-weight: normal;
	clear: both;
}	
p.sidebar {
	font-size: 9px;
	color: #777777;
	font-style: normal;
	margin-bottom: 0px;
}

p.here {
	background-color: #222222;
	color:#EEEEEE;
}

.disclaimer {
	font-size: 9px;
	font-style: italic;
	color: #222222;
}

.caption {
	font-size: 9px;
	font-style: italic;
	color: #222222;
	margin-top: 15px;
}

.note { font-size:9px; text-align:right;}
.home {
	font-size: 18px;
	line-height: 125%;
	font-weight: bold;
	color: #DDDDDD;
}
h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.firstpara {
	margin-top: 15px;
}
.sidebarlast {
	font-size: 9px;
	margin-bottom: 6px;
}
.sidebarhead_b_it {
	font-style: italic;
	font-weight: bold;
}

.hometext {
	font-size: 14px;
	font-style: normal;
	line-height: 16pt;
	margin-right: 20px;
	color: #999999;
}
.hometitle {
	font-size: 14px;
	font-weight: bold;
}
.homenewshead {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 0px;
	color: #555555;
	margin-top: 5px;
	margin-left: 12px;
}
.homenewstext {
	font-size: 12px;
	line-height: 17px;
	color: #999999;
	margin-left: 12px;
}
.boldandblack {
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
}
.newsarchivelinker, a.newsarchivelinker:link, a.newsarchivelinker:visited {
	color: #FFFFFF;
	background-color: #CC0000;
}