/* CSS Document */
a:link {
	color:#0061D8;
}
a:visited {
	color:#999;
}
a:hover {
	color:#F90;
}

img {
	vertical-align:baseline;
}

/*BODY*/
body#ir {
	margin: 0 auto;
	padding:0;
	background: #fff center top repeat-y;;
	text-align:center;
	font-size:12px;
	color:#333;
}

div#container {
	margin:0 auto;
	padding:0;
	width:772px;
	text-indent:center;
}

#corp-logo {
	height:45px;
	padding:22px 0 2 14px;
	background:url(../images/header_w.gif) #fff center top no-repeat;
	text-align:left;
}
#corp-logo2 {
	height:45px;
	padding:0;
	background:url(../images/header_w.gif) #fff center top no-repeat;
	text-align:left;
}

/*Header*/
#global-nav {
	margin:0;
	padding:0 7px;
	background:url(../images/body_bg_w.gif) #fff left top repeat-y;
}
/*Main-Body*/
#main-body {
	position:relative;
	margin:0;
	padding:0 11px;
	width:772px;
	background:url(../images/body_bg_wb.gif) #fff left 10px repeat-y;
}

/*Main-Body2*/
#main-body2 {
	position:relative;
	margin:0;
	padding:0 11px;
	width:772px;
	background:url(../images/body_bg_w.gif) #fff left 10px repeat-y;
}
#main-body:after,#col-main:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*Left-column*/
div#col-left {
	width:170px;
	margin:0;
	padding:0;
	border-top:10px #fff solid;
	background-color:#fff;
	vertical-align:top;
	overflow:hidden;
	float:left;
}

/*Main-column*/
#col-main {
	margin:39px 0 0 20px;
	width:560px;
	float:left;
	text-align:left;
}

/*Page Title*/
#page-title {
	margin-bottom:20px;
}
td.hr-dot{
	background:url(../images/line_g.gif) left center repeat-x;
}

/*Content*/
#content {
	width:540px;
	font:12px/140% normal;
}


/*Footer*/
#footer {
	width:100%;
	padding-top:31px;
	background:url(../images/footer_w.gif) left top no-repeat;
	margin-bottom:30px;
}
#copyright {
	width:379px;
	padding-left:7px;
	text-align:left;
	float:left;
}
#f-menu {
	width:379px;
	padding-right:7px;
	text-align:right;
	float:right;
}
body#ir iframe {
 overflow-x:hidden;
}