/* Set margin and background color/graphic */
body {
	margin: 0;
    color: #000000;
	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;
	background: #fff
	}
/*=================*/	

h1,h2,h3 {
    font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	}
h1 {font-size:20px}	
h2 {font-size:16px}
h3 {font-size:16px;color:#333333}
	
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 */
div.navbar {
    width: 771px;
    color: #565656;
	background-color: #C0C2D3;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
    padding: 10px 0 10px 0;
	}	

div.navbar a:link, div.navbar a:visited { 
	font-weight:bold;
	font-size: 13px;
	line-height: 18px;
	color:#CC0000;
	text-decoration: none;
	}
	
div.navbar a:hover, div.navbar a:active { 
	font-weight:bold;
	font-size: 13px;
	color: #171f6b;
	text-decoration: underline;
	}
div.navbar a.sp1:link, div.navbar a.sp1:visited { 
	font-weight:bold;
	font-size: 13px;
	line-height: 18px;
	color:#1d7373;
	text-decoration: none;
	}
	
div.navbar a.sp1:hover, div.navbar a.sp1:active { 
	font-weight:bold;
	font-size: 13px;
	color: #171f6b;
	text-decoration: underline;
	}
div.navbar a.sp2:link, div.navbar a.sp2:visited { 
	font-weight:bold;
	font-size: 13px;
	line-height: 18px;
	color:#cd0074;
	text-decoration: none;
	}
	
div.navbar a.sp2:hover, div.navbar a.sp2:active { 
	font-weight:bold;
	font-size: 13px;
	color: #171f6b;
	text-decoration: underline;
	}	
	

/* 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;
	
}

.FlipMod { font-weight: 800; }
	.t1 { margin-bottom: 0; }
	.t2 { margin-top: 0; }
