BODY {
	margin: 0; /*margins are set to zero*/
	padding-top: 0; /*for Opera6*/
	line-height: 15px;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	border: 2px solid #336600;
}
      
#container{/*location set for browser, DO NOT EDIT*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

#header {
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	z-index: 2;
	margin-bottom: 0;
	margin-right: 0; /*EDIT COLOR TO MATCH PRIMARY IMAGE BACKGROUND COLOR TO BLEND*/
	color: #990000;
	background-color: #990000;
	background-image: url(../images/rightback.gif);
	background-repeat: no-repeat;
	background-position: right;
}
      
#navigation {/*The navigation on the left side, positioned absolutely*/
	position:absolute;
	top:70px;
	left:6px;
	z-index:6;
	width:130px;
	font-family:Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	line-height:100%;/*line-height can be set in order to have the navigation elements better separated, if needed*/
	background-color: transparent;
	color:#000000;
	border: thin solid #336600;
}

/*Default links for navigation area; edit as needed*/
#navigation A:link {
	COLOR: #0000CC;
	TEXT-DECORATION: underline;
	font-size:x-small;
	background-color: transparent;
}
#navigation A:visited {
	COLOR: #990099;
	TEXT-DECORATION: underline;
	font-size:x-small;
	background-color: transparent;
}
#navigation A:hover {
	COLOR: #CC3300;
	TEXT-DECORATION: underline;
	font-size:x-small;
	background-color: transparent;
}
	
#webcontent {
	/*The area that holds the primary content*/
	position: absolute;
	top: 72px;
	left: 161px;
	color: #000000;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.15;
	width: 800px;
	z-index: 3;
	font-size: small;
	background-color: transparent;
}
	
/*Default link colors for content area; not recommended to edit*/
A:link {
	COLOR: #0000CC;
	TEXT-DECORATION:underline;
	background-color: transparent;
}

A:visited {
	COLOR: #990099;
	TEXT-DECORATION:underline;
	background-color: transparent;
}

A:hover {
	COLOR: #CC3300;
	TEXT-DECORATION:underline;
	background-color: transparent;
}

#menu3 {
	/*for manual footer links*/
	PADDING-RIGHT: 0;
	BORDER-TOP: thin solid #800000;
	PADDING-LEFT: 0;
	PADDING-BOTTOM: 3px;
	MARGIN: 40px 0 0;
	PADDING-TOP: 6px;
	TEXT-ALIGN: center;
	line-height: 22px;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}	

#rightcontent {
	/*to set the right column*/
	position: absolute;
	left: 76%;
	top: 78px;
	width: 170px;
	z-index: 4;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-small;
	margin: 0;
	text-align: left;
	padding: 3px 5px;
	border: 1px solid #DCDCDC;
	background-color: transparent;
}  	

#webcontent p{
	font-family:Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

OL, UL, DL {font-size:small;}/*font-family is already defined, here I only set the font-size*/

/*Settings for all heading tags*/
H1{
	margin-bottom: 0;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #800000;
	background-color: transparent;
}

H2{
	margin-top:0;
	font-family:Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size:large;
	color:#990000;
	font-weight:bold;
	background-color: transparent;
	font-style: normal;
}

H3{
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #696969;
	font-weight: bolder;
	background-color: transparent;
}

H5{
	margin-bottom: 0;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #696969;
	background-color: transparent;
}

H4 {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #990000;
	padding: 3px;
	width: 100%;
	BORDER-TOP: thin solid #333333;
	BORDER-LEFT: thin solid #333333;
	BORDER-BOTTOM: thin solid #333333;
	BORDER-RIGHT: thin solid #333333;
	background-color: #CCCCCC;
}

H6 {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	BORDER-TOP: thin solid #333333;
	BORDER-BOTTOM: thin solid #333333;
	BORDER-LEFT: thin solid #333333;
	BORDER-RIGHT: thin solid #333333;
	margin: 0;
	padding: 1px;
	text-align: center;
	background-color: #DCDCDC;
}    
    
strong, b {font-weight:800;}/*NN 4.xx needs that...*/ 
big {font-size:larger;}/*to emphasize words, use it inline with a <span> class*/ 
small {font-size:smaller;}/*not really necessary, but one never knows...use it inline with a <span> class*/

/*This removes the need to add border=0 to linked images*/
A IMG {border:0.1px none #000000;} 

ul{/*You can create a special image to use in lists, upload to the Graphics Library and be sure and name it li.gif*/
	list-style-image:url(../images/li.gif);
	list-style-position:outside;
	list-style-type:none;
}

em,i{ /*sets italics to bold to stand out better*/
	font-weight: bold;
	font-style: italic;
}
#navigation h4 {
	width: 120px;
}

.lftflt {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.rghtflt {
	float: right;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pullquoteleft {
	color: 990000;
	float: left;
	width: 175px;
	border-bottom: 2px dotted #703E3B;
	border-top: 2px dotted #703E3B;
	padding-bottom: 3px;
	padding-top: 1px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-left: 13px;
	background-color: #CCCCCC;
}

.pullquoteright {
	color: 990000;
	float: right;
	width: 160px;
	border-bottom: 2px dotted #703E3B;
	border-top: 2px dotted #703E3B;
	padding-bottom: 3px;
	padding-top: 1px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-left: 13px;
	background-color: #CCCCCC;
}

.centerbox {
	color: #333333;
	width: 90%;
	padding-bottom: 3px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-right: 20;
	margin-bottom: 5px;
	margin-left: 20px;
	background-color: #CCCCCC;
}.headingbullets {
	font-size: medium;
	font-weight: bold;
	color: #336600;
	text-align: left;
	list-style-position: inside;
	list-style-image: url(../images/li.gif);
	line-height: 1.3em;
}
.feedTitle a {
	font-size: large;
}
.pdb_description_text {
	text-align: left;
	padding-bottom: 120px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dashed;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

.headline a {
	font-size: medium;
	font-weight: bold;
	padding-bottom: 30px;
}
.pdb_product_image {
	float: left;
	padding-top: 10px;
}
