@charset "utf-8";
/* CSS Document */
body
{
	background:	#686A67 url(../images/main/body_bg.jpg) repeat-y center;
	font-family:Arial, Helvetica, sans-serif;
	margin:		0;
	padding:	10px 0;
}
form
{
	margin:		0;
	padding:	0;
}
a:link,
a:visited{color:#169;text-decoration:none}
a:hover,
a:active{color:#888;text-decoration:underline}
.hidden
{
	display:	none;
	visibility:	hidden;
}
.clear{clear:both;display:block}
.ie_center_fix{text-align:center}
.DS_container
{
	color:		#999;
	left:		0px;
	position:	relative;
	top:		0px;
}
.DS_text
{
	color: 		#fff;
	left:		1px;
	position:	absolute;
	top:		1px;
}
#cae_site
{
	margin:		0 auto;
	text-align:	left;
	width:		900px;
}
#cae_header
{
	background:	url(../images/main/header_bg.jpg) repeat-x top;
	height:		60px;
}
	#cae_header table{width:100%}
	#cae_header th
	{
		border-right:1px solid #1d3971;
		text-align:	center;
		width:		110px;
	}
	#cae_header .end{border-left:1px solid #1d3971}
	#cae_header img{border-width:0}
	#cae_header .header_R_edge
	{
		background:	url(../images/main/header_L_edge.jpg) no-repeat top right;
		width:		17px;
	}
	#cae_header a.menulink:link,
	#cae_header a.menulink:visited,
	#cae_header a.menulink:hover,
	#cae_header a.menulink:active
	{
		display:	block;
		font-size:	11px;
		height:		60px;
		overflow:	hidden;
		vertical-align:middle;
		width:		110px;
		text-decoration:none;
	}
	#cae_header a.menulink:link,
	#cae_header a.menulink:visited
	{
		background:	url(../images/main/header_alink_bg.jpg) top center;
		color:		#fff;
		line-height:60px;
	}
	#cae_header a.menulink:hover,
	#cae_header a.menulink:active
	{
		background:	url(../images/main/header_ahover_bg.jpg) top center;
		color:		#ddd;	
		line-height:70px;
	}
#cae_content
{
	background:	#fff url(../images/index/index_loL_bg.jpg) repeat-x top;
	font-size:	12px;
	padding:	1px 0 0 0;
}
	#cae_content h2
	{
		font-size:	16px;
		line-height:32px;
		height:		32px;
		margin:		0;
		padding:	0;
		text-indent:50px;
	}
	#cae_content .content_header
	{
		background:	#ccc url(../images/misc/blank_header_img2.jpg) no-repeat top left;
		height:		40px;
	}
#cae_footer
{
	background:	url(../images/main/footer_bg.jpg) repeat-x top;
	border-top:	#9d9d9d;
	color:		#fff;
	font-size:	10px;
	height:		60px;
	margin-bottom:25px;
	text-align:	center;
}
	#cae_footer p
	{
		margin:		0;
		padding:	20px 0 0 0;
	}
	#cae_footer .footer_L_edge,
	#cae_footer .footer_R_edge
	{
		display:	block;
		height:		60px;
		width:		20px;
	}
	#cae_footer .footer_L_edge
	{
		background: url(../images/main/footer_L_edge.jpg) top left ;
		float:		left;
	}
	#cae_footer .footer_R_edge
	{
		background: url(../images/main/footer_R_edge.jpg) top left;
		float:		right;
	}
	#cae_footer a:link,
	#cae_footer a:visited
	{
		color:		#f9f9f9;
		text-decoration:none;
	}
	#cae_footer a:hover,
	#cae_footer a:active
	{
		color:		#ddd;
		text-decoration:underline;
	}