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

body {
    background-color: #fff;

}

div.container {
	max-width: 800px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

div.minorlink {
	font-size: 16px;
	margin-top: -20px;
}

h1, h2, p, a {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #1C356C;
	font-weight: 400;

}


h2 {
	border-bottom: solid #1C356C 1px;
}
h2 a {
	color: #1C356C;	
}

h2 a:hover {
	color: #1C356C;	
}

a {
	color: #F54B1A;
	text-decoration: none;
	
}

p {
	font-size: 20px;
}

a:hover {
	color: #000000;
}

img
{
    max-width: 100%;
    height: auto;
	/* border: solid #999 1px; */
}

div.wrapper {
	float:left;
	margin-right: 10px;
	
}