/* Global Properties */
@charset 'UTF-8';
body{
	background-color:#ffffff; color:#001166; font-size:12px; font-family: Arial; margin:0; padding:0;
	line-height:normal;
	}
a{ color:#2000A0; text-decoration:none; }
a:visited{ color: #2000A0; text-decoration: none; }
a:hover{ background-color:#EE1111; color: #FFffff; }

h3 {
	font-size:210%;
	font-family:arial, sans-serif;
	font-weight:bold;
	text-align:center;
	text-indent:0em;
	margin-top:.3em;
	margin-bottom:.3em;
	color:#002222;
}

ul.menulist {
	margin-left:.35em;
	padding-left:1.5em;
	margin-top:.5em;
}

#header {
	width:100%;
	background-color:#C00000;
}

#search_area {
	color:#FFFFFF;
	display:inline-table;
	margin:0 0 0 2em;
}
#search_area .above_text {
	font-size:1.4em;	/*17px;*/
	font-weight:bold;
	letter-spacing: 0.03em;
	margin:0 0 3px 0;
	padding:0px;
}
#search_area .below_text td {
	font-weight:bold;
	margin:0;
	padding:3px 0 0 0;
}
#search_area button {
	background-color: #efefcf;
	color:maroon;
	font-size:0.8em;
	height:2.2em;
	width:8em;
}

/*
	Top Menu: see automenus/Template/T_CxTopMenu.html
*/

#leftSideMenu {
	float:none;
	width: 19%;
	background-color: #FFFFFF;
	border-right:1px solid #BBBEAB;
	border-bottom:1px solid #BBBEAB;
	color:#4E4F43;
	z-index:auto;
}

/*
	Left Side Menu: see automenus/Template/T_CxSideMenu.html
*/

/*
	Footer: see automenus/Template/T_CxFooter.html
*/


.mobile_show{ display: none;}
.mobile_hide{ display: block; }
@media(max-width: 1023px) {
  .mobile_show{ display: block;}
  .mobile_hide{ display: none;}
  #search_area{ margin:1em 0 1em 3em; }
}
@media(max-width:639px) {
	#leftSideMenu{display:none}
}