﻿body {
    background: #CD7D25;
    background-image: url(    "images/Tabs Watermark 2008.png" );
    background-repeat: repeat-y;
    background-position: right top;
    position: relative;
    font-family: Papyrus, Arial, Helvetica, sans-serif;
}

body.home
{
	font-weight: bold;
	font-size: 110%;
}

body.devoted
{
	background: #cb7052;
	background-image:none;
}

img.no-brd
{
	border: 0;
}

a:link
{
	color: #FFD581;
	text-decoration: underline;
}
a:visited
{
	color: #800000;
	text-decoration: underline;
}
a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}
a:active
{
	color: #FF9933;
	text-decoration: underline;
}

p
{
	margin-right: 5%;
	margin-left: 5%;
}

a.panel:link
{
	color: #C86400;
	text-decoration: underline;
}
a.panel:visited
{
	color: #800000;
	text-decoration: underline;
}
a.panel:hover
{
	color: #FFFF00;
	text-decoration: underline;
}
a.panel:active
{
	color: #FFFFFF;
	text-decoration: underline;
}


p.panel
{
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
}

.center
{
	text-align: center;
}

.centerTable
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

tr.UBedDesc
{
	width: 60%;
}

td.panel {
    padding: 0px;
    margin: 0px;
    background: url( "images/Panel Button.png" );
    background-position: center;
    background-repeat: no-repeat;
    width: 75px;
    text-align: center;
    font-family: 'Arial Rounded MT Bold' , Arial, Helvetica, sans-serif;
    font-size: 60%;
}

tr.panel
{
	height: 50px;
	text-align: center;
}

ul.BedList
{
	list-style-image: url(  "images/Bed Bullet Small.gif" );
	list-style-position: inside;
	font-size: 85%;
	margin: 0px 0em 0px auto;
	
}

h1.BedList
{
	font-size: 120%;
	text-align: center;
}


h2.BedList
{
	margin: 0px auto 0px auto;
	font-size: 110%;
}

.AssocLink
{
	border-width: 0px;
}

.noLinkbord
{
	border-width: 0;
}


.NewsHeadLine
{
	text-align: center;
	font-size: 120%;
}

.NewsSubHeadLine
{
	text-align: center;
	font-style: italic;
	font-size: 110%;
}

.NewsArticle
{
	font-size: 95%;
}

.NewsComment
{
	font-style: italic;
	font-size: 65%;
}

.NewsPicCenter
{
	vertical-align: middle;
	text-align: center;
}

tr.Prod
{
	vertical-align: top;
}

hr.ProdDiv {
    border: 0;
    color: #FFFF00;
    background-color: #FFFF00;
    height: 1px;
    width: 66%;
    text-align: center;
    clear: both;
}

hr.ProductLineDiv {
    border: 0;
    color: #FFFFFF;
    background-color: #FFFFFF;
    height: 1px;
    text-align: center;
    clear: both;
}

.ProdLeft
{
	float: left;
	padding-left: 5%;
	padding-right: 5%;
}

.ProdRight
{
    float: right;
	padding-right: 5%;
	padding-left: 5%;
}
	