body 	{
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #BCCBCE;*/
	
}

#wrapper {
	width:					755px;
	/*height:					700px;*/
	margin: 				auto;
}

#topbanner {
	background:				url(/images/Header.jpg) no-repeat;
	width:					755px;
	height:					255px;
}

#ingress   {
	font-size:				10pt;
	text-align:				center;
	color:					white;
	line-height:			normal;
	font-style:				italic;
	font-weight:			bold;
	width: 					270px;
	left: 					150px;
	top: 					180px;
	position: 				relative;
}

#ul {
	width: 					755px;
	margin: 				0;
	padding: 				0;
	/*list-style: 			none;*/
	float: 					left;
	background-color: 		#CCCCCC;
	background-image: 		url(/images/mainNavBg.gif);
	background-repeat: 		repeat-x;
	height: 				30px;
	clear: both;
}
#sidebar	{
	float:					left;
	width:					300px;
	height:					420px;
	padding: 				10px 0;
	background:				url(/images/sidebarbg.jpg) no-repeat top left;
}
#sidebar dl	{
	float:					left;
	width:					260px;
	margin:					10px 20px;
	padding: 				0;
	display:				inline; /* fixes IE/Win double margin bug */
}

#sidebar dt	{
	float:					right;
	width:					150px;
	margin:					0;
	padding: 				0;
	font-size:				12px;
	color:					#627081;
	font-weight:			bold;
}

#sidebar dd	{
	margin:					0;
	padding:				0;
	font-size:				9px;
	line-height:			1.5em;
	color:					#666;
}

#sidebar dd.img img	{
	float:					left;
	margin:					0 8px 0 0;
	border:					1px solid #d9e0e6;
	border-bottom-color: 	#c8cdd2;
	border-right-color: 	#c8cdd2;
}

/* reverse float */

#sidebar .alt dt {
	float:					left;
}

#sidebar .alt dd.img img {
	float:					right;
	margin:					0 0 0 8px;
}

#sidebar_scrollable_container {
	width:					300px;
	height:					440px;
	float:					left;
	background:				url(/images/sidebarbg.jpg) no-repeat top left;
}

#sidebar_scrollable	{
	padding: 				10px 0;
	width:					300px;
	height:					420px;	
	/*background:				url(/images/sidebarbg.jpg) no-repeat top left;*/
	overflow: -moz-scrollbars-vertical;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}
#sidebar_scrollable dl	{
	float:					left;
	width:					260px;
	margin:					10px 20px;
	padding: 				0;
	display:				inline; /* fixes IE/Win double margin bug */
}

#sidebar_scrollable dt	{
	margin:					0;
	padding: 				0;
	font-size:				12px;
	color:					#627081;
	font-weight:			bold;
}

#sidebar_scrollable dd	{
	margin:					0;
	padding:				0;
	font-size:				9px;
	line-height:			1.5em;
	color:					#666;
}






#content	{
	height:					440px;
	width:					455px;
	float:					right;
	background:				url(/images/contentbg.jpg) no-repeat;
    z-index: 10;
}

#content img {
}

#content_wide_bottom	{
	height: 				10px;
	width:					755px;
	clear: both;
	background:				url(/images/contentbg_bottom.jpg) no-repeat;
}

#content.wide {
	width:					755px;
	height:					100% !important;
	float:					left;
	clear:          both;
	padding-bottom: 30px;
	background:				url(/images/contentbg_wide.jpg) repeat-y;
}

#content dd	{
	margin:					10px 30px 0px 30px;
	font-size:				11px;
	line-height:			1.5em;
	color:					#666666;
}

#content dt	{
	margin:					30px 0 0 30px;
	font-size:				15px;
	color:					#627081;
	font-weight:			bold;
}
	
	
#footer {
	clear: both;
	padding: 10px;
	width: 100%;
	text-align: center;
	font-size:				9px;
	color:					#666666;	
}
