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

body {
/*	background:#184A25 url(/images/bg_tile_bevel.png) repeat scroll 0% 0%;*/
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
/*	margin:0 auto;
	width:702px;*/
	border: 2px solid #000000;
}

#main {
	background:#000000;
	text-align:left;
	color:#000000;
	padding:20px 15px;
}

#top {
	border:none;
	/*background-image: url(images/top.jpg);*/
/*	height: 151px;
	width: 702px;*/
}

#top img {
	border:none;
/*	border: 1px solid #000000;*/
	height: 151px;
	width: 702px;
}

#result {
	border:1px solid #000000;
	background:#ffffff;
}

#result .ok {
	color:#00aa00;
	font-weight:bold;
}

#result .alert {
	color:#ff0000;
	font-weight:bold;
}

h1 {
	font-family:Impact;
	text-align:center;
	font-size:44px;
	margin-top:10px;
	color:#184a25;
}

h2 {
	font-size:23px;
	color:#184a25;
	text-align:center; margin-left: 50px; margin-right: 50px;
}

h3 {
	font-size:21px;
	color:#184a25;
	text-align:center;
}

h4 {
	font-size:16px;
	color:#E6BC00;
	text-align:center; margin-bottom: 5px;
}

p {
	font-size:17px;
}

ul {
	list-style-image:url(images/check_whitebg.jpg);
}

li {
	margin-bottom:20px;
}

#box {
	display:none;
	width:380px;
	background:#FEFFC7;
	color:#000000;
	font-size:14px;
	text-align:center;
	padding:20px 40px;
	margin-left:110px;
}

/* custom classes */
.yellow {
	color:#184a25;
}
.white {
	color:#FFFFFF;
}
.strong {
	font-weight:bold;
}

.boxCenter {
	margin:auto;
}

table#optin {
	margin:auto;
}

table#optin td {
	padding:5px;
}

.screenonly {
	display:none;
}


