/* CSS Document */
.layout div#wrapper {
	position: relative;
	width: 560%;
	left: 0px;
	top: 0px;
}
/* Title Bar and Main Navigation */
.layout div#header {
	position: relative;
	width: 100%;
	height: 50px;
	left: 0px;
	top: 0px;
}
.layout div#title {
	background-color: #003798;
	background-image: url(../images/standard/header_bground.gif);
}
.layoutnav div#mainnav {
	position: relative;
	width: 0px;
	height: 0px;
	left: 0px;
	top: 0px;
	visibility: hidden;
	overflow: hidden;
}
.printlayout div#SideNavMain {
	position: relative;
	width: 0px;
	height: 0px;
	left: 0px;
	top: 0px;
	visibility: hidden;
	overflow: hidden;
}
.layoutsubnav div#subnav {
	position: relative;
	width: 0px;
	height: 0px;
	left: 0px;
	top: 0px;
	visibility: hidden;
	overflow: hidden;
}
/* Main Body */
.layout div#body {
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
.layout div#CookieCrumbs {
	visibility: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Footer Navigation and Copyright Info */
.layoutfooter div#footer {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
}
.layoutfooter div#footernav {
	visibility: hidden;
}
.layoutfooter div#copyright {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
}
.layoutfooter div#footerbottom {
	position: relative;
	height: 37px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../images/standard/footer_bground.gif);
}
.layout div#mainsplash {
	width: 660px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.layout div#homebody {
	padding-left: 0px;
	top: 0px;
	left: 0px;
}
.SideNavBar #SideNavBar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 0px;
	visibility: hidden;
	overflow: hidden;
}
.tableblue input {
	border: 1px solid #646464;
}
.tableblue textarea {
	border: 1px solid #646464;
}
.bodycontrol table{
	width: 680px;
}