@import url("filter.css"); /* filter.css is the style sheet that Margaret sees */
body {
	margin-top: 20px;
	margin-left: 0px;
	background-image: url(../images/background_page.gif);
	background-repeat: repeat-x;
	background-color: #1F4887;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #00427F;
	clear: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #626200;
	margin-bottom: 5px;
}
p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #00427F;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 140%;
}

a:link  {
	color:#C90807;
	text-decoration:underline;
}

a:visited  {
	color:#666600;
	text-decoration:underline;
}
a:hover  {
	color:#666600;
	text-decoration:underline;
}
ul   { /*body unordered list*/ 
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 0px;
	
}

ul li   { /*body lists*/
	color:#00427F;
	font-size:75%;
	margin-top:0px;
	margin-bottom:8px;
	margin-left: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.42em;
	padding-left: 0.8em; 
	padding-top: 0px; 
	font-size: 75%;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ol  {
	list-style-type: decimal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: 21px;
	padding-top: 0px;
	
	
}

ol li  {
	font-size: 75%;
	color:#00427F;
	line-height: 120%;		
	margin-top:0px;
	margin-bottom:8px;
	margin-left: 0px;
	font-size: 75%;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}




#wrapper  {
	width: 850px;
	background-image:url(../images/background_wrapper.gif);
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
}

#topBanner  {
	width: 850px;
	height: 42px;
}

#topPictures  {
	width: 850px;
	height: 213 px;
}

#navbar  {
	width:790px;
	margin-left:auto;
	margin-right:auto;
}

#textarea  {
	width:790px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:0px;
	padding-top: 20px;
}

#rightColumn  {
	width: 249px;
	padding-left:10px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00427F;
	float: right;
}

#rightColumn p  {
	font-size:70%;
}
#rightColumn h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #C90807;
}
#bottominfo  {
	width:685px;
	background-image: url(../images/background_bottominfo.gif);
	background-repeat: no-repeat;
	padding-left:165px;
	padding-top: 80px;
	margin-top: -25px;
	height: 100px;
}

#bottominfo p  {
	font-size:65%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}

#bottominfo a:link  {
	color:#00427F;
	text-decoration:underline;
}

#bottominfo a:visited  {
	color:#00427F;
	text-decoration:underline;
}

#attribute  {
	float:right;
	width: 300px;
	margin-right: 30px;
	text-align: right;
}

#footerBook  {
	float:right;
	width: 300px;
	margin-right: 10px;
	text-align: right;
}
#footerBook p {
	font-size:65%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}
#bottominfo #footerBook .imageSmFloatRightNoBorder  {
	float:right;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 8px; 
}
.clearit  {
	clear: both;
}


