/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	color: #161616;
}

a:link, a:visited  {
	color: #b2320a;
	text-decoration: none;
	border: 0;
	}

a:hover, a:active {
	color:	#b2320a;
	text-decoration: none;
	border-bottom: 1px dotted #b66a53;
	}
	

h1 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #2b4477;
	line-height: 1.5;
	}

.inline {
	display: inline;
	}
	  
/*---------------------------------------------- content --------------------------------------------------*/

#content {
   position: relative;
	margin: 25px 20px 20px 40px;
	width: 680px;
	max-width: 680px;
	vertical-align: top;
	horizontal-align: center;
	text-align: left;
	padding: 10px;
	
	}
		
#content p {
	margin: 15px 30px 5px 0px;
	font-size: 12px;
	line-height: 1.8;
	color: #161616;
	}

#downloads {
   position: relative;
	margin: 25px 20px 20px 40px;
	width: 808px;
	max-width: 808px;
	vertical-align: top;
	horizontal-align: center;
	text-align: left;
	padding: 10px;
	
	}
		
#downloads p {
	margin: 15px 30px 5px 0px;
	font-size: 12px;
	line-height: 1.8;
	color: #161616;
	}


/*---------------------------------------------- footer --------------------------------------------------*/	

#footer {
	width: 100%;
	vertical-align: top;
	horizontal-align: center;
	text-align: center;
	padding: 0;
	margin: 10px 0;
	border: 0;
	clear: both;
	}

	

/*---------------------------------------------- font styles --------------------------------------------------*/
.booktitle {
	
	font-weight: bold;
	font-style: italic;
	}

.purple-caps, .blue-caps{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.7;
	}

.blue-caps { color: #2b4477; }
.purple-caps { color: #6C226E; }
.blue-caps-lite { color: #2b4477; font-size: 15px;letter-spacing: 0.1em; line-height: 1.7; text-transform: uppercase;}

.pink-header {
	font-size: 13px;
	color: #b61f6e;
	font-weight: bold;
	line-height: 1.5;
	}

.purple-bold {
	
	font-weight: bold;
	color: #6c226e;
	}
.purple-text {
	
	font-weight: normal;
	color: #6c226e;
	}

.small-bold {
	font-size: 12px;
	font-weight:bold;
	line-height: 1.6;
	}

.small-italic {
	font-style:italic;
	font-size: 12px;
	line-height: 1.3;
	}
	
.ssi {
	text-align: center;
	horizontal-align: center;
	font-size: 12px;
	color: #6C226E;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	}
