/* Set margin and background color/graphic */
body {
	margin: 0;
    color: #000000;
	background-color: #FFFFFF;
	background-image: url(../pix/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
/*=================*/


/* Set Page width */
.book {
	width: 770px;
	}
/*=================*/

/* Within book class -10 on left & -10 on right margin leaves 750px width for content*/
.content {
	text-align: left;
	margin: 0 10px 0 10px;
	}
/*=================*/	

h3 {
    font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	}
p, li, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	}	
	
/* size, family, and padding will be inherited by A links from parent - often the DIV in this case*/	
a:link  {
	color: #1B215A;
	text-decoration: underline;
	}
a:visited {
	color: #293389;
	text-decoration: underline;	
	}

a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
	}
/*=================*/


/* NAV STYLES */
.navbar {
    width: 771px;
    color: #3642B7;
	background-color: #C0C2D3;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	line-height: 130%;
    padding: 10px 0 10px 0;
	}	

/* LoVe HAte - inherit font size and color*/
a.nav:link, a.nav:visited {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	line-height: 130%;	
    color: #2A3594;
	text-decoration: none;
	}
a.nav:hover, a.nav:active {
    color: #FF0000;
	text-decoration: underline;
	}
/*=================*/

.footbar {
    width:771px;
	background-color: #2A3594;
    color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 0;
	}	

/* LoVe HAte - inherit font size and color*/
a.footer:link, a.footer:visited {
    /* size and family will be inherited from A links */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
	text-decoration: none;
	}
a.footer:hover, a.footer:active {
	text-decoration: underline;
	}
/*=================*/	

blockquote {
	color: #C89600;
	font-size: 1.25em;
	width: 40%;
	float: right;
	text-align: center;
	border: #776340 solid;
	border-width: 1px 0 1px 0;
	margin-top: -10px;
	
}