/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	margin: 10px; 
	background-image: url('../images/bkg_grid_gray_on_white.jpg');
	/*background-color: #ebe3c8;
	background-image: url('../images/OldPaper02-tan.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;*/
	font-size: 11px; 
	line-height: 20px;
	font-family: Verdana, Arial, sans-serif; 
	color: #000000;
}
A{ text-decoration: none; font-weight: bold; font-size: 11px; }
A:visited{ color: #666; text-decoration: underline;}
A:link{ color: #333; text-decoration: underline;}
A:active { color: #f63; text-decoration: none}
A:hover {color: #f63; text-decoration: none}

h1, h2, p, ul {
margin-top: 0;
}
h1 {
font: normal 225%/100% "Arial Black", Helvetica, sans-serif;
margin-bottom: 10px;
}
h2 {
	margin-bottom: 0;
	font-size: 30px; 
	font-family: Verdana, sans-serif; 
	color: #900;
}
h3 {
font: bold 93%/100% Verdana, Arial, Helvetica, sans-serif;
margin-top: 1.5em;
margin-bottom: 2px;
color: #900;
text-transform: uppercase;
}
p,li {
}
ul {
padding-left: 1.5em;
}
p {
margin-bottom: 1em;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#MainWrap {
	min-width: 780;
	max-width: 960;
	margin-left: auto;
	margin-right: auto;
	}

#Contents {
/*	position:absolute;
*/	width: 65%;
	float: left;
	/*width:500px;*/
	z-index:1;
	left: 10px;
	top: 160px;
	padding: 10px;
}
#Leftside {
	position:absolute;
	width:110px;
	/*width: 20%;*/
	/*float: left;*/
	z-index:1;
	left: 19px;
	top: 160px;*/
}
#Rightside {
/*	position:absolute;
*/	float: right;
	width:120px;
	margin-left: 10px;
	width: 20%;
	z-index:1;
	left: 675px;
	top: 160px;
}

#headerBlock {
	/*border-top: 1px solid #555555;*/
	/*border-bottom: 1px solid #555555;*/
	width: 100%;
	height: 150px
	padding: 10px 0;
	/*margin-top: 15px;*/
	margin-bottom: 10px;
	z-index: 1;
}

#breadcrumbs {
 font-weight:bold;
 }
.clear {
	clear: both;
}
/***********************************************/
/* STYLES                                      */
/***********************************************/

p.category {
font-weight: bold;
font-size: 10px;
color: #900;
text-transform: uppercase;
margin-bottom: 3px;
}
p.introduction {
font-weight: bold;
}
p.authorCredit {
font-weight: bold;
margin-top: 1.5em;
background: url(author_background.gif) 0 50% no-repeat;
padding-left: 18px;
}
p.title { font-size: 18px; 
	line-height: 20px;
	font-weight: bold;
	font-family: Verdana, sans-serif; 
	border-top: 1px solid #927C51;
	color: #990000; 
	}
	
p.crosshead {
	font-weight:bold;
	margin-top: 1.5em;
	color: #990033
	}

div.pullquote{float: right;
	width: 150px; 
	color: #900;
	border: solid #927C51;
	border-width: 7px 0;
	font: bold 20px Verdana, Arial, sans-serif;
	line-height: 26px
	padding: 10px 10px;
	margin: 1px, 7px;}
div.pullq-left{float: left;
	width: 150px; 
	color: #900;
	border: solid #927C51;
	border-width: 7px 0;
	font: bold 20px Verdana, Arial, sans-serif;
	line-height: 26px
	padding: 10px 10px;
	margin: 10px, 10px;}
span.note {font-family: "Century Schoolbook",serif;
	font-style: italic; 
	font-size: 12px;
	line-height: 14px;}
	
div#Leftside p {border-bottom: 1px solid #900; font-size: 10px; padding: 0 0 1px 1px; color: #000;}
div#Rightside p {font-size: 9px; color: #900; margin-top: 0;}

	
/*LINK STYLES*/
div#Leftside a { text-decoration: none; font-weight: bold; font-size: 10px; }
div#Leftside a:visited {color: #666}
div#Leftside a:link {color: #666}
div#Leftside a:active {color: #000}
div#Leftside a:hover {color: #000; background-color: #fff;}

div#Rightside a { font-size: 9px; }
div#Rightside a:visited {text-decoration: underline; color: #666}
div#Rightside a:link {text-decoration: underline; color: #666}
div#Rightside a:active {text-decoration: none; color: #000}
div#Rightside a:hover {text-decoration: none; color: #000; background-color: #fff;}

div#breadcrumbs a { text-decoration: none; font-weight: bold; font-size: 8px; text-transform: uppercase }
div#breadcrumbs a:visited {color: #666}
div#breadcrumbs a:link {color: #666}
div#breadcrumbs a:active {color: #000}
div#breadcrumbs a:hover {color: #000; background-color: #fff;}

