@charset "utf-8";
/* CSS Document */
/*-------------Global--------------*/
img, div {
	/*behavior: url(theme/pngfix.htc); */
}
body {
	background:#bdd7e3 url(../images/bg.jpg) repeat-x;
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color: #666666;
}
a {
	cursor:hand;
	font-size: 12px;
	color: #3f89d0;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3f89d0;
}
a:hover {
	text-decoration: none;
	color: #3f89d0;
}
a:active {
	text-decoration: underline;
	color: #3f89d0;
}
h1 {
	font: 24px "Times New Roman", Times, serif;
	color:#105497;
	text-align:center;
}
* html h1 {
	padding:15px 0 0 0;
}
* + html h1 {
	padding:15px 0 0 0;
}
h2 {
	font: 18px "Times New Roman", Times, serif;
	color:#105497;
}
ul {
	padding:0;
	margin:0;
}
li {
	list-style: url(../images/bullet.gif) inside ;
	color:#666;
	
}
.right {
	float:right;
}
a img {
	border:0;
}


/*-------------Global End Here--------------*/


#wrapper {
	width:789px;
	margin:auto;
}
.topheader {
	float:left;
	width:789px;
	height:24px;
}
.header {
	float:left;
	width:789px;
	height:112px;
}


#contentouter {
	float:left;
	width:770px;	
	background:url(../images/content_bg.png) repeat-y center;
	behavior: url(theme/pngfix.htc);
	padding:0 9px 0 10px;
}
#contentright {
	width:473px;
	min-height: 350px;
	overflow:visible;
	display:block;
	padding:22px 0 25px 22px;
	float:left;
}

* html #contentouter {
height: 350px;
}


#leftcolumn {
	float:left;
	width:203px;
	background: url(../images/news_bg.jpg) repeat-y center;
	padding:19px 24px 10px 23px;
	font:11px Arial, Helvetica, sans-serif;
	line-height:12px;
	color:#666666;
}


.bottom {	
	background:url(../images/bottom.png) top center no-repeat;
	behavior: url(theme/pngfix.htc);
	float:left;
	width:789px;
	height:12px;
	overflow:hidden;
}


.footer {
	padding:6px 0 2px 0;
	float:left;
	width:789px;
	text-align:center;
}