body
{
	margin: 0px;
	padding: 0px;
	background-image: url( '../images/background.png' );
	background-repeat: repeat;
	background-color: #023666;
	text-align: center;
	font-family: Arial Helvetica, sans-serif;
	font-size: 10pt;
	color: #0156a6;
}

a:link
{
	color: #4886c1;
}

#container
{
	text-align: center;
	margin: 10px auto;
	width: 1000px;
	position: relative;
}

#header
{
	border: 1px solid #FFFFFF;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 997px;
}

#header img {
	border: none;
}

#wrapper
{
	width: 999px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #eff5f9;
	min-height: 288px;
	position: relative;
}

#navigation
{
	text-align: left;
	float: left;
}

#navBox
{
	width: 999px;
	height: 89px;
	background-image: url( '../images/navBoxBack.jpg' );
	background-repeat: no-repeat;
	padding-top: 7px;
}

#newReleases
{
	width: 282px;
	height: 465px;
	margin-left: 25px;
	margin-right: 16px;
	float: left;
	background-image: url( '../images/newReleases/newReleaseBack.jpg' );
	padding: 80px 10px 10px 10px;
}

#newReleases div.bookItem
{
	margin-bottom: 10px;
}

#newReleases div.bookItem div.bookThumb
{
	float: left;
}

#newReleases div.bookItem div.bookThumb img
{
	padding-right: 5px;
	padding-bottom: 5px;
}

#newReleases div.bookItem div.bookTitle
{
	font-weight: bold;
	font-size: 11pt;	
}

#newReleases div.bookItem div.bookTitle a
{
	text-decoration: none;
	color: inherit;
}

#newReleases div.bookItem div.bookCategory
{
	font-style: italic;
}

#newReleases div.bookItem bookFormatTitle
{
	font-weight: bold;
}

#rightContent
{
	margin-right: 9px;
	margin-left: 9px;
	width: 980px;
	padding-top: 45px;
}

#home #rightContent {
	padding-top: 10px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#menu {
  margin: 0px;
  margin-left: 15px;
  border: 0px none;
  padding: 0px;
  width: 455px; /*For KHTML*/
  list-style: none;
  height: 78px;
  position: relative;
}

ul#menu.member {
	margin: 0px;
	width: 400px;
}

ul#menu li {
  margin: 0px;
  padding: 0px;
  float: left; /*For Gecko*/
  display: block;
  list-style: none;
  position: relative;
  /*width: 113px;*/
}

ul#menu li.first
{
	background-image: none;
}

ul#menu ul {
  margin: 0;
  padding: 0;
  width: 90px;
  list-style: none;
  display: none;
  position: absolute;
  top: 78px;
  left: 15px;
  z-index: 50;
  /*background-image: url( ../images/submenubg.jpg );
  background-repeat: repeat-x;
  background-color: #dee0df;*/
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#menu ul li {
  width: 140px;
  height: 22px;
  padding-top: 0px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  border: none;
  text-align: center;
  color: #4886c1;
  background-image: none;
	background-color: #F6F0E0;
}

/* Root Menu */
ul#menu a {
	padding: 0px 8px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #000000;
  font: 10pt Verdana, Geneva, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  text-align: center;
}

ul#menu ul a
{
	letter-spacing: normal;
	text-transform: none;
}


/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color: #05427B;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  float: none;
  text-decoration: none;
  color: #1B4A87;
  text-align: left;
  padding: 0px 5px;
  line-height: 22px; 
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
  color: #000000;
	background-color: #DDEAF2;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
  background: #F6F0E0;
  color: #1B4A87;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
  background: #DDEAF2;
  color: #000000;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 140px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
  display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
}

div#loginArea 
{	
	
}


#contentContainer
{

}

#home #contentContainer {
	border: 1px solid #2959A3;
	padding: 10px;
}

#contentContainer h1 
{
	margin-left: 20px;
	font-family: Trajan Pro, Times New Roman;
	font-size: 22.54pt;
	text-transform: uppercase;
}

#contentContainer2
{
	margin-left: 25px;
	margin-right: 25px;
}

#contentContainer2 h1
{
	text-align: center;
}

h1
{
	font-family: Verdana;
	font-size: 40pt;
	font-weight: normal;
	margin-top: 0px;
	color: #518545;
}

h3 {
	color: #C2641C;
}

#content
{
	background-color: #eff5f9;
	height: auto !important;
	height: 201px;
	min-height: 201px;
	color: #1b4a87;
	text-align: left;
	margin-top: 0px;
	font-size: 9pt;
	font-family: arial;
	padding-bottom: 20px;
}

