.ui-datepicker {display:none;}
body {
	/*background: #e1f2d0 url(../images/bg.jpg) repeat-y top center;*/
	background: url(../images/bg.png) repeat-y center top;
	background-color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #222;
	margin: 0 auto;
	width:1000px;
}

a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #06F;
}

img{
 text-decoration: none;
 border:none;
	
}

h1{
	margin: 5px 0 0 0;
	height: 30px;
	line-height: 30px;
	color: #09F;
	font-size: 13px;	
	
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 5px;
	color: #FFF;
	font-size: 14px;	
	
}

#MainSite{
	margin:0 auto;
	width:1000px;
	background-color:#fff;
}

#MainHeader{
	margin: auto;
	width: 1000px;
}

#MainHeader #header {
	width: 1000px;
	height: 519px;
	background: url(../images/head.jpg) no-repeat;
	
}

.headContent {
	padding-left:250px;
	padding-right:20px;
	float:right;	
}


#nav {
	background: #FF0000;
	height:30px;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight: bold;
}
ul#navlist {
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 100px;
}
ul#navlist li {
	float: left;
	margin: 0 auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
}


#navlist a,#navlist a:link {
        padding: 5px 15px 4px 15px;
        color:#FFF;
        text-decoration: none;
}

#navlist a:active {
        padding: 5px 15px 4px 15px;
        color: #fffffe;
        text-decoration: none;
}

#navlist a:hover {
        color: #09F;
        background-color: #e1f3f9;
}

#navlist #active {
        color: #09F;
        background-color: #e1f3f9;
}

/*Content*/

#containermain {
	overflow:hidden;
	margin:0 auto;
	clear:inherit;
	width:1000px;
	background-color:#fff;
	
}

/*content left*/

#left {
	margin-top:5px;
	margin-bottom:50px;
	margin-left:3px;
	width: 200px;
	float:left;
}

#left a{
	text-decoration: none;
	color: #FFF;
	
}

#left a:hover{
	text-decoration: underline;
	color: #06F;
	
}

#left #navLeft{
	background-color: #000000;
	 
 }
  
#left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #E9CF16 url(../images/menuh2.jpg) no-repeat;
color: #fff;
font-size: 13px;
}
#left ul {
	list-style-type: square;
	color: #75B03C;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 20px;
}
#left ul li a {
text-decoration: none;
font-weight: 600;
}
#left ul li a:hover {

}

/*content 100%*/
#content_100 {
	margin:0 auto;
	margin-top:5px;
	margin-bottom:50px;
	margin-right:5px;
	float: content;
	width: 250;
/*	border: 1px dotted #aaa;*/
}

#content_100 a{
	text-decoration: none;
	color: #000;
	
}
#content_100 a:hover{
	text-decoration: underline;
	color: #06F;
	
}

#content_100 img{
 text-decoration: none;
 border:none;
	
}

/*content right*/

#right_b {
	margin-top:5px;
	margin-bottom:50px;
	margin-right:5px;
	float: right;
	width: 550px;
	overflow:hidden;
/*	border: 1px dotted #aaa;*/
}

#right_b a{
	text-decoration: none;
	color: #000;
	
}
#right_b a:hover{
	text-decoration: underline;
	color: #06F;
	
}

#right_b img{
 text-decoration: none;
 border:none;
	
}



/*content right*/

#right {
	margin-top:5px;
	margin-bottom:50px;
	margin-right:5px;
	float: right;
	width: 780px;
	overflow:hidden;
/*	border: 1px dotted #aaa;*/
}

#right a{
	text-decoration: none;
	color: #000;
	
}
#right a:hover{
	text-decoration: underline;
	color: #06F;
	
}

#right img{
 text-decoration: none;
 border:none;
	
}

/*right 100%*/
#right_100 {
	margin:0 auto;
	margin-top:5px;
	margin-bottom:50px;
	margin-right:5px;
	float: right;
	width: 98%;
/*	border: 1px dotted #aaa;*/
}

#right_100 a{
	text-decoration: none;
	color: #000;
	
}
#right_100 a:hover{
	text-decoration: underline;
	color: #06F;
	
}

#right_100 img{
 text-decoration: none;
 border:none;
	
}



/*Footer*/

#footer{
	position:relative;
	margin:0 auto;
	text-align:center;
	color: #FFF;
	border-top: 1px dotted #aaa;
	height:90px;
	background-color: #FF0000;
}

#footer .font{
	font-size: 11px;
}

#footer a { color: #aaa; }
#footer a:hover { color: #111; }
