body   {	color:            #333333;
	font-family:      "Times New Roman", Times, serif;
	line-height:      1.5;
	background-color: #f6eec0;
	margin:           0;
	padding:          0 }




a:link, a:visited, a:hover    {	color:           green;
	font-weight:     bold;
	text-decoration: none }




a:hover     {	color:           blue;
	text-decoration: underline }




/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6  {	color:       black;
	font-weight: normal;
	margin:      0 0 9px;
	padding:     0 }


h1 {	font-size: 120% }


h2 {	color:     black;
	font-size: 114% }


h3 {	color:         black;
	font-size:     100%;
	margin-bottom: 6px }


h4 {	color:       black;
	font-size:   100%;
	font-weight: normal }


h5 {	color:     black;
	font-size: 100% }


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label {	color:       #cb1717;
	font-weight: bold }

				

/*Masthead Section*/
#masthead         {	background-color: #f6eec0;
	padding-top:      6px;
	height:           160px;
	border-bottom:    20px solid #f7c66b }









#masthead h1{
 font-size: 200%;
 color: #688402;
 padding: 0px 0px;
 margin: 0px;
}

#masthead h2{
 padding: 0px 0px;
 margin: 0px;
 font-size: 130%;
 color: #688402;
}

#masthead h2.menu {	color:       #688402;
	font-size:   145%;
	font-weight: bold;
	line-height: 2.5em;
	margin-left: 190px }


#masthead h3{
	line-height: 2.0em;
	font-size: 100%;
	color: #996633;
}

#masthead h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

#masthead h5{
 font-size: 100%;
 color: #334d55;
}
/*Navigation Bar Section*/
#navbar {	background:   #bedb83;
	padding:      25px 4px 25px 0;
	width:        170px;
	float:        left;
	overflow:     auto;
	border-color: #cccccc }


#navbar h3 {	color:       #996633;
	font-size:   110%;
	line-height: 1em;
	margin:      15px 10px }


#navbar h4 {	color:       #996633;
	font-size:   105%;
	line-height: 1em;
	margin:      15px 25px }
#navbar h5 {	font-size:   90%;
	font-style:  italic;
	line-height: 1em;
	margin:      15px 10px 15px 35px }

/*Content Section*/
#content    {	background-color: #f6eec0;
	background-image: none;
	list-style-image: url(graphics/bg_paper.jpg);
	bottom:           500px;
	border-top:       0 none;
	border-left:      0 none }




#content h1   {	color:     #688402;
	font-size: 180%;
	margin:    5px 5px 5px 190px }




#content h2   {	color:     #685beb;
	font-size: 140%;
	margin:    5px 5px 15px 190px }




#content h3   {	color:       #690;
	font-size:   120%;
	font-weight: normal;
	margin:      5px 5px 9px 190px }




#content h4  {	color:       #690;
	font-size:   115%;
	font-weight: bold;
	margin:      5px 5px 5px 190px }



#content h5 {	color:     #839e1d;
	font-size: 110%;
	margin:    5px 5px 5px 190px }


#content h6  {	color:         #839e1d;
	font-size:     100%;
	font-style:    italic;
	text-align:    center;
	margin-top:    5px;
	margin-bottom: 5px;
	margin-left:   190px }



#content p, hr     {	color:       #960;
	line-height: 1.5;
	text-align:  justify;
	margin:      5px 12px 9px 190px }
#content th {	font-weight:    bold;
	text-align:     right;
	vertical-align: top }

#content td {	font-weight:    normal;
	text-align:     left;
	vertical-align: top }

#content .quote  {	color:       #688402;
	font-size:   100%;
	text-align:  left;
	margin-left: 30px }

#content .calloutgreen    {	color:     #688402;
	font-size: 120% }



#content .calloutblue     {	color:     #66f;
	font-size: 120% }




#content .calloutdarkblue {
	font-size: 150%;
	color: #0000AF;
	}
#content .price {
	font-weight: bold;
	color: blue;
	}
#content .title   {	color:         #6c5ac6;
	font-size:     190%;
	text-align:    center;
	margin-top:    12px;
	margin-bottom: 12px }

#content .table {	margin-left: 190px }
.table-right {	margin-left: 190px }

.tabletext  {	color:       #960;
	font-size:   100%;
	line-height: 1.3 }


#siteName  {	margin:         0 0 0 190px;
	padding-top:    0;
	padding-right:  0;
	padding-bottom: 10px }


#breadCrumb   {	font-size:        100%;
	background-color: #bfdb6f;
	text-indent:      9px;
	margin:           15px 0 20px 190px;
	padding-top:      4px;
	padding-bottom:   2px }



#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
img {	margin: 0 }

img.bordered-left {	margin-right: 9px;
	margin-left:  0 }

img.bordered-right {	margin-left: 9px }

