/*
body {
	text-align:justify;
	background-image:url(rightframeback.png);
	background-position:right;
	background-repeat:repeat-y;
}
*/

body  {
	background-image:url("../../background.jpg");
	text-align:justify;
	background-color:#999999;
	background-repeat:repeat;
	background:fixed;
}

h1, h2, h3 {
	margin-bottom: 15px;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	letter-spacing: -1px;
}

h2 {
	letter-spacing: -1px;
}

h3 {
	letter-spacing: -.5px;
}


a:link {
	text-decoration: none;
	color: #2222FF;
}

a:hover, a:active {
	text-decoration:underline;
	color: #DD2222;
}

a:visited {
	color: #CC4422;
	text-decoration: none;
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

p {
   text-align:justify;
   text-indent:2em;
}

blockquote {
	color:#5e3817; 
	text-indent:0;
	line-height:1.2em;
	font-size:105%;
	display:block;
	padding:0px 10px 0px 10px; 
	text-align:justify;
	background-color:#FEFEFE;
	font-family: "Monotype Corsiva", "Lucida Handwriting", "Papyrus", "Viner Hand ITC", "Comic Sans MS", cursive;

/*
	color:#5a3413; 
	text-indent:0;
	line-height:1.2em;
	font-size:95%;
	display:block;
	border-left-style:solid;
	border-left-width:thin;
    border-right-style:solid;
	border-right-width:thin;
	padding:0px 10px 0px 10px; 
	text-align:justify;
	*/
}

.quote {
	color:#5e3817; 
	text-indent:0;
	line-height:1.1em;
	font-size:115%;
	display:block;
	/*
	border-left-style:solid;
	border-left-width:thin;
	border-right-style:solid;
	border-right-width:thin;
	*/
	padding:0px 10px 0px 10px; 
	text-align:justify;
	background-color:#FEFEFE;
	/*
	background-color:#FFF3F3;
	*/
	font-family: "Monotype Corsiva", "Lucida Handwriting", "Papyrus", "Viner Hand ITC", "Comic Sans MS", cursive;
}

.glossary {
    font-variant:small-caps;
	text-decoration:none;
	color:666666#;
	letter-spacing:+1px;
}
	

.caption {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
	text-indent:0px;
	background-color: #e9e9e9;
	padding: 0px 40px 0px 40px;
	margin-top:2px; // keep it close to the image
}

.left {
    text-align:left;
}

.center {
	text-align:center;
}

dt, dd, li {
    text-align:justify;
}

dt {
    text-decoration:underline;
}

table {
	background-color:#FFFFFF;
}