body {
	margin: 0;
	padding: 0;
	background: #E8ECF1 url('images/bodyBg1.jpg') repeat-x left top;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px;
}	

div,td,input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px;
	vertical-align: top;
	}
	
form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 14px;
	color: #ff9934
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 13px;
}	



a img {
	border: none;
}

.main {
	margin: 0 auto;
	width: 773px;
	background-position: 100% 100%;
}

/*// HEADER + NAVIGATION */
#headerLogo {
	background: url('images/logo_.jpg') no-repeat 14px 10px;
	cursor: pointer;
	height: 70px;
	width: 300px;
}

.switchHeader {
	color: #00508C; 
	text-align:right; 
	margin: 0; 
	padding-top: 4px;
}

#navigation {
	margin: 0 0 0 0;
	float: right;
}


/*CONTENT */
#contentMiddle {
	background: #d8e1ea;
	margin-top: 18px;
}
#contentMiddleLeft {
}
#contentMiddleRight {
	height: 20px;
}
html[xmlns] #content {
	background: #fff;
	padding: 8px 10px 0 10px;
}
#content {
	background: #fff;
	padding: 12px 12px 0 12px;
}

	
/*FOOTER */

#footer {
	background: #E8ECF1 url('images/footerBg.jpg') repeat-x 0 0;
	height: 130px;
}
#footerLeft {
	background: #fff url('images/footerLeft.gif') no-repeat left bottom;
}
#footerRight {
	background: url('images/footerRight.gif') no-repeat right bottom;

}

#footerTop {
	padding: 16px 10px 0 10px;
}

.copyRight {
	font-size: 11px;
	color: #4F5D75;
	float: right;
}

.footerBox {
	height:30px;
	padding: 15px 8px 0px 8px;
}
.footerBot {
	padding: 2px 8px 22px 8px;
	font-size: 11px;
	text-align: center;
}
.footerInfo {
	width: 330px;
	float: left;
}


.footerLinks {
	text-align: right;
	padding-top: 0;
	padding-left: 300px;
	font-size: 11px;
}
.footerLinks ul {
	margin: 0;
}
.footerLinks li {
	display: inline;
	font-weight: normal;
}
.footerLinks li.active {
	font-weight: bold;
	color: #4F5D75;
	padding: 4px 5px 12px 5px;
}
.footerLinks a:link,
.footerLinks a:visited {
	color: #4F5D75;
	font-size: 11px;
	padding: 6px 5px 12px 5px;
	text-decoration: none;
}


.orange {
	color: #F37000;
	clear: left;
}
.type2px {
	height: 2px; 
	color: #E5E7EA; 
	background-color: #E5E7EA; 
	border: solid #E5E7EA 0px;
}

html[xmlns] .bulletList ul {
	margin: 0 0 0 18px;
	padding-left: 3px;
	line-height: 20px;
}	

.bulletList ul {
	margin: 0 0 0 18px;
	padding-left: 0;
}	

.clearLeft {
	clear: left;
}

.Box {
	background: #FDECCC;
	padding: 5px;
	margin: 10px 0;
	font-size: 15px;
	line-height: 20px;
	color: #4F5D75;
}

.hide {
	visibility: hidden;
	display: none;
}
.show {
	visibility: visible;
}

.linkReadMore {
	font-size: 17px;
	color: #F37000;
	padding: 0 0 10px 0;
	cursor: pointer;
}


/* Navigation */

#nav_tbl	{
    width:600px;
    height:8px;
	}

#menu_block { 
	margin:8px 0 0 0;
	}

* html body #menu_block { 
	margin:4px 0 0 0;
	}

.menu {
	position:absolute;
	visibility: hidden;
	border:1px solid #A2B6D2;
	line-height: 14px;
	z-index: 100;
	background:#dae4ee;
	width:180px;
	text-align:left;
	}

.menu a {
	width: 100%;
	display: block;
	font:normal 11px arial;
	border-bottom: 1px solid #A2B6D2;
	padding: 5px 0;
	text-decoration: none;
	text-indent: 10px;
	}
	
/*hover background color*/
.menu a:hover{ 
	background:#FFFFFF url(file:sub_nav_arrow.gif) no-repeat 5px 9px;
	}


a:link.toplevel, a:visited.toplevel, a:active.toplevel  { 
	color:#ff9934;
	font: bold 11px "lucida", Arial, serif;
	text-decoration:none;
	border-right:1px solid #777;
	padding:7px 7px 7px 7px;
	
	}

* html body a:link.toplevel,
* html body a:visited.toplevel,
* html body a:active.toplevel { 
	padding:4px 5px 6px 9px; 
	}

a:hover.toplevel { 
	background:#dae4ee;
	}

.toplevel img { 
	vertical-align:middle;
	padding:0 0 2px 2px;
	border:none;
	}

.toplevel .on { 
	background:#333;
	color:#fff;
	}
