body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:left;
}
div,p,td{
	text-align:left;
}
h1,#footer{
	background-color:#FE7A0F;
}
a{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a img{
	border:none;
}
.clr{
	clear:both;
}
.printbox{
	display:none;
}
.lalign{
	float:left;
}
.ralign{
	float:right;
}
#outer{
	width:980px;
	background-color:#ffffff;
}
#slideshow{
	height:130px;
	overflow:hidden;
	border-bottom:1px solid #676767;
	margin:0;
}
#main{
	background-image:url(/images/mainbg.gif);
	background-position:left;
	background-repeat:repeat-y;
}
#left{
	background-color:#D2CBCF;
	background-image:url(/images/logo.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:200px;
	float:left;
	padding:164px 0 20px 0;
	border-top:10px solid #ffffff;
}

#left ul{
	margin:0;
	padding:0;
}

#left ul li{
	padding-left:20px;
	border-bottom:1px dashed #666666;
	list-style:none;
}

#left ul li a{
	display:block;
	color:#000000;
	height:22px;
	line-height:22px;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#left ul li a:hover{
	text-decoration:underline;	
}
#content{
	width:770px;
	float:right;
}
h1{
	color:#ffffff;
	height:35px;
	line-height:35px;
	padding:0 10px;
	border-top:10px solid #ffffff;
	border-bottom:10px solid #ffffff;
	margin:0;
}
.inner_content{
	padding:10px;
	background-color:#6699FF;
}
#footer{
	height:28px;
	line-height:28px;
	color:#ffffff;
	margin:10px 0 0 0;
}
#footer .lalign{
	margin:0 0 0 10px;
}
#footer .ralign{
	margin:0 10px 0 0;
}
#footer a{
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}