/* CSS Document */

body {

text-align:center;

margin: 0px 0px 0px 0px;

background-color: #172B7B;

line-height:1.8;
}

#windowframe {

display:block;

background-color:#172B7B;

background-image:url(images/backgrounds/No outer Background Image);background-repeat:repeat-x;
}

#headerframe {

margin:0px auto;

display:block;

width:1055px;

}

#pageframe {

margin:0px auto;

overflow:auto;

width:1055px;

text-align:left;

background-color:#FFFFFF;

}

#maincontent {

display:block;

float:left;

	padding:20px;

}

#leftcol {

border-right:#000 solid 1px;

float:left;

}

#rightcol {

border-left:#000 solid 1px;

float:left;

}

#footer {

  clear: both;

  margin:0 auto;
  width:1055px;

}

#navbar {

	width:1055px;

	margin: 0px 0px 5px 0px;

	padding: 0px;

	height: 20px;

	color:#fff;
	border-top:1px solid #fff;
	font-weight: bold;

	font-size:11px;
	z-index: 9100;

	}



