body {
	background-color: 		#FF9F2B;
	background-position: 	50% 0;
	font-family: 			Georgia, "Times New Roman", Times, serif;
	font-size: 				13px;
	color: 					#666666;
	text-align:				center;
	margin:					0px;
}

a:link { color: #666666; }
a:visited { color: #666666; }

#pagewrapper {
	width: 					970px;
	position:				relative;
	text-align:				left;
	margin:					0 auto;
}

#main {
	background-color: 		#FF9F2B;
	background-image: 		url(../app/images/bgFullLength.gif);
	width: 					860px;
	background-repeat: 		repeat-y;
	background-position: 	center;
	position: 				relative;
	top: 					10px;
	left:					87px;
}

#mainNoNav {
	background-color: 		#FF9F2B;
	background-image: 		url(../app/images/bgFullLength.gif);
	width: 					860px;
	background-repeat: 		repeat-y;
	background-position: 	center;
	margin: 				0 auto;
	text-align:				left;
}

#header
{
	background-color:		#FF9F2B;
	vertical-align:			bottom;
	text-align:				center;
	position:				relative;
	top:					0px;
	height: 				50px;
	width: 					860px;
	
}

#navbar{
	width: 					132px;
	height: 				171px;
	position: 				absolute;
	top: 					250px;
	z-index: 				100;
	left: 					1px;
}

#footer {
	background-color: 		#FF9F2B;
	background-image: 		url(../app/images/frameBottomDeep.gif);
	background-repeat: 		no-repeat;
	background-position: 	center top;
	height: 				85px;
	width: 					860px;
	font-size: 				10px;
	color: 					#663800;
	text-align: 			center;
	line-height:            15px;
}

#footerFeedback {
	float:		            right;
	height: 				56px;
	width: 					298px;
}

#footer a:link {
	color: 					#663800;
}

#footer a:visited {
	color: 					#663800;
}

#logo {
	width: 					860px;
	vertical-align:			top;
	text-align:				center;
	height: 				85px;
	padding-top: 			15px;
	}
	
#content {
	width: 					731px;
	margin: 				30px 0px 30px 65px;
}

#content p {
	line-height: 			20px;
}

#content h1 {
	font-size:				28px;
	font-family:			Arial, Helvetica, sans-serif;
	color:					#FF9F2B;
}

#content h2 {
	font-size:				22px;
	font-family:			Arial, Helvetica, sans-serif;
	color:					#FF9F2B;
}

#content h3 {
	font-size:				18px;
	font-family:			Arial, Helvetica, sans-serif;
	color:					#FF9F2B;
}

#content h4 {
	font-size:				14px;
	font-family:			Arial, Helvetica, sans-serif;
	color:					#666666;
}

#content h5 {
	font-size:				13px;
	font-family:			Arial, Helvetica, sans-serif;
	font-weight:			bold;
	color:					#FF9F2B;
}

.boldHeader {
	font-size:				14px;
	font-family:			Arial, Helvetica, sans-serif;
	color:					#666666;
	font-weight: 			bold;
}

#sidebarContainer {
	width:					245px;
	margin: 				10px;
	font-family:			Arial, Helvetica, sans-serif;
	color:					#666666;
}

#sidebarTop {
	background-image: 		url(images/sidebarTop.gif);
	background-repeat: 		no-repeat;
	text-align:				center;
	font-size:				12px;
	font-weight:			bold;
	padding-top:			12px;
	height:					26px;
}

#sidebarBottom {
	height:					11px;
	background-image: 		url(images/sidebarBottom.gif);
	background-repeat: 		no-repeat;
}

#sidebarMain {
	padding:				1px 12px 1px 12px;
	background-color:		#F7F7F7;
	border-color:			#CCCCCC;
	border-style: 			solid;
	border-width:			0px 1px 0px;
	margin:					0px;
}

#sidebarMain p {
	text-align:				left;
	line-height: 			18px;
}

#sidebarMain h1 {
	font-size:				18px;
	text-align:				center;
	line-height: 			18px;
}

#sidebarMain h5 {
	font-size:				10px;
	text-align:				center;
}

.Message 
{
    font-weight:bold;
    color:Red;
}