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


/* Set Page width */
.book {
	height: 531px;
	max-width: 770px;
	/* IE code */
	width:expression(document.body.clientWidth > 770? "770px": "auto" ); 
	}
/*=================*/

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

h1, h3 {
	font-size: 22px;
	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: #1932CA;
	text-decoration: underline;
	}
a:visited {
	color: #7094B4;
	text-decoration: underline;	
	}

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


/* NAV STYLES */
.navbar {
    color: #339900;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	line-height: 130%;
    padding: 10 0 10 0;
	}	

/* LoVe HAte - inherit font size and color*/
a.nav:link, a.nav:visited {
    /* size, family, and padding will be inherited by A links */
    color: #339900;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	line-height: 130%;	
	text-decoration: none;
	text-transform: uppercase;
	}
a.nav:hover, a.nav:active {
    color: #216101;
	text-decoration: underline;
	}
	
/*=================*/

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

/* LoVe HAte - inherit font size and color*/
a.footer:link, a.footer:visited {
    /* size, family, and padding will be inherited by 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;
	}
/* P tag should inherit the book class font size and family, need to specifiy TD though */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*=================*/	

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

/* IDX Links at top of articles */
a.smallIDX:link,a.smallIDX:visited{color:#0000CC;text-decoration: underline;font-family:arial,helvetica,verdana,geneva,sans-serif;font-size: 9px;font-weight: bold;}
a.smallIDX:hover{color:#0066CC;text-decoration: none;font-family:arial,helvetica,verdana,geneva,sans-serif;font-size: 9px;font-weight: bold;}
a.smallIDX:active{color:#FF0000;text-decoration: none;font-family:arial,helvetica,verdana,geneva,sans-serif;font-size: 9px;font-weight: bold;} 		
