@charset "utf-8";
body {
	font-family:"Trebuchet MS", Verdana;
	font-size:14px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	margin-top:20px;
	padding: 0px;  
	height: 10px;
}
#menubalk {
	padding:0px;
	height:51px;
	}
#mainContent {
	padding: 10px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	line-height:150%;
}
#footer {
	height:102px;
	margin-bottom:20px;
}
a:link {
	color: #414142;
}
a:visited {
	color: #414142;
}
a:hover {
	color: #F3A501;
}
a:active {
	color: #414142;
}
p {
margin-top:4px;
margin-bottom:8px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	line-height:150%;
	margin-top:0px;
	margin-bottom:5px;
	}
h2 {
	font-size:16px;
	font-weight:bold;
	line-height:150%;
	margin-top:8px;
	margin-bottom:0px;
	}
h3 {
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	margin-top:8px;
	margin-bottom:0px;
	}

table td{
vertical-align:text-top;
}

table.navbar td a{
   display: block;
   padding: 12px 5px 5px 5px;
   text-decoration: none;
   font-size:12px;
   text-align:center;
   font-weight:bold;
}
table.navbar td a:link {
   color:#414142;
   text-decoration:none;
}
table.navbar td a:visited {
   color:#414142;
   text-decoration:none;
}
table.navbar td a:hover {
   color:#000000;
   text-decoration:none;
}
table.navbar td a:active {
   color:#414142;
   text-decoration:none;
}

body#menu1 a#menu1,
body#menu2 a#menu2,
body#menu3 a#menu3,
body#menu4 a#menu4,
body#menu5 a#menu5,
body#menu6 a#menu6,
body#menu7 a#menu7,
body#menu8 a#menu8,
body#menu9 a#menu9,
body#menu10 a#menu10,
body#menu11 a#menu11
 {
   color:#000000;
   font-size:16px;
   text-decoration:none;
   padding: 8px 5px 5px 5px;

}
.image_right{
float:right; 
padding:0px;
margin:0px;
padding-left:20px;
white-space:nowrap;
display:compact;
}


