/* CSS Document */

	body{background: #282828 url(../images/bgBody.gif) repeat;
		margin: 0;
		padding: 0;
		}
	#head{
		width: 780px;
		height: 150px;
		margin: 0 auto;
		margin-left: -200px;
		background: #428202;
		overflow: hidden;
		z-index: 30;
		}
	* html #head{
		width: 786px;
		position: relative;
		top: 0;
		}
	#foot{
		position: relative;
		width: 100%;
		height: 10px;
		background-color: black;
		}
	#container{
		width: 580px;
		margin: -10px auto;
		background: #fff;
		border-left: 200px solid #D9D9FF;
		font: .8em Tahoma, Arial, Helvetica, sans-serif;
		}
	* html #container{
		margin: 0 auto;
		}
		#container p{
			padding: 0 20px 0 20px;
/*			line-height: 18px;
*/			}
		#container .testimonial{
			margin: 0 20px 20px 20px;
			border: 1px solid #ccc;
			background: #f0f7e2;
			padding: 0;
			font: 12px Georgia, "Times New Roman", Times, serif;
			}
		.testimonial strong{
			color: #660000;
			}
		.testimonial p{
			padding: 0;
			}
	#content{padding-right: 20px;
			_padding-right: 0;}
	#content table{
		margin-left: 50px;
		}
	#teaser{
		margin: 20px;
		padding: 10px;
		border: 3px solid #003399;
		border-left: none;
		border-right: none;
		text-align: center;
		line-height: 3em;
		}
/*		#teaser strong{font-size: 1.2em; letter-spacing: 3px}
*/		#teaser p{
			line-height: 1.4em
			}
		#teaser .reg{
			font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
			line-height: 2em;
			}
		#teaser .headline{
			font: 1.6em Georgia, "Times New Roman", Times, serif;
			}
	.red{
		color: #c00;
		}
	.green{
		color:#007100
		}
	.large{
		font: 1.35em Georgia, Times, serif; 
		color: #c00;
		}
	.indent{
		padding-left: 20px;
		padding-right: 20px;
		}
	#optin{
		position: relative;
		float: left;
		width: 200px;
		margin: 18px 0 0 -200px;
		font: 16px Arial, Helvetica, sans-serif;
		text-align: center;
		z-index: 50px;
		}
	#optin .large{
		font: 3em Georgia, "Times New Roman", Times, serif;
		color: #c00;
		}
	#optin td{
		font-size: 11px;
		}
	.navBottom{
		font-size: 10px;
		color: #0033CC;
		}
	.navBottom a{
		text-decoration: none;
		color: #0000CC;
		}
	.navBottom a:hover{
		text-decoration: underline;
		}
.title{
	font: 24px Arial, Helvetica, sans-serif;
	color: #c00;
	}
#links{
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	text-align: right;
	font-size: 10px;
	}
#links a{
	text-decoration: none;
	color: #0000CC;
	}
#links a:hover{
	text-decoration: underline;
	}
li{
	padding-bottom: 10px;
	}
.small{font-size: 9px}