/* CSS Document */

body {
	color:#333;
	text-align: center;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0;
	background-color: #FFF;
	background-image: url(images/background.gif);
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a:link {
	color:#CC0000;
}
a:visited{
	 color:#CC0000;
}
a:active {
	color:#CC0000;
}
a:hover {
	color:#333;
	text-decoration:none;
}	
#wrapper {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background-color: #FFF;
	background-repeat: repeat;
	border: 1px solid  #666;
}
#masthead{
	height: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(images/nav/hdr_main_bg.gif);
	background-repeat: repeat-x;
}
#leftcolumn{
	float:left; 
	width: 180px;
}
#rightcontent {
	float:right;
	width: 740px;
	color: #333333;
	padding-right: 15px;
	text-align: justify;
	padding-top: 20px;
}
#footer{
	clear:both;
	height:145px;
	text-align: center;
	border-top: 1px solid  #CCC;
	background-color: #E8E8E8;
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#CC0000;
}
p {
	font-size: 11px; 
	color: #333;
}
#leftcolumn p{
	font-size: 11px; 
	color: #333;
	line-height: 1.2em;
}

#rightcontent p {
	font-size: 11px; 
	color: #333;
	line-height:1.2em;
}
h1 {
	color: #000;
	font-size: 14px; 
}
h2 {
	font-size: 12px;
	color: #CC0000;
}
hr {
	color: #CC0000;
	height: 1px;
	width: 100%;
}
.border {
	border: 1px solid #CC0000;
}
img {
border: none;
}
.leftborder {
	border-left: 1px dashed #CC0000;
}
.table {
	background-color: #99CC00;
	text-align: center;
}
.table2 {
	background-color: #FF9900;
	text-align: center;
}
.table3 {
	background-color: #00CCFF;
	text-align: center;
}
.table4 {
	background-color: #66FF00;
	text-align: center;
}

.products {
	border: 1px solid #CCC;
}
.emphasisred {
	color:#CC0000;
	font-size: 16px;
	font-family:  Arial, Helvetica, sans-serif;
}
#retraction {
	color:#333;
	font-size: 16px;
	font-family:  Arial, Helvetica, sans-serif;
}
#retraction p{
	color:#000;
	font-size: 16px;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	text-align:justify;
}
#retraction h1{
	color:#CC0000;
	font-size: 20px;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration: none;
}