#homeImage
{
	float: right;
	margin-top: 40px;
}

p.stupidCSSBugFix
{
	height: 1px;
	clear: both;
}

#footer
{
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	width: 1000px;
	padding-top: 15px;
}

#symetric a 
{
	color: #FFFFFF;
}

p.spacer
{
	height: 15px;
}

.cssBugFix
{
	height: 1px;
	clear: both;
	margin: 0px;
}

div#shoppingCartLink
{
	text-align: right;
	float: right;
	padding-top: 13px;
	margin-right: 5px;
}

div#shoppingCartLink img
{
	border: none;
}

div.collectionItem
{
	margin-bottom: 35px;
	clear: left;
}

div.collectionItem.left
{
	clear: left;
}

div.collectionItem.right
{
	margin-left: 27px;
}

div.collectionImage
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.collectionTitle
{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
}

div.collectionAuthor
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
}

div.collectionGenre
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 9pt;
	font-style: italic;
}

div.collectionDate
{
	margin-bottom: 10px;
}

div.collectionDescription
{
	margin-bottom: 5px;
	text-align: justify;
	color: #51565a;
}

div.collectionLinks
{
	margin-bottom: 5px;
}

div.collectionPDF
{
	margin-bottom: 5px;
}

div.collectionPDF a
{
	text-decoration: none;
}

div.collectionPDF img
{
	vertical-align: middle;
}

div.cartLink {
	float: right;
	margin-top: 15px;
}

div.formatItem
{
	margin-bottom: 10px;
	margin-top: 20px;
	color: #51565a;
}

div.formatTitle
{
	font-weight: bold;
}

div.sizeButton
{
	margin-left: 15px;
	float: left;
	margin-right: 10px;	
}

div.formatDetails
{
	margin-left: 116px;
}

div.collectionPrice
{
	margin-bottom: 15px;
}

div.collectionCart img
{
	border: none;
}

#content table.shoppingCart
{
	width: 880px;
}

#content table.shoppingCart caption
{
	text-align: left;
	padding-bottom: 3px;
}

#content table.shoppingCart thead th
{
	height: 30px;
	vertical-align: bottom;
	padding-bottom: 5px;
	border-bottom: 1px solid #410000;
}

#content table.shoppingCart tbody td.delete
{
}

#content table.shoppingCart tbody td.name
{
}

#content table.shoppingCart tbody td.name img
{
	vertical-align: middle;
	padding-right: 10px;
}

#content table.shoppingCart tbody td.quantity input
{
	width: 30px;
}

#content table.shoppingCart tbody td.price
{
}

#content table.shoppingCart tfoot td
{
}

#content table.shoppingCart tfoot td.totalTitle
{
	text-align: right;
	padding-right: 15px;
	line-height: 45px;
	font-weight: bold;
}

#content table.shoppingCart tfoot td.totalPrice
{
	line-height: 45px;
}

#content table.shoppingCart td.delete img
{
	border: none;
}

p.pdf a
{
	text-decoration: none;
}

p.pdf img
{
	vertical-align: middle;
}

div.field
{
	margin-bottom: 10px;
}

div#pageInfo
{
	text-align: left;
	float: left;
	font-weight: bold;
	margin-left: 5px;
	color: white;
	line-height: 51px;
}

div.navPrev
{
	float: left;
	width: 100px;
	min-width: 100px;
	line-height: 31px;
	margin-left: 5px;
}

div.navNext
{
	text-align: right;
	width: 100px;
	min-width: 100px;
	float: right;
	line-height: 31px;
	margin-right: 5px;
}

div.navPrev a,
div.navNext a
{
	color: white;
}

div.pageNav,
div#alphabetLinks
{
	text-align: center;
	color: white;
}

div.pageNav a,
div#alphabetLinks a
{
	color: white;
	font-weight: bold;
}

div.pageNav
{
	line-height: 31px;
	margin-left: 110px;
	margin-right: 110px;
}

div#alphabetLinks
{
	line-height: 51px;
}

div#storeTopBar
{
	height: 51px;
	width: 880px;
	background-image: url( ../images/topBarBg.jpg );
	margin-bottom: 10px;
}

div#orderForm {
	margin: 10px;
	text-align: center;
}

div#storeBottomBar
{
	width: 880px;
	background-image: url( ../images/bottomBarBg.jpg );
	height: 31px;
}

ul#menu a img
{
	border: none;
}

