body {
	margin: 0px;
	font: normal 11px  "Lucida Sans Unicode", "Trebuchet MS", Arial, Verdana;
	color: #666666;
	text-decoration: none;
}
#container{
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
.top_block{
	width:688px;
	height:10px;
	min-height:10px;
	background-color:#ececec;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	overflow:hidden;
}	
.top{
	margin-left:auto;
	margin-right:auto;
	width:688px;
	height:70px;
	min-height:70px;
}	
		.top img{
			float:left;
			margin-top:25px;
		}	
		.top span{
			float:right;
			margin-top:30px;
		}
.main{
	display:block;
	background: url(../imgs/main_bg.jpg) no-repeat center top;
	height:195px;
	padding-top:50px;
}
		.main a{
			font:15px/27px "Lucida Sans Unicode", "Trebuchet MS", Arial, Verdana;
			color:white;
			letter-spacing:-1px;
			text-decoration:none;
		}
		.main ul{
			margin:0px;
			padding:0px;
			list-style: disc url(../imgs/bullet.gif);
			margin-left:70px;
			line-height:32px;
		}
#content{
	width:685px;
	margin-left:34px;
	margin-right:auto;
	
}
.left{
	width:204px;
	float:left;
	background: url(../imgs/left_bg.jpg) repeat left top;
	font-weight: bold;
	color: #990000;
	letter-spacing:-1px;
	padding-left:5px;
	height:319px;
}
		.left h1{
		font-size:16px;
		letter-spacing:-1px;
		color:#666666;
		padding:0px;
		margin:0px;
		font-weight:normal;
		margin-left:0px;
		margin-top:5px;
	}
		.left a{
		color: #666666;
		font-weight: normal;
		text-decoration: none;
		margin-left:5px;
		line-height:24px;
		}
		.left a:hover{
		color:#333333;
		text-decoration:underline
		}
.right{
	width:474px;
	float:right;
}
.footer{
	width:688px;
	margin-left:32px;
	margin-right:auto;
	height:45px;
	background: url(../imgs/footer_bg.jpg) no-repeat center top;
	clear:both;
	padding-top:35px;
	letter-spacing:-1px;
	
}
		.footer span{
			float:right;
			margin-right:10px;
		}
		.footer a{
			padding:7px;
			color: #666666;
			text-decoration: none;
			
		}	
		.footer a:hover{
			color: #333333;
			text-decoration: underline;		
		}
a.show_hide{color:#999999}

.home{
	display:block;
	padding:7px;
	height:131px;
	background: url(../imgs/home_bg.jpg) repeat-x left top;
}
		.home h1{
				font-size:16px;
				letter-spacing:-1px;
				color:white;
				padding:0px;
				margin:0px;
				font-weight:normal;
			}
		.home p{
			color:white;
			letter-spacing:-1px;
			padding:0px;
			margin:5px;
			line-height:13px;
		}	
		.home em{
			color:#CCCCCC;
			letter-spacing:-1px;
			line-height:13px;
			font-style: normal;
		}
.content{
	display:block;
	padding:7px;
}	
		.content h1{
				font-size:16px;
				letter-spacing:-1px;
				color:#666666;
				padding:0px;
				margin:0px;
				font-weight:normal;
			}
			.content h2{
				font-size:14px;
				letter-spacing:-1px;
				color:#999999;
				padding:0px;
				margin:0px;
				font-weight:normal;
			}
		.content p{
			color:#666666;
			letter-spacing:-1px;
			padding:0px;
			margin:5px;
			line-height:13px;
		}	
		.content em{
			color:#3077E1;
			letter-spacing:-1px;
			line-height:13px;
			font-style: normal;
		}
		.content a{
			color: #2E76E4;
			text-decoration: underline;			
		}
		.content td{
			background-color:#EBEBEB;
			border:1px solid #CCCCCC
		}
		.content img{
			float:right;
			padding-left:10px;
		}