@charset "UTF-8";
/* CSS Document */

body {
	background:#007246;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:14px;
	margin:20px auto;
}
#ctc {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:12px;
	background-color:#ddd;
	padding:0;
	margin:0;
	font-size:9px;
	text-align:center;
}
#mainTbl {
 	background:#fff;
	width:750px;
	border:0;
	margin:20px auto;
}	
#mainTbl td {
	border:0;
	vertical-align:top;
}
#preHead {
	height:60px;
	background-color:#627025;
	color:#fff;
	font-weight:bold;
	padding:15px;
	font-size:12px;
}
#headLine {
	margin:10px auto;
 	text-align:center;
	width: 550px;
}
#subHead {
	margin:50px auto;
	width:550px;
}
#subHead ul li {
 	padding-top:10px;
}
#leftColumn {
	background:#6B754F;
	width:200px;
	text-align:center;
	font-size:12px;
}
#leftColumn p {
	text-align:left;
	margin:8px;
	color:#fff;
}
#mainContent {
	margin: 0 20px;
}
#mainContent p {
	text-indent:2.4em;	
}
#contentList {
	margin:10px auto;
	width:494px;
}
#contentList ul li {
 	padding-top:8px;
}
#bonus li {
 	padding-top:8px;
}
#footer {
	height: 20px;
	text-align:center;
	color:#ddd;
	font-size:9px;
	background:#627025;
}
.blue {
	color:#00f;
}
.bold {
 	font-weight:bold;
}
.green {
	color:#2F7115;
}

.red	{
	color:#FF0000;
}
.emStrong {
	font-weight:bold;
	font-style:italic;
}
.order {
	text-align:center;
	font-size:16px;
	margin:20px;
	color:#009;
	font-weight:bold;
}
.order a:link, .order a:active, .order a:visited {
	text-decoration:none;
	color:#009;
}
.order a:hover {
	background-color:#09F;
	color:#fff;
}

ul li	{
	padding: 8px;
}

ul#List1, ul#List2, ul#List3, ul#List4, ul#List5, ul#List6, ul#List7, ul#List8 	{
	list-style-image: url(images/bullets2.gif);
}

div#orderNow	{
	list-style:url(images/orderNow.gif);
}