#homePub
{
	background-image: url( '../images/pubBack.jpg' );
	background-repeat: no-repeat;
	width: 291px;
	height: 137px;
	float: left;
	font-size: 7.5pt;
	font-family: Verdana;
	color: #134e80;
	padding-left: 8px;
	padding-right: 188px;
	padding-top: 7px;
}

#homePub .logo {
	float: left;
	padding-top: 19px;
}

#homePub .logo img {
	border: none;
}

#homeKids
{
	background-image: url( '../images/kidsBack.jpg' );
	background-repeat: no-repeat;
	width: 333px;
	height: 137px;
	margin-left: 495px;
	font-size: 7.5pt;
	font-family: Verdana;
	color: #134e80;
	padding-left: 7px;
	padding-right: 147px;
	padding-top: 7px;
}

#homeKids .logo {
	float: left;
	padding-top: 10px;
}

#homeKids .logo img {
	border: none;
}

input.textBox
{
	border: 1px solid #000064;
}

#formLeft {
	color: #11295a;
	float: left;
	font-size: 6.73pt;
}

#formLeft p {
	font-size: 8pt;
	font-style: italic;
}

#formRight {
	color: #11295a;
	font-size: 8pt;
	font-style: italic;
}

#formLeft a:link
{
	font-size: 6.73pt;
	color: #11295a;
}

body#services #content, body#pub #content, body#kids #content
{
	margin-left: 50px;
	margin-right: 50px;
}

body#services #wrapper
{
	min-height: 500px;
}

div#services {
	padding-left: 63px;
}

#servicesBel,
#servicesPub,
#servicesKids {
	background-image: url( ../images/belServBack.jpg );
	background-repeat: no-repeat;
	margin-left: 0px;
	width: 493px;
	height: 173px;
	padding-left: 2px;
	padding-right: 216px;
	padding-top: 2px;
	font-size: 10pt;
}

#servicesPub {
	background-image: url( ../images/pubServBack.jpg );
}

#servicesKids {
	background-image: url( ../images/kidsServBack.jpg );
}

#servicesBel .logo,
#servicesPub .logo,
#servicesKids .logo {
	float: left;
}

#servicesBel .logo img,
#servicesPub .logo img,
#servicesKids .logo img {
	border: none;
}

#servicesBel .servicesText,
#servicesPub .servicesText,
#servicesKids .servicesText {
	margin-top: 12px;
}

body#services #contentContainer
{
	padding-left: 130px;
	padding-top: 35px;
	padding-bottom: 35px;
}

#rightPic
{
	float: right;
	margin-right: 200px;
	margin-top: 0px;
}

#pubLink
{
	position: absolute;
	right: 0px;
	font-weight: bold;
}

.textBox
{
	width: 100px;
}

body#pub #rightPic
{
	margin-right: 100px;
}

#pubLogo {
	position: absolute;
	top: 1px;
	right: 23px;
	z-index: 2;
	height: 156px;
	width: 103px;
}

#pubLogo img
{
	border: 0px;
}

body#home #wrapper
{
	width: 999px;
}

body#home #navBox
{
	width: 999px;
}

body#plain #content
{
	margin-left: 50px;
	margin-right: 50px;
}

table.newContentTable {
	width: 880px;
	margin: 0px auto 15px auto;
}

table.newContentTable tbody th {
	border-bottom: 1px solid #1B4A87;
}

table.newContentTable td.page {
	text-align: right;
}

table.newContentTable td.action {
	text-align: center;
}

table.newContentTable td.action img {
	border: none;
}

table.newContentTable td.pageNav {
	text-align: center;
}

div.field {
	margin-bottom: 10px;
	height: auto !important;
	height: 22px;
	min-height: 22px;
	clear: left;
}

div.field label {
	width: 110px;
	float: left;
	margin: 0px 15px 0px 0px;
	text-align: right;
	padding: 3px 0px 0px 0px;
}

div.field div.input {
	margin-left: 125px;
}

div.field div.input label {
	display: inline;
	float: none;
}

div.submit {
	margin-left: 125px;
}

span.form-error {
	color: red;
	display: block;
}

div.msg-error, div.msg-success, div.msg-warning, div.msg-information, div.msg-question {
	background-repeat: no-repeat;
	padding: 17px 57px;
	margin-bottom: 10px;
	text-align: left;
	min-height: 40px;
	margin-top: 10px;
}

div.msg-error form, div.msg-success form, div.msg-warning form, div.msg-information form, div.msg-question form {
	margin: 0px;
}

div.msg-error {
	background-image: url( '../images/message-error-bg.jpg' );
	background-color: #FFC4C4;
	border: 1px solid #BB0000;
	color: #A10000;
}

