body  {
	/*font-family:Arial, "Times New Roman", "Î¢ÈíÑÅºÚ", sans-serif;*/
	font-family: Arial, Helvetica, "ËÎÌå", sans-serif;
	font-size:12px;
	background: #fff;
	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;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* 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 */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFF; 
	padding: 10px 0 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	min-height:155px;
	height:auto;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	margin-top:10px;
}
.twoColFixLtHdr #sidebar1 .title{
	background:url(../Images/tabright2.gif) 0 -24px repeat-x;
	height:24px;
	line-height:24px;
	color:#fff;
	padding:0;
	padding-left:5px;
	margin:0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:10px;
} 
.twoColFixLtHdr #mainContent h1{
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}
.twoColFixLtHdr #footer { 
	padding-top: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
/*****layout******/
#logoContainer{
	float:left;
	width:152px;
	height:80px;
	margin:15px 10px 0 0;
}
#searchBar{
	float:right;
	width:618px;
	height:100px;
	text-align:right;
/*	background:url(../Assets/title.gif) left 17px no-repeat;
*/}
#searchBar #searchInput{
	margin-top:40px;
	width:255px;
	float:right;
}
#searchBar #searchInput input[type="text"]{
	height:20px;
	width:200px;
	float:left;
}
#searchBar #searchInput input[type="image"]{
	margin:0;
	padding:0;
	float:right;
}
#navBar{
	width:780px;
	margin:0;
}
#navBar #navBar_left{
	float:left;
	width:7px;
	height:35px;
	background:url(../Images/navbg_left.gif) left center no-repeat;
}
#navBar #navBar_middle{
	float:left;
	width:766px;
	height:35px;
	background:url(../Images/navbg_mid.gif) center repeat-x;
}
/*
#navBar #navBar_middle ul li{
	float:left;
	padding:10px 0 0 10px;
}
#navBar #navBar_middle ul li a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
*/
a {
	font-size:12px;
	text-decoration:uderline;
	color:#0000CC;
}
#navBar #navbar_right{
	float:right;
	width:7px;
	height:35px;
	background:url(../Images/navbg_right.gif) right center no-repeat;
}
#infoContainer{
	margin:10 auto;
	text-align:center;
}
.photos img{
	margin:5px;
	border:1px solid #ddd;
	padding:5px;
}
#copyright{
	border-top:2px solid #0066FF; 
	text-align:center;
	height:22px;
	line-height:22px;
	background-color:#ddd;	
}
#SitePath{
	margin-top:2px;
	height:25px;
	line-height:25px;
	background-color:#ddd;
}
#SitePath span{
	margin-left:5px;
}
.time{
	padding:5px 0;
	color:#999999;
	border-bottom:dashed #999999 1px;
	margin-bottom:5px;
}
.dotted{
	padding:5px 0;
	color:#000000;
	border-bottom:dashed #999999 1px;
	margin-bottom:5px;
}
.smallImage{
	border:1px solid #666666;
	padding:2px;
	float:left;
	margin:0 5px 5px 0;
}
.smallImage1{
	border:0px solid #666666;
	padding:2px;
	float:left;
	margin:0 5px 5px 0;
}

.name{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.Style1{
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	color:#FF0000;
}
.Menu{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

#sitemenus{
	margin-top:5px;
}
.yui-skin-sam .yuimenubar {
	border:none;
	background-image:none;
	font-size:100%;
}
.yui-skin-sam .yuimenubaritemlabel{
	border:none;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	width:78px;
}
.Font1{
	font-size:12px;
	line-height:2;
	text-decoration:none;
	color:#000000;
}
.Font2{
	font-size:12px;
	line-height:1.5;
	text-decoration:none;
	color:#000000;
}
.Font3{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.Font4{
	font-size:12px;
	font-weight:bold;
	letter-spacing:2em;
	text-decoration:none;
	color:#000000;
}
.Font5{
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu{
	background:none;
}
