<style>

	a:link {
	   color:#E1E4E5;
	   text-decoration: none;
	   font-size:12px;
	   font-weight: regular;
	   font-family: Junicode, Lucida Grande, Arial Unicode MS, sans-serif, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑;

	   }
   a:visited {
	   text-decoration: none;
	   color: #E1E4E5;
	   font-size:12px;
	   font-weight: regular;
	   font-family: Junicode, Lucida Grande, Arial Unicode MS, sans-serif, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑;
   }
   a:hover {
	   text-decoration: none;
	   color: #E1E4E5;
	   font-size:12px;
	   font-weight: regular;
	   font-family: Junicode, Lucida Grande, Arial Unicode MS, sans-serif, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑;
   }
   a:active {
	   text-decoration: none;
	   color: #E1E4E5;
	   font-size:12px;
	   font-weight: regular;
	   font-family: Junicode, Lucida Grande, Arial Unicode MS, sans-serif, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑;
   }
   
	html
	{
		height:100%; 
	}

	body 
	{ 
		margin: 0px; 
		padding: 0px; 
	} 

	#divnavColumn 
	{
		position:fixed;
		height: 100%; 
		margin: 0px;
		padding-top:10px;
		background-color: #2C3E50;
		overflow: -moz-scrollbars-vertical;
		overflow-y: scroll;
		color:#E1E4E5;
	}

	.navColumn 
	{
		float: left; 
		height: 100%;
		width: 31%;
		margin: 0px;
		border: 0px; 
		background-color: #2C3E50;

	}

	#contentColumn 
	{
		position:absulote;
		width:60%; 
		float: left; 
		height: 100%; 
		margin: 0px;
		padding-left:37%;  
		background-color: white;
	}
	#ContentIFrame
	{
		position:relative;
		display: block;
		width:100%;
		margin: 0px;
		background-color: white;
		padding-left:5%;  
	}
	.btn {
	  background: #A8A8A8;
	  background-image: -webkit-linear-gradient(top, #707070, #707070);
	  background-image: -moz-linear-gradient(top, #707070, #707070);
	  background-image: -ms-linear-gradient(top, #707070, #707070);
	  background-image: -o-linear-gradient(top, #707070, #707070);
	  background-image: linear-gradient(to bottom, #707070, #707070);
	  -webkit-border-radius: 5;
	  -moz-border-radius:5;
	  border-radius: 5px;
	  font-family: Georgia;
	  color: #F8F8F8;
	  font-size: 14px;
	  padding: 5px 15px 5px 15px;
	  text-decoration: none;
	}

	.btn:hover {
	  background: #707070;
	  background-image: -webkit-linear-gradient(top, #707070, #707070);
	  background-image: -moz-linear-gradient(top, #707070, #707070);
	  background-image: -ms-linear-gradient(top, #707070, #707070);
	  background-image: -o-linear-gradient(top, #707070, #707070);
	  background-image: linear-gradient(to bottom, #707070, #707070);
	  text-decoration: none;
	}
</style>