div.msg-error a {
	text-decoration: underline;
	color: #A10000;
}

div.msg-error a:hover {
	text-decoration: none;
}

div.msg-success {
	background-image: url( '../images/message-success-bg.jpg' );
	background-color: #CAFA9F;
	border: 1px solid #6CAA07;
	color: #437100;
}

div.msg-success a {
	text-decoration: underline;
	color: #437100;
}

div.msg-success a:hover {
	text-decoration: none;
}

div.msg-warning {
	background-image: url( '../images/message-warning-bg.jpg' );
	background-color: #FFEB8C;
	border: 1px solid #A68943;
	color: #B25000;
}

div.msg-warning a {
	text-decoration: underline;
	color: #B25000;
}

div.msg-warning a:hover {
	text-decoration: none;
}

div.msg-information {
	background-image: url( '../images/message-info-bg.jpg' );
}

div.msg-question {
	background-image: url( '../images/message-question-bg.jpg' );
}

div.msg-information, div.msg-question {
	background-color: #CAE4FF; border: 1px solid #2477d9; color: #004D99;
}

div.msg-information a, div.msg-question a {
	text-decoration: underline; color: #004D99;
}

div.msg-information a:hover, div.msg-question a:hover {
	text-decoration: none;
}

ul.sectionMenu,
ul.memberMenu {
	list-style: none;
	height: 25px;
}

ul.memberMenu {
	margin: 0px;
	padding: 0px;
}

ul.sectionMenu li {
	float: left;
	padding: 0px 5px;
	font-weight: bold;
	color: #C2641C;
}

ul.memberMenu li {
	float: left;
	padding: 0px 8px;
}

ul.sectionMenu a,
ul.memberMenu a {
	text-decoration: none;
	font-weight: normal;
	color: #551A8B;
}

ul.sectionMenu img,
ul.memberMenu img {
	border: none;
	vertical-align: middle;
}

div#memberNavigation {
	position: relative;
	margin-left: 460px;
}

ul#memberMenu {
  margin: 0px;
  border: 0px none;
  padding: 0px;
  width: 415px; /*For KHTML*/
  list-style: none;
  height: 78px;
  position: relative;
}

ul#memberMenu.member {
	margin: 0px;
	width: 400px;
}

ul#memberMenu li {
  margin: 0px;
  padding: 0px 8px;
  float: left; /*For Gecko*/
  display: block;
  list-style: none;
  position: relative;
  /*width: 113px;*/
}

ul#memberMenu li.first
{
	background-image: none;
}

ul#memberMenu ul {
  margin: 0;
  padding: 0;
  width: 90px;
  list-style: none;
  display: none;
  position: absolute;
  top: 78px;
  left: 0px;
  /*background-image: url( ../images/submenubg.jpg );
  background-repeat: repeat-x;
  background-color: #dee0df;*/
}

ul#memberMenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#memberMenu ul li {
  width: 140px;
  height: 22px;
  padding-top: 0px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  border: none;
  text-align: center;
  color: #4886c1;
  background-image: none;
	background-color: #F6F0E0;
}

/* Root Menu */
ul#memberMenu a {
	padding: 0px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #000000;
  font: 10pt Verdana, Geneva, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  text-align: center;
}

ul#memberMenu ul a
{
	letter-spacing: normal;
	text-transform: none;
}


/* Root Menu Hover Persistence */
ul#memberMenu a:hover,
ul#memberMenu li:hover a,
ul#memberMenu li.iehover a {
	color: #05427B;
}

/* 2nd Menu */
ul#memberMenu li:hover li a,
ul#memberMenu li.iehover li a {
  float: none;
  text-decoration: none;
  color: #1B4A87;
  text-align: left;
  padding: 0px 5px;
  line-height: 22px; 
}

/* 2nd Menu Hover Persistence */
ul#memberMenu li:hover li a:hover,
ul#memberMenu li:hover li:hover a,
ul#memberMenu li.iehover li a:hover,
ul#memberMenu li.iehover li.iehover a {
  color: #000000;
	background-color: #DDEAF2;
}

/* 3rd Menu */
ul#memberMenu li:hover li:hover li a,
ul#memberMenu li.iehover li.iehover li a {
  background: #F6F0E0;
  color: #1B4A87;
}

/* 3rd Menu Hover Persistence */
ul#memberMenu li:hover li:hover li a:hover,
ul#memberMenu li:hover li:hover li:hover a,
ul#memberMenu li.iehover li.iehover li a:hover,
ul#memberMenu li.iehover li.iehover li.iehover a {
  background: #DDEAF2;
  color: #000000;
}

