.screenHide {
	display:	none;
}

body {
	background-color:	#FFFFFF;
	margin:				0px 0px 30px 0px;
}

div#body {

}

div.layout {
	width:					800px;
	background-color:		#fff;/* #f8f5f6; */
}

div#topshade {
	background: 			url('/images/headbg.PNG') no-repeat center top;
	height:					135px;
}

div#topshade div.layout {
	background:				transparent;
}

/************************************************************/
/* Header 													*/
/************************************************************/
div#header {
	width:					800px;
	height:					135px;
 	background:				url('/images/head3.png');
 	background-position:	bottom center;
	background-repeat:		no-repeat;
}

div#header div.layout {
	background:				transparent !important;
}

div#header * {
	display:		none;
}

/************************************************************/
/* Bar		 												*/
/************************************************************/
div.bar {
	background-color:		#24366B;
	background:				url('/images/topbg.png');
	height:					28px;
	width: 					800px;
}

/************************************************************/
/* Top Navigation											*/
/************************************************************/
div#topnav {
	color:					#FFFFFF;
	height:					28px;
	width: 					800%;
	background-image: url('/images/topbg-endcap.png');
	background-repeat: no-repeat;
	background-position: right top;
	float: none;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#topnav ul {
	list-style-type:		none;
	display:				inline;
}

div#topnav ul li {
	float: left;
}

div#topnav ul li a {
	BORDER-TOP-WIDTH: 0px;
	DISPLAY: block;
	FONT-WEIGHT: bold;
	BORDER-LEFT-WIDTH: 0px;
	FONT-SIZE: 10pt;
	BACKGROUND: url('/images/buttonbg.png');
	BORDER-BOTTOM-WIDTH: 0px;
	WIDTH: 123px;
	COLOR: #fff;
	HEIGHT: 17px;
	BORDER-RIGHT-WIDTH: 0px;
	padding: 5px;
	position: relative;

}

div#topnav ul li a:hover, div#topnav ul li.selected a {
	background: 			url('/images/buttonbg-hover.png');
}

div#shade {
	background: 			url('/images/mainbg.png');
	background-position:	top center;
	background-repeat:		repeat-y
}

/************************************************************/
/* Page Title 												*/
/************************************************************/
#pdficon {
	float:				right;
	width:				30px;
	height:				30px;
	margin:				14px 0px 0px 5px;
}

#pdficon a, #pdficon img {
	border:				0px;
}

div#pagetitle {
	width:	        800px;
	padding:		5px;
}

div#pagetitle h1 {
	text-align:			right;
	margin:				10px 0px 0px 0px;
}

/************************************************************/
/* Navigation 												*/
/************************************************************/
div#navigation {
	float:			left;
	width:			175px;
	padding:		5px;
}

div#navigation h2, div.box h2.label {
	font-size:			10px;
	margin:				0px 0px 1px 0px;
	padding:			4px;
	color:				#fff;
	background-color: 	#24366B;
	font-weight:		bold;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	background:			url('/images/navbg.png');

}

div#navigation h3, div.box h3.label {
	font-size:			10px;
	margin:				0px 0px 1px 0px;
	padding:			4px;
	color:				#24366B;
	background-color: 	#E7E7E7;
	font-weight:		bold;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	background-image:   url('/images/navbglight.png');
}

div#navigation ul {
	padding: 			0px;
	list-style-type:	none;
	margin:				0px;
}

div#navigation ul li p {
	margin:				0px;
	padding:			2px;
	margin-left:		13px;
	color:				#777;
}

div#navigation ul a {
	display:			block;
	border:				1px #fff solid;
	padding:			2px;
	color:				#696969;
	text-indent:		-12px;
	padding-left:		15px;
}

div#navigation ul a:hover {
	background-color:	#f6f7f9;
	border:				1px #8E9BBE solid;
	color:				#4f4f4f;
}

/************************************************************/
/* Content	 												*/
/************************************************************/
div#content {
	float:			left;
	width:			610px;
	padding:		5px 5px 5px 0px;
}
div#contentCentered    {
	width:			700px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 45px;
}

div#content div.box div.content {
	padding:		10px;
}

/************************************************************/
/* Footer	 												*/
/************************************************************/
div#footer {
	width:			790px;
	color:				#fff;
	padding:		5px;
	padding-top:		7px;
	height:				16px;
	text-align:			center;
}

/************************************************************/
/* Components 												*/
/************************************************************/
div.box {
	border: 			1px #687499 solid;
	margin-bottom:		5px;
	background-color:	#fff;
}

div#navigation div.box .content {
	padding:			4px;
}

