body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(/images/bg.jpg);
	background-position:left top;
	background-attachment:fixed;
	background-repeat:inherit;
	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;
	
}
h1,h2,h3,h4{
	color:#425039;

	}
h1{
	font-size:16px;
	width:100%;
	border-bottom:1px solid #bababa;
	}
h2{
	font-size:13px;
	font-weight:bold;
	}	
h3{
	font-size:12px;
	}
p{
	font-size:12px;
	
	}
	
#container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background-color:#fff;
	height:auto;
	overflow:hidden;
	margin-top:110px;

} 
#header{
	height:249px;
	background-image:url(/images/topbar.jpg);
	position:relative;
	}
#nav{
	background-image:url(/images/menu.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	text-align:center;
	height:40px;
	z-index:1;
	}

#sidebar1 {
	position:relative;
	float:left;
	padding-left:5px;
	width:244px;
	padding-top:30px;
}
#sidebar1 p{
	font-size:10px;
	color:#626262;
	
	}


#center{
	position:relative;
	float:left;
	width:685px;
	padding-left:20px;
	padding-right:20px;
	background-color:#FFF;
	z-index:0;
	padding-bottom:20px;
	min-height:400px;
    height:auto !important;
    height:400px;

}


#footerTxt{
	position:relative;
	clear:both;
	padding-top:20px;
	text-align:center;
	}
	
	#footerTxt a:link,#footerTxt a:hover,#footerTxt a:visited{
		text-decoration:none;
		font-size:9px;
		color:#CCC;
	}
	
#footer{
	position:relative;
	clear:both;
	background-image:url(/images/footer.png);
	height:45px;
	}
	
	#footer p, #footer img, #footer h1, #footer h2, #footer h3{
		text-align:center;
		font-size:15px;
		color:#FFF;
		line-height:40px;
		}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menu {padding:0; margin:0; list-style:none; height:20px; position:relative; z-index:1; padding-top:10px; margin-left:20px; text-align:left;}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:20px; line-height:20px; color:#000; z-index:1; text-decoration:none; font-size:14px; padding:0 12px 0 12px;}

#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0; z-index:1;}
 
/* Default link styling */
 
/* Style the list OR link hover. Depends on which browser is used */
#menu li a:hover {z-index:2; position:relative;color:#777;}
#menu li:hover {position:relative; z-index:2;}
 
#menu li:hover > a {color:#777;}
#menu li:hover > a.sub {color:#777;}
 
#menu li.current a {color:#fff;}
 
#menu li a.sub {background: #414342 url(down-arrow.gif) no-repeat right center;}
#menu li.current a.sub {color:#fff; background:#840 url(down-arrow.gif) no-repeat right center;;}
 
#menu :hover ul {left:0; top:20px; width:120px; background:#444;}
 
/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
 
#menu :hover ul :hover ul
{left:120px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:2; height:auto;}
 
#menu :hover ul li {margin:0; border-top:1px solid #666;}
#menu :hover ul li a {width:165px; padding:0; text-indent:10px; background:#414342; color:#ccc; height:30px; line-height:30px;}
#menu :hover ul li a.fly {background:#414342 url(right-arrow.gif) no-repeat right center;}
 
#menu :hover ul :hover {background-color:#dae3e0; color:#fff;}
#menu :hover ul :hover a.fly {background-color:#3f6556; color:#fff;}
 
#menu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#840 url(right-arrow.gif) no-repeat right center; color:#fff;}
 
#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu :hover ul :hover ul :hover {background-color:#d70; color:#fff;}
 
#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}

 .odd{background-color: #fff;} 
 .even{background-color: #e9e9e9;} 

