@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700');

body{
	margin:0;
	padding:0;
	color: #000000;
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
}
#header {background: #FFFFFF}

#allpage{
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
	margin: 0 0 10px;
}

#mainpage {
	background: #fff;
	padding: 0 0 25px;
	text-align: left;
	margin: 0;
}

.clearme{
	line-height: 1px;
	clear:both;
}

strong {
	font-weight: 700;
}

a {
	color: #b60000;
}

a:hover {
	color: #993300;
	text-decoration: underline;
}

h1 {
	color: #000;
	font-family: 'Lato' sans-serif;
	font-size: 36px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: -1px;
}

h2 {
	color: #000;
	font-family: 'Lato' sans-serif;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 400;
}

h3 {
	color: #000;
	font-family: 'Lato' sans-serif;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

h5 {
	color: #000;
	font-family: 'Lato' sans-serif;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700;
	padding: 0;
	margin: 0;
}


input.button {
	background-color: #b60000; 
	font-size: 20px; 
	font-family: 'Lato' sans-serif;
	color: #fff;
	line-height: 1.7;
	font-weight: 400;
	width: auto;
	margin: 0;
	padding: 16px;
	border: 1px solid A58961;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

input.button:hover {
	background-color: #a27006;
}


#footer {
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #666;
	padding: 15px 0;
	border-top: 1px solid #333;
}

.redhighlight {
	color: #b60000;
	font-family: 'Lato' sans-serif;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400;
}

ul {
	font-family: 'Lato', sans-serif;
	list-style-type: square;
	list-style-position: outside;
}

ol {
	font-family: 'Lato', sans-serif;
	list-style-type: decimal;
	list-style-position: outside;
}

li {
	padding-bottom: 3px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
	margin: 0 0 5px;
}

.boxback {
background-color: #dac78a;
border: 1px solid #efefef; 
margin: 30px 0;
border-radius: 15px;
-moz-border-radius: 15px;
}

ul.details {
  	list-style: none;
 	margin-left: 0;
 	padding-left: 0;
}

ul.details li {
 	padding-left: 15px;
 	text-indent: -15px;
	margin-bottom: 8px;
 	font-size: 20px;
}

ul.details li:before {
 	content: "*";
  	padding-right: 5px;
 	font-weight: 700;
}

.redhighlightlg {
	color: #b60000;
	font-family: 'Lato' sans-serif;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 400;
}

.h2equivalent {
	color: #000000;
	font-family: 'Lato' sans-serif;
	font-weight: 400;
	font-size: 34px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.h2equivalentsm {
	color: #000000;
	font-family: 'Lato' sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.h1equivalent {
	color: #b60000;
	font-family: 'Lato' sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

.h1equivalentsm {
	color: #b60000;
	font-family: 'Lato' sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
