/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/**/font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*start here after reset*/
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
body
{
font: 12px Arial, Helvetica, sans-serif;
text-align: center;
background: #000;

}
a img
{
border:none;
}
#container
{
margin: 20px auto 0 auto;
padding: 0;
width: 1200px;


}
#wrapper
{
text-align: left;
margin: 0 auto;
padding: 0;

width: 850px;
border: 3px solid #e50505;
}
#top
{
background: #fff;
width: 850px;
height: 159px;
display: flex;
align-items: center;
justify-content: space-between;
overflow: hidden;
}
#top a
{
display: inline-block;
text-decoration: none;
line-height: 0;
}
#top img
{
height: 159px;
width: auto;
display: block;
}
#top-center
{
text-align: center;
font-size: 20px;
font-weight: bold;
color: #333;
line-height: 1.5;
flex: 1;
}
#top-center a
{
color: #e50505;
font-size: 24px;
text-decoration: none;
display: block;
margin-top: 8px;
}
#top-center a:hover
{
text-decoration: underline;
}
#menu
{
color: #fff;
background: #e50505;
font-size: 18px;
text-align:center;
width: 850px;
height: 30px;
line-height: 30px;
}
#menu ul
{
width: 850px;
float: right;
margin: 0;
padding: 0;
}
#menu li
{
margin: 0;
display: inline;
list-style-type: none;
padding: 0 13px;
}
#menu a:link, #menu a:visited
{
font-weight: normal;
color: #fff;
background: #e50505;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #000;

}


#content
{
display: flex;
align-items: flex-start;
font: normal 16px "lucida sans", Arial, Helvetica, sans-serif;
line-height: 24px;
width: 850px;
background: #fff;
color: #000;
}
#content li {
list-style:disc;
}

#content a:link, #content a:visited
{
color: #e50505;

}
#content a:hover, #content a:active
{
background-color: #e50505;
color: #fff;
text-decoration: none;
}
/**/
.main
{
background: #fff;
color: #000;
font-weight: normal;
flex: 1;
width: 530px;
padding: 0 10px;
min-height: 557px;
}

.sidecm
{
text-align: left;
background: #dfdcd0;
color: #000;
order: -1;
flex-shrink: 0;
width: 277px;
padding: 0 10px;
line-height: 18px;
font-style: italic;
min-height: 557px;
}

h1
{
font:22px "lucida sans", Arial, Helvetica, sans-serif;
padding: 1em 0 1em 0;

}
h2
{
font:20px "lucida sans", Arial, Helvetica, sans-serif;
padding: 1em 0 1em 0;
}
h3
{
font-size: 18px;
}
#footer
{
clear: both;
background: #e50505;
width: 850px;
padding: 10px 0;
}
#footer a:link, #footer a:visited
{
color: #fff;
text-decoration: none;
}
#footer a:hover, #footer a:active
{
text-decoration: underline;
}
#footer p
{
margin: 0;
color: #fff;
font-size: 10px;
text-align: center;
}
#copyright
{
padding: 15px;
color: #fff;
font-size: 10px;
text-align: center;
}
#copyright a
{
color: #fff;
background: #000;
}
img.floatimageleft
{
float: left;
}
img.floatimageright
{
float: right;
}

/* --- Mobile responsiveness (added during migration) --- */
@media (max-width: 880px) {
	#container, #wrapper, #top, #menu, #menu ul, #content, #footer {
		width: 100%;
		box-sizing: border-box;
	}
	#container { margin-top: 0; }
	#wrapper { border-width: 0; }
	#top {
		height: auto;
		padding: 6px 4px;
		flex-wrap: wrap;
		gap: 6px;
	}
	#top img { height: 70px; }
	#top-center { font-size: 15px; }
	#top-center a { font-size: 18px; }
	#menu {
		height: auto;
		min-height: 30px;
		padding: 4px 0;
		line-height: 1.6;
	}
	#menu ul { float: none; }
	#menu li { padding: 0 8px; font-size: 15px; display: inline-block; }
	#content { flex-direction: column; }
	.sidecm, .main {
		width: auto;
		min-height: 0;
	}
	.sidecm {
		text-align: center;
		order: 0;
		width: 100%;
	}
	.sidecm img, .main img, #content img {
		max-width: 100%;
		height: auto;
	}
	.main table { width: 100% !important; }
}

@media (max-width: 600px) {
	#top #top-flag { display: none; }
	#top-center {
		text-align: right;
		padding-right: 10px;
	}
}