/* 4th Menu */
ul#memberMenu li:hover li:hover li:hover li a,
ul#memberMenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#memberMenu li:hover li:hover li:hover li a:hover,
ul#memberMenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#memberMenu ul ul,
ul#memberMenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 140px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#memberMenu li:hover ul ul,
ul#memberMenu li:hover ul ul ul,
ul#memberMenu li.iehover ul ul,
ul#memberMenu li.iehover ul ul ul {
  display: none;
}

ul#memberMenu li:hover ul,
ul#memberMenu ul li:hover ul,
ul#memberMenu ul ul li:hover ul,
ul#memberMenu li.iehover ul,
ul#memberMenu ul li.iehover ul,
ul#memberMenu ul ul li.iehover ul {
  display: block;
}

div.backLink {
	margin-bottom: 15px;
}

div.backLink a {
	text-decoration: none;
}

div.backLink a img {
	border: none;
	vertical-align: middle;
}

iframe.fileList {
	border: none;
	width: 700px;
}

table.calendar
{
	padding: 2px;
	border: 1px solid #1a4b83;
	width: 96%;
	margin: 0px auto;
	text-align: left;
	border-collapse: collapse;
}


table.calendar thead th 
{
	background: url( ../images/itemBg.gif ) repeat-x #7ba8dc !important;
	height: 27px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	border-bottom: 1px solid #5984b6;
	line-height: 27px;
}

table.calendar thead th div#prevMonth
{
	float: left;
	margin-left: 10px;
}

table.calendar thead th div#nextMonth
{
	float: right;
	margin-right: 10px;
}

table.calendar thead th div#prevMonth a,
table.calendar thead th div#nextMonth a
{
	font-size: 18pt;
	text-decoration: none;
	color: #FFFFFF;
}

table.calendar tbody th 
{
	background-color: #d4e1f0;
	font-weight: bold;
	font-size: 11px;
	background-color: #d4e2f1;
	color: #275182;
	padding: 7px;
	border-bottom: 1px solid #99c0ea;
}

table.calendar thead td 
{
	padding: 7px !important;
	background-color: #fbfcfe;
	border-bottom: 1px solid #99c0ea;
	font-size: 11px !important;
}

table.calendar td.title
{
	padding: 3px;
	font-weight: bold;
	background-color: #e0ebf7;
	text-align: right;
	padding-right: 12px;
	font-size: 11px;
	vertical-align: middle;
}

table.calendar thead td.viewing
{
	background-color: #d4e2f1;
	border-bottom: 1px solid #99c0ea;
	text-align: right;
	font-weight: bold;
	color: #275182;	
}

table.calendar tfoot td.nav
{
	text-align: center;
}

table.calendar tfoot td.pages
{
	text-align: right;
}

table.calendar tfoot td 
{
	font-weight: bold;
	font-size: 11px;
	background-color: #d4e2f1;
	color: #275182;
	padding: 5px;
	border-top: 1px solid #99c0ea;
}

table.calendar tfoot td.pageNav
{
	font-weight: normal;
	text-align: center;
}

table.calendar tfoot td.page
{
	text-align: right;
	font-weight: normal;
}

table.calendar tfoot td input
{
	padding: 3px;
	font-size: 13px;
}

table.calendar tbody td 
{
	padding: 5px 0px;
	background-color: #eef2f7;
	font-size: 11px;
	border: 1px solid #1A4B83;
}

table.calendar tbody td.calendarDay
{
	height: 100px;
	width: 70px;
	vertical-align: top;
}

table.calendar tbody td.calendarDay div.day
{
	font-size: 11pt;
	padding: 0px 5px;
}

table.calendar tbody td.calendarDay div.event
{
	padding: 0px 2px;
	margin: 0px 5px 1px 5px;
	color: white;
	background-color: #7BA8DC;
}

table.calendar tbody td.calendarDay div.start {
	margin-left: 5px;
}

table.calendar tbody td.calendarDay div.end {
	margin-right: 5px;
}

form fieldset
{
	border: none;
}

fieldset legend
{
	font-weight: bold;
	font-size: 10pt;
}

ul#docList {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#docList li {
	line-height: 32px;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-bottom: 5px;
}

div.printLink {
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.printLink a img {
	border: none;
}

div#productSearch {
	margin-top: -15px;
	text-align: right;
}

div#catLinks {
	margin: 15px 0px;
}

div#catLinks a {
	color: #551A8B;
	font-size: 10pt;
	text-decoration: underline;
}

div#catLinks a.current {
	font-size: 12pt;
	font-weight: bold;
}