body {
	font-size:10pt;
	font-family:Arial;
	margin:0;
	padding:0;
	margin-top: 50px;
	color:#333333;
}

#page {
	width:900px;
	background-image:none;
	margin:auto;
	padding:auto;
}

#headerleft {
	width:200px;
	text-align:right;
	float:right;
	min-height:60px;
	padding-right:15px;
}

#menulinks {
	width:240px;
	float:left;
}
  
#menulinks a {
	width:240px;
	padding-right:20px;
	padding-top:12px;
	height:35px;
	background-image:none;
	display:block;
	color:#ED1C2F;

	font-size:14px;
	font-weight:bold;
	text-align:right;
  }
  
#menulinks a:hover {
	background-image:none;
	background-position:top right;
	color:#ED1C2F;
}

#menulinks a.active, #menulinks a:hover.active {
	background-image:none;
	background-position:top right;
	color:#FFFFFF;
}

#contentarea {
	width:560px;
	padding-left:20px;
	float:left; 
	line-height:14pt;
	padding-bottom:10px;
} 

#sidebar {
	float:left;
	width:250px;
	line-height:14pt;
}

#footer {
	width:850px;
	padding-right:50px;
	clear:both;
	height:35px;
	padding-top:23px;
	text-align:right;
	line-height:14pt;
	background-image:none;
	background-repeat:no-repeat;
}

#footer a {
	color:#CCCCCC;
}

h1 {
	font-size:25pt;
	color:#ED1C2F;
	line-height:25pt;
	margin:0;
}

h1 a {
	color:#ED1C2F;
}

h2 {
	font-size:12pt;
	color:#333333;
	padding-top:6px;
}

a {
	color:#555555;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#contentarea p a {
	color: #00F;
}

#contentarea p strong {
	color: #00F;
}


/* #page img {
	aspect-ratio: 0.7;
	width: 45% !important;
	height: auto !important;
} */

.columnimg {
	aspect-ratio: 0.7;
	width: 45% !important;
	height: auto !important;
	overflow: hidden;
}
