/* Layout Stylesheet */ 

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

#outer {
	position: relative;
	top: -5px;
	width: 900px;
	margin: auto;
	text-align: left;
}

/* Header & Menu */

#hdr {
	height: 63px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 63px;
	width: 580px;
	background: url("../images/layout/logo.png") left center no-repeat ;
}

#login{
	position: absolute;
	top: 5px;
	left: 640px;
	width: 248px;
	padding: 5px;
}

#bar {
	border-color: #0f43bb;
	border-style: solid;
	border-width: 4px 0px 0px 0px;
	height: 35px;
}

/* Body */

#bodyblock {
	position: relative;
	width: 900px;
}

#banner {
	height: 300px;
	width: 900px;
	margin: 5px 0px 20px 0px;
	padding: 0px;
	background: url("../images/layout/banner.png") center center no-repeat;
}
#banner_internal {
	height: 150px;
	width: 900px;
	margin: 5px 0px 20px 0px;
	padding: 0px;
	background: url("../images/layout/banner_internal.png") center center no-repeat;
}

#alert_bar {
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #339900; 
	background-color: #D8FEBC; 
	padding: 5px; 
	color: #000000;
}
#alert_bar img {
	padding-right: 5px; 
	vertical-align:bottom;
}

#cont {
	float: left;
	width: 880px;
	margin: 0px 0px 20px 10px;
}

#r-col {
	float: right;
	width: 250px;
	margin: 4px 4px 10px;
}

#l-col {
	float: left;
	width: 250px;
	margin: 4px 10px 10px 4px;
}

.psection {
	margin-top: 30px;
}
.psection p {
	line-height: 1.5em;
}

/* Footer */

#ftr {
	clear: both;
	width: 880px;
	font: normal 9px verdana,arial,helvetica,sans-serif;
	color: #0f43bb;
	border-color: #0f43bb;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	margin: 10px;
}