/* STEALING GRAPHICS FOR HEADER -- via deploy-time pass of buildutils/python/process_vhosts.py
/* url(/graphics/headers/LAHSheader.png);*/
/* url(/graphics/headers/LAHSheader.ESP.png);*/

body {
	margin: 0;
	font: normal 11px/18px Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	text-align: left;
	color: #000033;
	background-color:#f3f3f3;
	}

a, a:visited, a:active  {
	color: #233d95;
	text-decoration: underline;
	background-color: inherit;
    }
a:hover {
    color: #e4bc4b;
    text-decoration: none;
	background-color: inherit;
    }

#shadowtable {
	background:#f3f3f3 url(/graphics/images/LA_body_shad.png) repeat-y top center;
	}

#mastertable {
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font: normal 11px/18px Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	text-align: left;
	color: #555;
	background: #FFF;
	}

#toptable {
	width: 830px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#reducetable {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	}

.languageLinkPadding{
	padding-right: 5px;
	height:30px;
	background: url(/graphics/headers/LA_header_lang_bg.png) no-repeat;
	color: #000000;
	}

.languageLinkPadding a, .languageLinkPadding a:visited, .languageLinkPadding a:hover {
	color: #000000;
	}

.frontLeftColumn {
	float:left;
	width:214px;
	}

h1 {
	font-size: 20px;
	}

#paintTitle {
	color: #2b411f;
	border-bottom: solid 1px #2b411f;
	background-color: inherit;
	}

.paintTitle {
	color: #2b411f;
	border-bottom: solid 1px #2b411f;
	background-color: inherit;
	}

.paintTitle2 {
	color: #2b411f;
	border-bottom: solid 1px #2b411f;
	background-color: inherit;
	}

.paintTitleH2 {
	color: #2b411f;
	border-bottom: solid 1px #2b411f;
	font-size: 16px;
	background-color: inherit;
	}

.footerstrip
{
	background-color: #FFFFFF;
}

.HHFlex {
	display: flex;
	flex: 1 1 auto;
	max-width: 1000px;
	margin: 0 auto;
	margin-top:40px;
}
.HHFlex > div {
	flex: 1 1 400px;
}

.HHRight {
}
.HHChild {
	width: 50%;
	height: 100%;
	line-height: 140%;
	padding: 30px;
}
.HHHead{
	color: rgb(30,103,156);
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 20px;
}