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

/*
Red #bf0100
Blue #105a8b

*/


body {
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	background-color: white;
}

#mainBody {
	float: left;
	width: 100%;
	
}

#mainBodyInner {
	margin: 0 auto;
	width: 1200px;	
	text-align: center;
}

#mainBodyInner img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: auto;
	margin-top: 50px;
}

#mainBody p {
	font-size: 140%;
	line-height: 28px;
	color: #2e3191;
}

#mainBody p b {
	color: #2e3191;
	font-weight: bold;
}	

#mainBody p a {
	color: #2e3191;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #2e3191;
	text-decoration: none;
}

#mainBody ul {
	list-style-type: none;
	padding-left: 0;
}

#mainBody li {
	font-size: 180%;
	line-height: 33px;
	color: #2e3191;
	display: inline;
	margin: 0 30px 0 30px;
	font-weight: bold;
}

#mainBody li a {
	color: #2e3191;
	text-decoration: none;
	font-weight: normal;
}

#mainBody li a:hover {
	color: #2e3191;
	text-decoration: underline;
}


/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {


#mainBodyInner {
	width: 95%;	
	padding: 1%;
}
					 
					 


}