.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

* html .clearfix {
	height: 1px;
}

*+html .clearfix {
	min-height: 1px;
}

a img {
	border: 0;
}

html, body {
	background: #515151;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}

h1 {
	margin-top: 4px;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
}

.wrapper {
	width: 950px;
	margin: 0px auto;
	padding-bottom: 30px;
	position: relative;
	color: #525252;
	background: transparent;
}

.container {
	background: #fff url(images/container.gif) repeat-y;

}

/* begin header */
.header .banner {
	height: 156px;
	background: #525252 url(images/banner5.jpg) no-repeat bottom;
}

.header .banner h1 {
	background: transparent;
	color: #fff;
	font-size: 42px;
	font-family: 'Times New Roman';
	font-weight: normal;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 480px;
	float: right;
	text-align: left;
	margin: 100px 70px 0 0;
}

.header .date {
	background: url(images/middle6.jpg) no-repeat;
	height: 73px;
	padding-right: 97px;
}

.header .date span {
	float: right;
	padding: 8px 30px 0 0;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
}
/* end header */

/* begin sidebar */
.sidebar {
	float: right;
	width: 171px;
	height: 284px;
	background: #525252 url(images/sidebar.gif) repeat-y;
	overflow: hidden;
}


.sidebar .search {
	background: #f4d558 url(images/sidebar_shadow_down1.gif) no-repeat bottom;
	height: 32px;
	padding: 2px 0 0 8px;
	vertical-align: middle;
}
.sidebar .search input {
	width: 118px;
	height: 15px;
	background: #faeaac;
	border: 0;
	padding: 0;
        font-size: 11px;
	margin: 0;
        
}
.sidebar p {
	margin: 0;
	padding: 27px 5px 27px 8px;
	color: #fff;
	background: transparent;
}
.sidebar .menu {
	background: #f4d558 url(images/sidebar_shadow_down2.gif) no-repeat bottom;
	padding: 0 0 10px 8px;
}

.sidebar .menu input {
	width: 155px;
	background: #faeaac;
	border: 0;
	padding: 4px;
        height: 21;
        font-size: 12px;
	margin: 0;
        }

.sidebar .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar li {
	float: left;
	clear: both;
        line-height: 27px;
}
.sidebar a {
	float: left;
	line-height: 27px;
	color: #525252;
	background: transparent;
	text-decoration: none;
}
.sidebar a:hover {
	color: #4b7fb3;
	text-decoration: none;
}
/* end sidebar */

/* begin mainNav */
.mainNav {
	float: left;
	width: 168px;
	min-height: 284px;
	overflow: hidden;
	background: #ffffff url(images/mainnav.gif) no-repeat;
	padding-bottom: 0px;
}
.mainNav ul, .mainNav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mainNav li {
	line-height: 22px;
	background: #f4d558;
	margin-top: 4px;
	padding-left: 20px;
}

.mainNav li.level_2 {
	line-height: 22px;
	background: #f4d558;
	margin-top: 0px;
	padding-left: 30px;
}

.mainNav ol {
	padding-bottom: 4px;
}
.mainNav ol li {
	line-height: 16px;
}
.mainNav a {
	color: #525252;
	background: transparent;
	text-decoration: none;
}

.mainNav a:hover, .mainNav a.active {
	color: #467aad;
}
/* end mainNav */

/* begin content */
.content {
	float: left;
	background: #fff;
	width: 531px;
	/*overflow: hidden;*/
	padding: 0 40px 15px;
	min-height: 250px;
}
* html .content {
	height: 270px;
}
.content p {
	padding: 0;
	margin: 0 0 1em;
}

.content a {
	text-decoration: underline;
        color: #4b7fb3;
}

.content a:hover {
        text-decoration: underline;
	color: #4b7fb3;
}
/* end content */

/* begin mask */
.mask {
	overflow: hidden;
	height: 14px;
	position: absolute;
	background: url(images/mask.gif) no-repeat 50% 0;
	width: 100%;
}
/* end mask */

/* begin footer */
.footer {
	background: #fff;
}
.footer h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
.footer .partner {
	padding: 8px 0px 8px 8px;
}
.footer .partner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .partner li {
	float: left;
	padding: 0;
}
.footer .copyright p {
	margin: 0;
	padding: 0;
	line-height: 22px;
}
.footer .copyright {
	background: #525252;
	color: #f4d558;
	padding: 5px 0px;
}
.footer .author {
	float: right;
}

.footer a{
	text-decoration: none;
	color: #f4d558;
}

.footer a:hover{
	text-decoration: none;
	color: #f4d558;
}


/* end footer */
