/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url(../_imgs/background.gif) repeat-y center;
}
html>/**/body {
	overflow-y: scroll;
}

/*  ---- Wrapper ---- */

#wrapper {
	text-align: center;
	height: 100%;
	min-height: 100%;
}

#bodyWrapper {
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	text-align: left;
}

/*  ---- Header ---- */

#header {
	position: relative;
	width: 944px;
	height: 130px;
	z-index: 10;
	overflow: hidden;
}

#portal {
	position: relative;
	width: 944px;
	height: 30px;
	z-index: 10;
}

#header #title {
	display: none;
}

#header #line {
	display: none;
}


/* ---- Middle ---- */

#middle {
	min-height: 100%;
	margin: -130px 0px -24px 0px;
	background: #FFFFFF url(../_imgs/body_background.gif) repeat-y;
}

#middle #body {
	position: relative;
	float: left;
	padding: 0px;
	margin: 130px 6px 0px 6px;
	margin-top: 130px;
	width: 490px;
	overflow-x: hidden;
}

#middle #left, #middle #right {
	position: relative;
	float: left;
	width: 220px;
	margin: 130px 0px -24px 0px;
	overflow-x: hidden;
}

#middle #clearfooter {
	height: 24px;
	clear: both;
}

* html #body {
	height: 1%;
	margin-bottom: 24px;
}


/* ---- Footer ---- */

#footer {
	position: relative;
	width: 944px;
	height: 24px;
	clear: both;
	background: #FFFFFF url(../_imgs/footer.gif) repeat-x bottom;
}

#footer * {
	color: #807E7F;
	font-family: Segoe UI, Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer hr {
	display: none;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer #powered {
	position: relative;
	float: left;
	padding-top: 3px;
	padding-left: 5px;
}

#footer #copyright {
	position: relative;
	float: right;
	padding-top: 3px;
}
hr.spacer
{
	background-color: #c5d6e6;
    border: 0;
    height: 1px;
    -webkit-box-shadow: 0 1px 1px 0 #FFFFFF;
    box-shadow: 0 1px 1px 0 #FFFFFF;
    margin: 20px 0 10px 0;
}
