@charset "utf-8";

/* CSS Document */
#topmenu {
	width:100%;
	height:20px;
	background-color:#333333;
}
.clearfix:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}



.clearfix {

    display: inline-block;

}



html[xmlns] .clearfix {

    display: block;

}



* html .clearfix {

    height: 1%;

}

body {

	margin:0 auto;

	background:#E5E5E5;

	font-family: "trebuchet ms", sans-serif;

	font-size:13px;

	color:#999999;

}

#header {

	width:100%;

	height:97px;

	background-image:url("images/headerblue.gif");

	border-bottom:1px solid #F8F8F8;

}

#header .content {

	font-size:18px;

	color:#FFFFFF;

}

#footerTop {

	width:100%;

	height:14px;

	background-image:url("images/footertop.gif");

	border-top:1px solid #BBBBBB;

}

#footer {

	width:100%;

	height:100px;

	background-image:url("images/footer.gif");

}

#frame {

	background-image:url("images/dot.gif");

	background-repeat:repeat-y;

	background-position:230px;

	margin-top:10px;

	margin-bottom:10px;

}

.content {

	margin:0 auto;

	width:970px;

	height:inherit;

}

.content #leftBlock {

	width:220px;

	height:inherit;

	float:left;

	padding-right:10px;

}

.content #rightBlock {

	float:left;

	width:730px;

	height:inherit;

	padding-left:10px;

}

.head {

	widht:100%;

	height:20px;

	padding:5px;

	background-image:url("images/bgbar.gif");

	border:1px solid #C7C7C7;

	margin-bottom:10px;

}

.blueWindow {

	width:730px;

	background-image:url("images/centermain.gif");

}

.blueWindow .top {

	width:inherit;

	height:14px;

	background-image:url("images/topmain.gif");

}

.blueWindow .bottom {

	width:inherit;

	height:38px;

	background-image:url("images/footermain.gif");

}

.blueWindow .center {

	padding:20px 55px 0px 55px;

	color:#FFFFFF;

}

.iframe {

	width:100%;

	height:1010px;

	border:0px;

}

#logo {
    display:block;
	position:relative;

	top:1px;

	width:306px;

	height:96px;

	background-image:url("images/logo.gif");

}