@import url('https://fonts.googleapis.com/css?family=Montserrat');
body {
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	font-size: 14px;
	color:#000000;
	background-color: #eeeeee;
	line-height: normal;
}

div#frame {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 21px #999999;
}

table.layout {
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
}

a {
	text-decoration: none;
	color: #0058a0;
	transition: 0.2s;
}

a:hover {
	text-decoration: underline;
}

* {
	box-sizing:content-box;
}

img {
	vertical-align: top;
}



/*--------------------HEADER--------------------*/
div#header {
	padding-top: 15px;
}

div#logo img {
  	display: block;
  	margin: 0px auto;
}





/*--------------------MENU BAR--------------------*/
div#menubar {
	position: relative;
	background-color: #d9d9d9;	
	height: auto;
	padding: 0px;
	font-size: 18px;
	text-align: left;
	line-height: 18px;
}

div#menubar a {
	color: #252525;
	margin: 0px;
	font-weight: normal;
	display: inline-block;
	padding:15px 12px 13px 12px;
	width:130px;
	transition: 0.3s;
}

div#menubar a:hover {
	text-decoration:none;
	background-color:#bbbbbb;
}





/*--------------------MAIN--------------------*/
div#main {
	position: relative;
	background-color: #3c509e;
	display: block;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px 0px 2px 0px;
	font-size: 16px;
	color: #000000;
	padding: 15px;
}

div#content {
	background-color: #ffffff;
	font-size: 16px;
	color: #000000;
	padding: 15px 30px;
	margin-top: 15px;
}



/*--------------------MAIN CONTENT--------------------*/
h1,h2,h3,h4,h5 {
	color: #000000;
	padding: 0px;
	font-weight: normal;
	line-height: 150%;
}

h1 {
	font-weight: normal;
	font-size: 32px;
	letter-spacing: 0.5px;
	margin: 6px 0px 18px 0px;
}

h2 {
	margin: 38px 0px 16px 0px;
	letter-spacing: 0.5px;
	font-size: 22px;
}

h3 {
	margin: 38px 0px 0px 0px;
	letter-spacing: 0.5px;
	font-size: 18px;
}

h4 {
	margin: 28px 0px 0px 0px;
	letter-spacing: 0.5px;
	font-size: 18px;
}

h5 {
	margin: 6px 0px 0px 0px;
	font-size: 12px;
}

ul {
	margin-bottom: 18px;
}

#content-full {

	padding: 20px 15px 20px 15px;
	vertical-align: top;
	line-height: 150%;
}
#content {

	padding: 20px 15px 20px 15px;
	vertical-align: top;
	line-height: 150%;
}

#content p {
	margin: 16px 0px 30px 0px;
	padding: 0px;
	text-align: justify;
}

#content ul {
	margin: 30px 0px 40px 0px;
}

#content img {
	clear: both;
}

#content img.title,td#content img.content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 12px;
	width: 680px;
	background-color: #e1e1e1;
}

#content img.title {
	height: 300px;
	margin-bottom: 28px;
}

td#content img.titletall {
	height: 400px;
	margin-bottom: 28px;
}

#content p.img-note {
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
}




/*--------------------FOOTER--------------------*/
div#footer {
	background-color: #4d4d4d;
	margin-bottom: 20px;
	padding: 6px 15px 10px 15px;
	height: 60px;
}

div#affiliates {
	display: inline-block;
}

div#affiliates p {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	color: #ffffff;
}

div#affiliates a {
	width: 160px;
	height: 80px;
	display: inline-block;
	margin: 50px 0px 0px 8px;
	opacity: 0.8;
}

div#affiliates a:hover {
	opacity: 1;
}

div#footnotes {
	display: inline-block;
	float: right;
	text-align: right;
	margin: 5px 0px 0px 0px;
}

div#footnotes p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #ffffff;

}

div#footnotes p a {
	color: #ffffff;
}
