/* Set margin and background color/graphic */
body {
	margin: 0;
}
/*=================*/


#book { /* main web page container */
border: 2px solid #5F7DF6;
width: 770px;
/* IE width code */
width:expression(document.body.clientWidth > 770? "770px": "auto" ); 
}
/*=================*/

/* main content container between header and footer */
table.container { 
background-color: #2742AD;
}

/* page content */
table.content { 
background-color: #FFFFFF;
text-align: left;
padding: 10px 10px 10px 10px;
}

/*=================*/	

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

/* LoVe HAte - inherit font size and color*/
a.nav:link, a.nav:visited  { color: #0b1957; font-weight: bold; font-size: 13px; line-height: 130%; font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-align: center }
a.nav:hover, a.nav:active {
	text-decoration: underline;
}
a.navs:link, a.navs:visited  { color: #FF0000; font-weight: bold; font-size: 13px; line-height: 130%; font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-align: center }
a.navs:hover, a.navs:active {
	text-decoration: underline;
}	
a.nav2:link, a.nav2:visited  { color: #122990; font-weight: bold; font-size: 17px; line-height: 130%; font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-align: center }
a.nav2:hover, a.nav2:active {
	text-decoration: underline;
}	


/*=================*/

h3 {
	text-align: left;
}
	
/* size, family, and padding will be inherited by A links from parent - often the DIV in this case*/	
a:link  {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #12298F;
	text-decoration: underline;	
}

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

/* FOOTER CSS */
.footbar {
 	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    color: #999999;
	text-align: center;
}	

/* 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: #999999;
	text-decoration: none;
}
a.footer:hover, a.footer:active {
	text-decoration: underline;
}
/* END FOOTER CSS */


/* BEGIN GENERIC PAGE CSS */

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


/*=================*/	

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

.red { color: #FF0000;}