body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #333399; background-color: #FFFFFF; background-image: url(../images/background6.jpg); background-repeat: no-repeat; background-position: center center; background-attachment: fixed; margin: 12px 20px; padding: 0; }

/*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{ margin: 0 0 0 0; min-width: 720px; }

/*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 { display: none; }

/*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 { display: none; }

/*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 { display: none; }

/*Sidebar1 is the left sidebar table cell.*/
#sidebar1 { display: none !important; }

/*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: .9em; background-image: url(../images/barthz_vruleTR1.gif); background-repeat: repeat-y; background-position: left top; padding: 16px 24px; }

#maincontent ul li { margin-bottom: 0.8em; list-style-image: url(../images/trl_diamond_bullet4.gif); }

#maincontent ol li { margin-bottom: 0.8em; }

/*Maincotent paragraph margins.*/
#maincontent p { margin: 8px 0 12px 0; }

.maincontentintro { font-weight: bold; }

/*Sidebar2 is the right sidebar table cell. We assign a background
image to create a dashed vertical rule between sidebar 2 and maincontent.*/
#sidebar2 { display: none !important; }

/*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/barthz_copyBGTR.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: .75em; background-image: url(../images/barthz_copy_rightTR.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: Verdana, Arial, Helvetica, sans-serif; color: #006633; text-align: left; line-height: normal; font-weight: normal; }

h2, h3 { margin: 30px 0 0 0; font-size: 1.6em; color: #006633; }

h3 { font-size: 1.4em; }

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

/*Link Styles. Applies to links except
those that are in the main menubar.*/
a:link { color: #333399; }

a:visited { color: #7B68EE; }

a:hover, a:active, a:focus { color: #FFFFFF; background-color: #18964C; }

.oldbrowsers { display: none; }

hr { border: none; color: #18964C; background-color: #18964C; height: 1px; width: 80%; }

form p { clear: left; margin: 0; padding: 0; padding-top: 5px; }

form p label { float: left; width: 30%; font: bold 0.9em Arial, Helvetica, sans-serif; }

#skipnav { display: none; }

.floatright { float: right; margin: 0 0 10px 10px; border: 1px solid #666; padding: 2px; }

.cent { text-align: center; }
 
.centb { text-align: center; border: 1px solid #666; padding: 2px; }
 