@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;

}



#main {

	background:#ffffff;

	text-align:left;

	color:#184A25;

	padding:20px 15px;

	text-align:justify;

}



#top {

/*	background-image: url(images/top.jpg);*/

	height: 151px;

	width: 702px;

}



#top img{

	border:1px solid #000000;

}



#result {

	border:1px solid #000000;

	background:#000000;

}



#result .ok {

	color:#006600;

	font-weight:bold;

}



#result .alert {

	color:#ff0000;

	font-weight:bold;

}



h1 {

	font-family:Vani;

	text-align:center;

	font-size:44px;

	margin-top:10px;

}



h2 {

	font-size:23px;

	color:#4A1823;

	text-align:center; margin-left: 50px; margin-right: 50px;

}



h3 {

	font-size:21px;

	color:#4A1823;

	text-align:center;

}



h4 {

	font-size:16px;

	color:#000000;

	text-align:center; margin-bottom: 5px;

}



p {

	font-size:17px;

}



ul {

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

}



li {

	margin-bottom:20px;

}



#box {

	width:380px;

	background:#FEFFC7;

	color:#000000;

	font-size:14px;

	text-align:center;

	padding:20px 40px;

	margin-left:110px;
	
	border:1px solid #a9aa85;

}



/* custom classes */

.maroon {

	color:#4A1823;

}

.white {

	color:#FFFFFF;

}

.strong {

	font-weight:bold;

}



.boxCenter {

	margin:auto;

}



table#optin {

	margin:auto;

}



table#optin td {

	padding:5px;

}



.inlineCenter {

	text-align:center;

}


