body {
		background-color: #f2f6f6;
}

.clear {
		clear: both;
		height: 1px;
		width: 1px;
		padding: 0px;
		margin: 0px;
}

.outer_wrapper {
		width: 1000px;
		margin: 0px auto 20px auto;
}

.banner {
		width: 1000px;
		height: 255px;
		overflow: hidden;
}

.mainmenu {
		padding-left: 30px;
		background-image: url(/1image/aic/shade_top.png);
		background-repeat: repeat-x;
		background-position: bottom left;
		height: 30px;
}

.mainmenu_ul {
		list-style-type: none;
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		text-transform: uppercase;
		
}

.mainmenu_ul a {
		color: #3a3a3a;
		text-decoration: none;
}

.mainmenu_ul .active a {
		color: #000000;
}

.mainmenu_ul a:hover {
		color: #4b664b;
		text-decoration: underline;
}

.mainmenu_ul li {
		float: left;
		height: 16px;
		padding: 7px 10px;
		background-color: #ffffff;
		margin: 0px 3px 0px 0px;
		background-image: url(/1image/aic/topmenu_passive.png);
		background-repeat: repeat-x;
}

.mainmenu_ul .active {
		background-image: none;
}

.submenu {
		clear: both;
		padding: 130px 30px 150px 30px;
		float: left;
		width: 210px;
		min-height: 200px;
}

.submenu_ul {
		border-top: 1px solid #c0c9c0;
		font-family: "Times New Roman", Times, serif;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
}

.submenu_ul li {
		height: 24px;
		border-bottom: 1px solid #c0c9c0;
}

.submenu_ul li .state {
		background-color: #7f8c76;
		height: 22px;
		width: 3px;
		float: left;
		clear: both;
		margin: 1px 0px;
}

.submenu_ul .active .state {
		background-color: #edefec;
}

.submenu_ul li a {
		float: left;
		margin-top: 5px;
		margin-left: 10px;
		font-size: 12px;
		color: #3a3a3a;
		text-transform: uppercase;
		text-decoration: none;
}

.submenu_ul li a:hover {
		color: #4b664b;
		text-decoration: underline;
}

.submenu_ul .active a {
		color: #000000;
}

.content_banner {
		position: relative;
		width: 1000px;
		background-repeat: no-repeat;
		background-image: url(/1image/aic/top-deco.png);
		min-height: 171px;
		padding-bottom: 30px;
}

.content_area {
		background-color: #ffffff;
		background-repeat: no-repeat;
		background-image: url(/1image/aic/bg_fadebottom.jpg);
		background-position: bottom left;
		position: relative;
}

.shade_left, .shade_right {
		position: absolute;
		height: 100%;
		left: -5px;
		top: 0px;
		width: 5px;
		background-image: url(/1image/aic/shade_left.png);
		background-repeat: repeat-y;
}

.shade_right {
		left: auto;
		right: -5px;
		background-image: url(/1image/aic/shade_right.png);
}

.shade_bottom {
		position: absolute;
		bottom: -5px;
		left: 0px;
		width: 1000px;
		height: 5px;
		background-image: url(/1image/aic/shade_bottom.png);
		background-repeat: repeat-x;
}

.shade_topleftcorner {
		position: absolute;
		width: 5px;
		height: 5px;
		top: -5px;
		left: -5px;
		background-repeat: no-repeat;
		background-image: url(/1image/aic/shade_lefttopcorner.png);
}

.shade_toprightcorner {
		position: absolute;
		width: 5px;
		height: 5px;
		top: -5px;
		right: -5px;
		background-repeat: no-repeat;
		background-image: url(/1image/aic/shade_righttopcorner.png);
}

.shade_bottomleftcorner {
		position: absolute;
		width: 5px;
		height: 5px;
		bottom: -5px;
		left: -5px;
		background-repeat: no-repeat;
		background-image: url(/1image/aic/shade_leftbtmcorner.png);
}

.shade_bottomrightcorner {
		position: absolute;
		width: 5px;
		height: 5px;
		bottom: -5px;
		right: -5px;
		background-repeat: no-repeat;
		background-image: url(/1image/aic/shade_rightbtmcorner.png);
}

.inner_content {
		float: left;
		padding-top: 121px;
}

.article {
		padding: 0px;
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		line-height: 16px;
		color: #252525;
		width: 515px;
}

.article_frontpage {
		padding-left: 242px;
}

.article h1 {
		margin: 0px;
		margin-bottom: 15px;
		font-size: 40px;
		line-height: 42px;
		text-transform: uppercase;
		color: #000000;
		font-weight: normal;
}

.article h2 {
		font-size: 16px;
		line-height: 18px;
}

.article a {
		color: #252525;
}

.article a:hover {
		text-decoration: none;
}

.article a img {
		border: none;
}

.footer {
		position: absolute;
		bottom: 30px;
		left: 30px;
		width: 210px;
		z-index: 100;
		color: #727270;
		text-transform: uppercase;
		font-size: 12px;
		font-family: "Times New Roman", Times, serif;
}

.footer a {
		color: #727270;
		text-decoration: none;
		z-index: 1;
}