.Bold16pt {
  font-size: 16px;
  font-weight: bold;
}
.H1red {
	color: #CC0000;
	font-weight: bold;
	font-size: 2em;
	font-style: italic;
}
.green3text {
  color: #33CC66;
  font-weight: bold;
}
.navytext {color: #3300CC}
.redtext {color: #FF0000}
.maroontext {
	color: #993366;
	font-size: 1.5em;
	font-weight: bold;
}
.bluetext {color: #6699FF}
.green2text {color: #009933}
.greentext {color: #339966}
.orangetext {color: #FF9900}
.goldtext {color: #999900}
/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Bartlett Page Pack
  3 Column Fluid Horizontal Menu
  -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #F6E89F;
	margin: 12px 20px;
	padding: 0;
	background-repeat: repeat;
	font-size: 14pt;
}

/*Pagewrapper serves as a container for all elements on the page.
Min-width is set to 720px. This prevents the box from getting too narrow -
to the point that it would either break the layout or make text
impossible to read. When a user makes the browser window narrow,
pagewrapper will shrink in width until it reaches 720px - then the
browser will spawn a horizontal scrollbar. MSIE 6 does not support
min-width, but we have included a special workaround. See the
readme_first file included with this PagePack for details.*/
#pagewrapper{
	min-width: 765px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*Sets all table cells to align their content to the top.*/
td {vertical-align: top;}

/*The masthead DIV contains the background images that comprise the
layout's upper curve, as well as the logodiv.
Masthead's background image tiles left to right along the X-Axis
creating the masthead's textured backdrop.*/
#masthead {
	background-image: url(../images/LR_pageBG.jpg);
	background-repeat: repeat-x;
}

/*The logodiv carries the embedded logo image and a right-aligned
background image that creates the abstract pear scene and the
top right corner of the top curve.*/
#logodiv {
	background-image: url(../images/LR_logoright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*The menubar DIV is the container for our menu. Background image
is set to render a textured behind the top-level links that matches
the sub-menu texture. Dark gray borders are set on all sides except
for the top. The lighter-colored top border you see is actually part
of the masthead images. Font-size is set to .85em for the entire menu.*/
#menubar {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #FBFCEE;
	float: none;
}

/*Sidebar1 is the left sidebar table cell.*/
#sidebar1 {
	font-size: 0.75em;
	width: 140px;
	padding: 20px;
	border-left: 1px solid #666666;
	background-color: #FFFFFF;
}

/*Maincontent is the center content table cell. We assign a background
image to create a dashed vertical rule between maincontent and sidebar1.*/
#maincontent {
	font-size: 0.9em;
	background-image: url(../images/LRRULE.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 16px 24px;
	background-color: #FFFFFF;
}

/*Maincotent paragraph margins.*/
#maincontent p {
	margin: 8px 0 12px 0;
}

/*Sidebar2 is the right sidebar table cell. We assign a background
image to create a dashed vertical rule between sidebar 2 and maincontent.*/
#sidebar2 {
	font-size: 0.8em;
	background-image: url(../images/barthz_vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 20px;
	width: 160px;
	border-right: 1px solid #666666;
	background-color: #FFFFFF;
}

/*The copyrightcell carries the textured background along the bottom
edge of the mainbox. Nested inside this cell is the
copyrightnotice DIV.*/
#copyrightcell {
	background-image: url(../images/Lr_copyBG.jpg);
	background-repeat: repeat-x;
}

/*Copyrighnotice contains the embedded copyright notice, which
also creates the bottom left curve of the main box. We also set
a background image that completes the bottom curve.*/
#copyrightnotice {
	font-size: 0.75em;
	background-image: url(../images/LR_copy_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*Footer styles*/
#footer {
	padding: 16px 0 0 18px;
	font-size: .7em;
}
#footer p {
	margin: 0 0 3px 0;
}

/*Heading Styles*/
h1, h2, h3 {
	margin: 0px;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #4F0000;
	text-align: left;
	line-height: normal;
	font-weight: normal;
	text-shadow: 2px 2px 1px #CCC;
	border-radius: 2px;
}
h2, h3 {
	margin: 10px 0 0;
	font-size: 1.4em;
	color: #4F0000;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
}
#sidebar1 h3, #sidebar2 h3 {
	color: #333333;
	text-align: center;
}
/*the top class is applied to headings at the top of a DIV when we want
those heading to be flush with the top of the DIV. This class can be
assigned to any element to set its margin to zero.*/
.top {
	margin: 0;
	color: #4F0000;
}

/*Link Styles. Applies to links except
those that are in the main menubar.*/
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover, a:active, a:focus {
	color: #990000;
	background-color: #F6E8A1;
}
#sidecontent a:link {
	color: #837C50;
}
#sidecontent a:visited {
	color: #9D9660;
}
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {
	color: #333333;
}
#smalllink {
	font-size: .75em;
	color: #931901;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
#maincontent2col {
	font-size: 0.9em;
	background-image: url(../images/LRRULE.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 16px 24px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#maincontentcart {
	font-size: 0.9em;
	background-image: url(../images/LRRULE.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 16px 24px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-right-color: 666666;
	border-left-color: 666666;
}
.navytextlarge {
	color: #3300CC;
	font-size: 1.5em;
	font-weight: bold;
}
.green3textlarge {
	color: #33CC66;
	font-weight: bold;
	font-size: 1.5em;
}
.maroontextlarge {
	color: #993366
}
#maincontent2 {
	font-size: 0.9em;
	background-image: url(../images/LRRULE.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 16px 24px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.Timestext {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
.redbold {
	color: #900;
	font-size: 1.15em;
	font-weight: bold;
}
.smallcaps {
	color: #000;
	font-size: .85em;
	font-weight: normal;
	font-variant: small-caps;
}
.txtshadow {
	text-shadow: 2px 2px 2px #999;
}

