body {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	background-image: url(/portals/0/_gui/bac_page.gif);
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}

img {
		behavior: url(/portals/0/pngbehavior.htc);
}


a:visited {
	color:#74000D;
	text-decoration: none;
}


a:link {
	color:#74000D;
	text-decoration: none;
}


a:hover {
	color:#74000D;
	text-decoration: underline;
	}

a:active {
	color:#74000D;
	text-decoration: underline;
	font-weight: bolder;
}

#pageWrapper {
	/* 
	width: 100%;
	*/
	position:absolute; 
	top:0; 
	left:50%;
	margin-left:-490px;
	height:auto; 
	width: 980px;
	border-left:1px solid black; 
	border-right: 1px solid black;
}

#headertop {
	width: 100%;
	height: 18px;
	background-image: url(/portals/0/_gui/bac_headertop.gif);
	background-position: bottom;
	text-align: right;
	
	}

#header {
	width: 100%;
	height: 137px;
	background-image: url(/portals/0/_gui/bac_header.jpg);
		
}

#body {
	width: 100%;
	height:100%;
	text-align:left;
}


/* MENU */



/* ssiop classes */


#menu {
	/* margin-top: 5px !important;
	margin-top: 0px; */
	width: 180px;
	height: auto;
	background-color: #E7E7E7;
	margin-top:70px;
	/* cursor: pointer;  */
	cursor: hand; 
	}
	
/* 
#menu TH{
	width: 180px;
	height: 32px;
	background-image: url(/portals/0/_gui/bac_menu_header_alt.gif);
	background-position: left;
	color: #515151;
	font-size: inherit !important;
	font-size: 75%;
	text-align: left;
	padding-left: 25px;
	}
*/

/* DNN class .MainMenu_MenuBar */

#menu .MainMenu_MenuBar {
	width: 179px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #E7E7E7;
	/* cursor: pointer; */ 
	cursor: hand; 
	}

#menu .MainMenu_MenuBar TABLE TD{
	border: 0px;
	padding: 0px;
	/* cursor: pointer; */
	cursor: hand;  
	}
	
#menu .MainMenu_MenuBar BR{
	/* cursor: pointer; */
	cursor: hand;  
	}

#menu .menuRoot {
	width: 159px !important;
	width: 179px;
	width: 100%;

	height: 23px !important;*/
	height: 32px;
	padding-left: 8px;
	padding-top: 9px;
	
	background-image: url(/portals/0/_gui/bac_menu_header_alt.gif);
	background-repeat: no-repeat;
	background-position: left;
	
	color: #515151;
	font-size: inherit !important;
	font-size: 95%;
	text-align: left;
	border: 0px;
	display:block;
	margin-bottom: -12px;
	/* cursor: pointer;  */
	cursor: hand; 
}
	
#menu  .menuItem  {
	z-index: 1000;
	width: auto;
	height: 16px;
	color: #74000D;
	font-size: 90%;
	font-weight: bold;
	
	background-image: url(/portals/0/_gui/bul_menu.gif);
	background-repeat: no-repeat;
	background-position: left; 
	
	
	padding: 6px 0px 5px 20px;
	margin-top: -14px;
	margin-bottom: -14px;
	margin-left: 8px;
	display: block;
	border: 0px red solid;
	/* cursor: pointer;  */ 
	cursor: hand;
	}

#breadcrumbs {
	width:50%;
	height: 35px;
	background-image: url(/portals/0/_gui/bac_breadcrumbs.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 5px 5px 20px;
	
}

.breadcrumbs {
	font-family: 'MS Sans Serif', Arial, Helvetica, sans-serif;
	font-size: 1;
	color: #B2787F;
	}

a.breadcrumbs:link, a.breadcrumbs:visited, a.breadcrumbs:active, a.breadcrumbs:hover  {
	color: #B2787F;
}
	

/*#footer */ .footerWrapper {
	background-image: url(/portals/0/_gui/bac_page.gif);
	width: 100%;
	border-left:0px solid black;
	border-right: 0px solid black;
}

/*#footer */ .footerContent {
	background-image: url(/portals/0/_gui/bac_footertop.gif);
	height: 26px;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
}

.footerMenu {
	color: #515151;
	font-size: inherit !important;
	font-size: 100%;
}

A.footerMenu:Link {
	font-weight: bold;
	color: #515151;

}
A.footerMenu:Visited {
	font-weight: bold;
	color: #515151;
}

A.footerMenu:Hover {
	font-weight: bold;
	text-decoration: none;
	color: #74000D;
}
A.footerMenu:Active {
	font-weight: bold;
	text-decoration: underline;
	color: #74000D;
}

/*#footer */ .info {
	padding: 10px;
	font-size: 65%;
	font-weight: normal;
	text-align: center;
}

#centercontent {
	background-image:url(/portals/0/_gui/bac_contentTop.gif);
	background-repeat:repeat-x;
	width:540px;
	width:99.8%;
	height:100%;
	border-right: 1px outset white;
	
}

/* DNN "Panes" 2b populated with content/modules */


#centercontent #PhotosPane {
	width: 100%;
	height: auto;
	/* height: 210px; */
	background-color:#999999;
	background-image: url(/portals/0/_gui/bac_content.gif);
	padding:10px;
	border: 0px solid red;
}

#centercontent #ContentPane {
	padding: 30px;
	font-size: inherit !important;
	font-size: 75%;
}

#RightPane {
	/*padding: 20px; */
	font-size: inherit !important;
	font-size: 75%;
	border-left: 1px outset white; #CACACA;
	background-color: #E7E7E7;
}



/* CENTER container classes */

/*PHOTOS PANE */

/* PLAIN CONTENT */
#ContentPane .textHeader {
	color: #74000D;
	font-size: 16px;
	font-weight: bold;
}

#ContentPane .plain {
	color: #74000D
}

#ContentPane .boxPlain  {
	background-color: #E7E7E7;
	color: black;
	width: 100%;
	}



/* =================================== */
/* RIGHT "Box" container classes */

/* SEARCH */

#RightPane .boxSearch {
	width:100%;
	height: 55px;
	background-image:url(/portals/0/_gui/bac_search.gif)
	

}

/* NEWS */

#RightPane .boxNews  {

	background-color: #FFEDCE;
	color: black;
	width: 100%;
	margin-bottom:2px;
	}
	
#RightPane .boxNews TH {
	background-image: url(/portals/0/_gui/bac_header_news.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 32px;
	color: #515151;
	font-size: inherit !important;
	font-size: 75%;
	text-align: left;
	padding-left: 15px;
	}

#RightPane .boxNews TD {
	font-size: inherit !important;
	font-size: 75%;
	text-align: left;
	padding: 15px;
}

/* GENERIC/PLAIN */

#RightPane .boxPlain  {
	background-color: #E7E7E7;
	color: black;
	width: 100%;
	}
	
#RightPane .boxPlain TH {
	background-image: url(/portals/0/_gui/bac_menu_TH.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 32px;
	color: #515151;
	font-size: inherit !important;
	font-size: 75%;
	text-align: left;
	padding-left: 15px;
	}

#RightPane .boxPlain TD {
	font-size: inherit !important;
	font-size: 75%;
	text-align: left;
	padding: 15px;
}