
	body {
		padding-top: 0px;
		margin-top: 0px;
		font-family: arial;
		/*color: #103A6A;*/
		color: #000000;
	}
	
	.main-frame {
		width: 1200px;		
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
	.content-area {
		width: 1100px;
		margin-left: 50px;
	}	
	.content-area-sub {
		width: 900px;
		margin-left: 150px;
		margin-top: 30px;		
	}
	
	.title-bar {
		height: 113px;
	}
	
	.control-box-select {
					width: 110px;
					margin-top: 5px;
					font-size: 12px;
					color: #666666;
					height: 30px;
					padding-left: 5px;
				}	
	
	.nav-bar {
		height: 34px;		
		padding-left: 50px;
	}
	.nav-item {		
		float: left;
		text-align: center;
		font-family: arial;
		font-size: 10px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.nav-item:hover {
		background-color: #ffdddd;
		cursor: pointer;
	}

	.home-frame {
		width: 280px;
		height: 220px;		
		margin-right: 18px;
		margin-bottom: 18px;
		float: left;
		font-size: 12px;
		line-height: 20px;
	}
	.home-frame:hover {
		cursor: pointer;		
	}
	
	.home-image {
		border: 1px solid #103A6A;
		background-color: #dddddd;
	}	
	.button {
		cursor: pointer;
	}
	
	.fg-blue 	{ color: #003366; }
	.bg-blue 	{ background-color: #003366; }
	.fg-white   { color: #ffffff; }
	.bg-blue2	{ background-color: #82C7EE; }