@charset "utf-8";
.descbold {
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
	color: #1A2F47;
	line-height: normal;
	text-decoration: none;
}
.green {color: #008000}

.reverseheader {
	color: #FFFFFF;
	font-weight: bold;
}

/* CSS Document */

.list {
	font-size: .65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.listheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.standardsmall {
	font-size: .65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.largerbold {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.pricelist {
	font-size: .65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}
.pricelistbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.red {
	color: #ff0000;
	font-weight: bolder;
}
.desc {
	font-size: 0.6em;
	font-family: Verdana;
	line-height: normal;
}
.title {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.titlebig {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bolder;
}
.whitelnk {
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
}
.srest {
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #1A2F47;
	line-height: normal;
	text-decoration: none;
}

ul {
	
	list-style-position: outside; 
	list-style-type: disc;
	padding: 6px;
	margin: 0px;
} 

.articlelist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 1em;
}

.contentplace {
	background-color:rgb(172,187,246);
	color:#000000;
	width: 480px;
}
.contentplace p { margin: 0 10px 0 10px; }
.topplace{ background: url(images/tr.png) no-repeat top right; }
.bottomplace { background: url(images/br.png) no-repeat top right; }
img.placeborder { width: 20px; height: 20px;border: none;display: block !important; }

.arcontentplace {
	background-color:rgb(172,187,246);
	color:#000000;
	width: 130px;
}
.arcontentplace p { margin: 0 10px 0 10px; }
.artopplace{ background: url(images/tr.png) no-repeat top right; }
.arbottomplace { background: url(images/br.png) no-repeat top right; }
img.placeborder { width: 20px; height: 20px;border: none;display: block !important; }

.menulink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menulink a:link  {
	color: #FFFFFF;
	text-decoration: none;
} 
.menulink a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 
.menulink a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}
.menulink2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menulink2 a:link  {
	color: #FFFFFF;
	text-decoration: none;
} 
.menulink2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 
.menulink2 a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}

#container {
  padding-left: 200px;   /* LC width */
  padding-right: 150px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  width: 100%;
}
#left {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
}
#right {
  width: 150px;          /* RC width */
  margin-right: -150px;  /* RC width */
}
#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}

