body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F1EEE3;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14pt;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#banner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}



#container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
} 
#header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
} 
#header h1 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#subheader {
	margin: 0px;
	font-family: "Gill Sans", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #1E3C5E;
	text-align: center;
	height: 21px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #F1EEE3;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 13.5em;
	background-color: #F1EEE3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#sidebar1 p {
	font-family: "Gill Sans", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #1E3C5E;
	margin: 0px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.5em;
	height: 21px;
}

#mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 182px;
	background-color: #FFF;
	padding: 0px;
} 
#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 50px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
	text-align: center;
}
ul#menu {
  width: 125px;
  list-style-type: none;
  border-top: solid 1px #dddddd;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  text-align: center;
  font-size: 11px;
  color: #6666ff;
}

ul#menu li {
  border-bottom: solid 1px #dddddd;
  line-height: 15px;
}

ul#menu a {
  text-decoration: none;
}

ul#menu a:hover {
  color: #000066;
}

ul#menu a.active {
  color: #000066;
  text-decoration: underline;
}
.a2 {
	font-family: "Gill Sans", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #1E3C5E;
	margin: 0px;
}
.a2 a {
	color: #1E3C5E;
} 
.a2 a:visited, .a2 a:active, .a2 a:hover {
	color: #1E3C5E;
} 
.heading1 {
	font-family: "Gill Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1E3C5E;
	margin: 0px;
	padding-top: 4px;
}
.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-align: left;
}
.header {
	font-family: "Gill Sans", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #1E3C5E;
	margin: 0px;
	padding-top: 4px;
}
.menu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: inside;
	list-style-type: square;
	clip: rect(auto,auto,auto,auto);
	text-align: left;
	text-indent: -17px;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 18px
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.first {
	margin: 0px;
	padding: 0px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.first {
	margin: 0px;
	padding: 0px;
}
.quote {
	font-family: "Gill Sans";
	font-size: 16px;
	font-style: italic;
	color: #666;
}
.book_repeating_background {
	width: 584px;
	border: 1px solid #C6B98C;
	background-image: url(../images4/box_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
}
.book_border {
	border: 1px solid #333;
}

