@charset "UTF-8";
body {
	background: #3F2619;
}
/* CSS Document */

body, td, th {
	color: #000;
	font: 0.9em Arial, Helvetica, sans-serif;
}
p , ul{
	margin: 0px 0px 1.4em;
}
ul {
	margin-left: 40px;
	list-style: circle;
}
ol {
	margin-left: 40px;
	list-style: decimal;
}
li {
	margin: 0px 0px 0.6em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.6em 0px 0.4em;
}
h1 {
	color: #411407;
	font-size: 2.3em;
	letter-spacing: 7px;
	text-align: center;
}
h2 {
	color: #411407;
	font-size: 1.2em;
	font-weight: normal;
}
p {
	line-height: 1.3;
}
a {
	color: #8B3E06;
}

#wrapper {
	margin: 0px auto;
	width: 718px;
	background: #DED5BC url(../images/bg_red_repeat.jpg) repeat-y;
	border-right: medium solid #531B05;
	padding: 0 0 0 62px;
}
#content {
	float: left;
	padding-left: 16px;
	width: 450px;
	background: url(../images/bg_content.jpg) repeat-x;
}
#right {
	float: right;
	width: 252px;
}
#right #elligible {
	background: url(../images/bg_elligible.jpg) no-repeat;
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 60px;
	font-size: 0.8em;
	color: #000;
}
#right #elligible ul {
	margin-left: 10px;
}
#right #elligible img {
	border: 2px solid #857663;
	padding: 1px;
}
table#tableborders , #tableborders td, #tableborders th{
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 5px;
}
#tableborders ul {
	margin: 0px 0px 0px 10px;
}
#tableborders th {
	font-weight: bold;
	text-align: right;	
}
#footer {
	clear: both;
	background: #B2AA95 url(../images/bg_footer.jpg) no-repeat;
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
	color: #333;
}
.imagefloatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
}
.imageborder {
	padding: 1px;
	border: 2px solid #867563;
}
.red {
	color: #B52324;
}
.h1small {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
}
.right_box_section {
	background: #f4edd3 none repeat scroll 0 0;
    border: 4px solid #b3212b;
    border-radius: 10px;
    color: #3e18d3;
    font-style: italic;
    margin: 10px auto;
    padding: 5px;
	text-align: center;	
	width: 80%;
}
/* Mobile Responsive */
  
   @media only screen and (max-width: 700px) {
		#wrapper {
			box-sizing: border-box;
			width: 100%;
			padding: 0 0 0 62px;
			
		}
		#content {
			box-sizing: border-box;
			padding: 0 20px;
			width: 100%;	
		}
		#content, #right {
			width: 100%;
			float: none;	
		}
		#right {
			background: url("../images/bg_content.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
			border-top: solid #000 1px;
		}
		#right #elligible {
				width: 200px;
				margin: 0 auto;
		}
	
   }

