body {
	
	background-color: rgb(28, 54, 100);
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12pt;
}

div.banner {
	padding: 20px;
	background-color: #384584;
}

div.banner-logo {
}

div.banner-image {
	margin: 0 0 0 -20px;
}

a.banner-image {
}

div.break {
	clear: both;
}

div.company-column {
	float: left;
	text-align: center;
}

div.company-description {
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: white;
	/* padding: 0 20px 0 20px; */
	margin-left: -1px;
}

a.company-description {
	color: white;
	text-decoration: none;
}

a.company-description:hover {
	color: white;
	text-decoration: underline;
}

div.company-descriptions {
	margin: 20px auto 20px auto;
}

div.company-headers {
	margin-top: 40px;
}

div.company-title {
	width: 100%;
	height: 75px;
	text-align: center;
}

div.copyright {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: white;
}

div.footer {
	margin: 40px;
	text-align: center;
}

hr.green-line {
	background-color: lightgreen;
	color: green;
	height: 2px;
	border: 0 none;
}

div.snapshot{
	padding: 30px; /* The padding is doubled to compensate for the md-col-offset-2 used for centering */
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: white;
}

a.snapshot {
	color: white;
	text-decoration: none;
}

a.snapshot:hover {
	text-decoration: underline;
}

div.synopsis {
}

div.synopsis-description {
	padding: 15px;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 auto;
	color: white;
}
	
div.synopsis-title {
	padding: 15px;
	text-align: centered;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	color: white;
}

h2.synopsis-title {
	margin: 0 auto 40 auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	color: white;
}

image.center {
	margin: 0 auto;
}
