/* CSS Document */

/* LAYOUT STYLES - SCREEN */

body {
	margin: 0;
	padding: 0;
	background: #1B355F;
	/*	background-image: url('../images/background.gif');
	background-repeat: repeat-x;*/
	left: 0;
}
.pageSizer {
	width:820px;
	margin: 20px auto 10px auto;
	border:0;
	padding: 0;
	background: #FFFFFF url(../images/whitebox5/pageSizer_bottomleft.gif) no-repeat left bottom;
}
.pageSizer_topleft {
	background:url(../images/whitebox5/pageSizer_topleft.gif) no-repeat left top; 
	height: 31px;
	width: 788px;
}
.pageSizer_bottom {
	background:url(../images/whitebox5/pageSizer_bottomright.gif) no-repeat right bottom;
	padding: 0 20px 10px 20px;
}
.pageSizer_topright {
	background: url(../images/whitebox5/pageSizer_topright.gif) no-repeat right bottom;
	width:32px;
	height: 31px;
}
.widgetBar {
	float: right;
	width: 190px;
	margin: 0 0 0 auto;
}
.widgetBar hr{

color: #eeeeee;
}
.widgetBar h3{
background: url(../images/blue_01_200.gif) no-repeat top left;
padding: 2px 7px 2px 10px;
color:white;
}
.widgetBar .Logon h3{
background:url(../images/green_01_200.gif) no-repeat top left;
padding: 2px 7px 2px 10px;
color: #1B355F;
}
.Logon fieldset{
background-color:#cccccc;
}
.containerContent {
	float: left;
	width: 560px;
	margin: 0 20px 0 0;
	padding: 0px 0px 0px 0px;
}
.containerContent img{
margin-top:-5px;
}
.subContentHolder{
	width: 560px;
}
.subContentHolder hr{
margin: 15px 20px 0 20px;
color: #eeeeee;
}
.subContent1 {
	float: left;
	width: 260px;
padding-bottom:10px;
}
.subContent2 {
	float: right;
	width: 260px;
padding-bottom:10px;
}

