a:link {
	color: #577226;
	font-size: 12px;
	text-decoration: underline;
}

a:visited {
	color: #577226;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	color: #577226;
	text-decoration: none;
}

a:active {
	color: #577226;
	font-size: 12px;
	text-decoration: underline;
}

body {
	background-color: #97C747;
	margin: 0px;
	text-align:center;
}

#container {margin: 0 auto; text-align: left; width: 900px; position:relative;}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}


.p {margin:0; font-size:11px; font-family:Arial;}

p {
	color: #0A1A55;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 20px;
	text-align: justify;
}

ul {
	color: #0A1A55;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.background {
	background-color: #979FC0;
	color: #292929;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.backgroundcell {
	background-color: #D0D5E8;
	color: #292929;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.blue {
	color: #0A1A55;
	font-weight: bold;
}

.bluebolder {
	color: #0A1A55;
	font-size: 14px;
	font-weight: bold;
}

.bone{
	color: #0A1A55;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(../images/img_bullet.gif);
	padding-right: 50px;
}

.green {
	color: #82AB3D;
	font-size: 14px;
	font-weight: bold;
}

.red {
	border: #921A1D;
	color: #921A1D;
	font-weight: bold;
}

.subcat {
	background-image: url(../images/img_subcat.jpg);
	color: #232323;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	padding-left: 5px;
	width: 634px;
}

#bg {
	background-image: url(images/bg.jpg);
	height: 271px;
	width: 383px;
}

#content {
	background-image: url(../images/img_content.gif);
	height: 264px;
	width: 756px;
	margin: 0px;
}

#homebg {
	background-image: url(../images/img_bg.jpg);
	height: 358px;
	width: 435px;
}

#navlist a {
	padding: 3px 10px;
}

#navlist a:link, #navlist a:visited {
	background-color: #AED467;
	color: #0A1A55;
	text-decoration: none;
}

#navlist a:hover {
	background-color: #829E4F;
	color: #FFFFFF;
	text-decoration: none;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #565;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #efe;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: #676;
  color: #fff;
  font-size: 90%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: #250;
  color: White;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #565;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: #afa;
  color: #000;
  border: 1px solid #084;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #dfb;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #564;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #dfb;
}

.calendar tbody .rowhilite td {
  background: #dfd;
}

.calendar tbody .rowhilite td.wn {
  background: #efe;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #efd;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #dec;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #f8fff8;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { font-weight: bold; color: #0a0; }

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: #250;
  color: #efa;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #565;
  background: #efd;
  color: #000;
  font-size: smaller;
}

.combo .label {
  width: 100%;
  text-align: center;
}

.combo .hilite {
  background: #af8;
}

.combo .active {
  border-top: 1px solid #6a4;
  border-bottom: 1px solid #6a4;
  background: #efe;
  font-weight: bold;
}
#newprices a {
	font-size: 14px;
	font-weight: bolder;
	color: #CC0000;
	padding-top: 10px;
	padding-bottom: 10px;

}
