/* CSS Document */

/* -- General ------------------------------ */

html, body {
	margin: 0px; padding: 0px;
	background-color: #f9f9f0;
}

html, body { height:100%; } 

html, body { margin:0;padding:0; }
body,td,th {font-family: Arial, Helvetica, sans-serif;
}

a {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:500;
	 color: #006600; text-decoration: none;
}

a:active {
	font-weight:500;
	color:#006600;
}
a:visited {
font-weight:500;
	color:#006600;
}
a:hover {
	font-weight: 500;
	text-decoration: underline;
	color:#006600;	
}

.textIndent{ margin-left:20px;}

/* -- Position ---------------------------- */

#container		  { min-height:100%; height:auto;}
* html #container { height:100%; }

#container {
	width: 778px; 
	margin: 0 auto -15px auto;
	padding: 0;
	background: #ffffff url(../images/mainBack.gif) repeat-y;
}
#collegeBanner {
	margin: 0 auto;
	height: 39px; width: 778px;
	background-color: #333333 ;
	text-align: right;
}
#headerPrint { display:none;
}
#header {
	margin: 0 auto;
	width: 778px;
	text-align: right;
	background-color: #FFFFFF;
}

#menutop {
	margin: 0;
	padding:0;
	float: right;
	height: 26px;
	width: 778px;
	background:#ffffff url(../images/topNav.gif) no-repeat bottom left;
}



#colL { height: 26px; width: 150px; float: left; }
		
#colL table { height: auto; margin-bottom: 0px;}


#colR {
	height: auto;
	width: 610px;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#content { height: auto; width:776px; float: left; background-color:#ffffff; border-left: 1px solid #000033; border-right: 1px solid #000033;}


#space 			  { clear:both; height:6px; } /*needed to make room for footer*/
* > html #space  { float:left; width:100%;  } /* ie mac styles */


#footer {
	margin: 0 auto;
	width: 778px;
	position:relative;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:  #000000;
	text-align: center;
	padding: 2px 0 2px 0;
	background:#ffffff url(../images/footerBack.gif) repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

/* -- TopNav ---------------------------- */
/*#topmenu-nav    {
	list-style: none;
	display: block;
}*/

#topmenu-nav    {
	border: 0;
	margin-top: 2px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	float:right;
}

#topmenu-nav td {
	padding: 0px 5px 0px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
}

#topmenu-nav a{
	text-align: left;
	color:  #333333;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}
#topmenu-nav a:hover { text-decoration: underline;}

/* -- TopNavSearch ---------------------------- */
/*#topmenu-search    {
	list-style: none;
	display: block;
}*/

#topmenu-search {
	margin-top: 2px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	float:left;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

#topmenu-search td {
	padding: 0px 5px 0px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
}

#topmenu-search a{ text-align: left; color:  #113448; text-decoration: none;}
#topmenu-search a:hover { text-decoration: underline;}


.borderTable{ margin-top:1px; border-bottom: 1px solid #666666; border-collapse:collapse;
}

.mainMenu{ margin:0; margin-top: 1px; border: 0; float: right;
}

select {
	margin: 0;
	border: 1px solid #F2F5F8;
	font-weight: 500;
	color:  #595959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0;
}

/* ---- Side menu layout ------------------- */

#sidemenu, .mainlevel {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	width:150px;
	border: 0;
}

#sidemenu .titleSupport {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 1px 5px 10px;
	color: #CC6600;
	text-decoration: none;
	background: url(../images/titleSupport.gif) no-repeat;
}
#sidemenu .OnState {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #434343;
	text-decoration: none;
	background: url(../images/btnLeftOn.gif) no-repeat;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 15px;
}



#sidemenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	padding: 5px 1px 5px 15px;
	color: #444444;
	text-decoration: none;
	background: url(../images/btnLeft.gif) no-repeat;
}

#sidemenu a:hover {
	background: url(../images/btnLeftOn.gif) no-repeat;
	color: #444444;
	text-decoration: none;
}

#sidemenu a:active   {
	background: url(../images/btnLeftOn.gif) no-repeat;
	color: #444444;
}



#sidemenu    { border: 0;  }
#sidemenu li { list-style-type: none;  }
#sidemenu a  { display: block; width: 99.99%; }


#sidemenu a.twoLiner{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	padding: 5px 1px 5px 15px;
	color: #444444;
	text-decoration: none;
	background: url(../images/btnLeft_2lines.gif) no-repeat;
}

#sidemenu a.twoLiner:hover {
	background: url(../images/btnLeftOn_2lines.gif) no-repeat;
	color: #444444;
	text-decoration: none;
}

#sidemenu a.twoLiner:active   {
	background: url(../images/btnLeftOn_2lines.gif) no-repeat;
	color: #444444;
}










.mainlevel {
	position: relative; z-index:100; margin:0px ; 
}

/* ---- Sub-menu layout ------------------- */

#submenu { font-family: Arial, Helvetica, sans-serif; font-size:12px; margin: 0; padding: 0; width:171px; border: 0; }

#submenu .titleMenu{
	font-family: Arial, Helvetica, sans-serif;  font-size:12px; 
	width: 99.99%;
	margin: 0; 
	height: 24px;
	padding: 5px 5px 5px 10px;
	color: #113448; text-decoration: none;
	background:url(../images/areaTitle.gif) no-repeat; display:block;
	
}
#submenu .OnStateSub {
	 display:block;
	 font-family: Arial, Helvetica, sans-serif;
	color: #000000; text-decoration: none;
	background: url(../images/subbtnLefton.gif) no-repeat;
	padding: 4px 5px 4px 20px;
	
}

#submenu a {display:block; width: 99.99%;  font-size:12px; font-family: Arial, Helvetica, sans-serif;
	color: #000000; text-decoration:none;
	background: url(../images/subbtnLeft.gif) no-repeat;
	padding: 4px 5px 4px 20px; font-weight:normal;
	
}

#submenu a:hover { background: url(../images/subbtnLefton.gif) no-repeat;  color: #444444; text-decoration: none;  font-weight:normal;}

#submenu a:active   { background: url(../images/subbtnLefton.gif) no-repeat; font-weight:normal; }

#submenu    { border: 0;  }
#submenu li { list-style-type: none;  }


/* -- Forms ---------------------------- */

.formtable { border: 0;  margin: 0; padding: 0px 5px 0px 5px; vertical-align: middle; }

input.inputbox, textarea.inputbox {
	margin-top:0px;
	background-color: #ffffff;
	border: 1px solid #86806B;
	color: #0A223D;
}

.button {
	height:19px;
	color: #0A223D; font-weight:bold; font-size:12px;
	border: 1px solid #86806B;
	background-color: #F2F1ED;
}

/* -- Small Link ------------------------------ */
a.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
a.small:visited {color:#000000; }
a.small:active { color: #666666; text-decoration: underline; }
a.small:hover {
	color: #CC3300;
	text-decoration: underline;
}


.titleBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #006600;
	text-align: left;
	vertical-align: middle;
}
	
.dashedLine{ border-top: 1px dashed #79838B; width:100%; 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500; 
	padding:8px;}
	
.text {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;
	text-align: left; padding: 3px;
}

.titleUnderlineBold{
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	color: #336600; font-weight:700; 
	padding:2px 2px 0 10px; text-decoration:underline;
}

#imgPadding img{
	padding: 5px;
	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;
}

.quotedTextStyle{
font-family: "Lucida Calligraphy", Times, serif;
font-size:12px;

}

/*Table border id's, for tables inside the content, and for extra page navigation*/

#tableBorderSimple table{
	border: 1px solid #C0C0C0;
	border-collapse:collapse;
	padding: 1px;
}

#tableBorderSimple td{
	border: 1px solid #C0C0C0;
	border-collapse:collapse;
	
}

#tableBorderSimpleOutside{
	border: 1px solid #C0C0C0;
	border-collapse:collapse;
}

#tableBorderSmall table{
	border: 1px solid #EFEFEF;
	border-collapse:collapse;
	padding: 0px;
}

#tableBorderSmall td{
	border: 1px solid #EFEFEF;
	border-collapse:collapse;
	padding: 2px;
}

#extraNavTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse:inherit;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #6F6F6F;
	border-right-color: #6F6F6F;
	border-bottom-color: #6F6F6F;
	border-left-color: #6F6F6F;
	padding: 3px;
	margin: 3px;
}

/*end of table border section */


/* eliminates extra spaces for image layout tables*/
#NewLayout{
margin:0px;
padding:0px;
}
#NewLayout td {
margin:0px;
padding:0px;
}
#NewLayout tr {
margin:0px;
padding:0px;
}
#NewLayout img {
margin:0px;
padding:0px;
}

#NewLayout p {
margin:0px;
padding:0px;
}

/* More table stuff*/

.tableStyleLines{
border-collapse:collapse;
}

.tableStyleLines td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
}

/* CSS Document */

/*Student Services logo section */
.titleMainLogo3{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #000033;
	text-align:left;
	text-indent:50px;
	margin:0px;
	height:55px;
	padding:0px;
	width:100%;
	background-color: #C8D6E3;
	background-image: url(../images/services_logo_faces_only3.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#liftText {	
    position:absolute;
	text-align:right;
	/*use the "right" property on a full width page*/
	/*right:193px;*/
	/*use the "width" property on a template page*/
    /*these are new*/ width:50px;
    /*these are new*/ top:-200px;
	border:0px;
	margin:0px;
	padding:0px;
}
#liftText a{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	border:0px;
	margin:0px;
	padding:0px;
}
#liftText a:hover{
    text-decoration:underline;
	color:#EAEAEA;
}


#indexPageLayout {
	font-family: Arial, Helvetica, sans-serif; 
	border:1px solid #B4C7D8;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight:normal; 
	text-align: left;
	color: #000033;
	margin: 0px;
	height: auto;
	width: 576px;
}
#indexPageLayout td {
	margin: 0px;
	padding: 0px;
	height:auto;
}
#indexPageLayout p {
	margin: 5px;
	padding: 0px;
	height:auto;
}
#indexPageLayout a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:700;
}
#indexPageLayout a:active {
font-weight:700;
color:#009933;
}
#indexPageLayout a:hover {
font-weight:700;
text-decoration:underline;
}
#extraLogos{
margin-left:3px;
margin-right:3px;
vertical-align:top;
}
#extraLogos img{
margin:3px;
vertical-align:top;
}
.mbnLinkStyle a{
color:#D14952;
}

.tableTextFormatting{
padding:3px !important;
border-collapse:collapse !important;
}
.tableTextFormatting  tr td{
padding:3px !important;
border-collapse:collapse !important;
border-color:#E9E9E9 !important;
border-style:solid !important;
border-width:1px !important;
}

/* CSS Document */

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}


/* -- Big Table ---------------------------- */
#tablesBody {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight:normal;
	text-align: left;
	color: #212121;
	margin: 0px;
	height: auto;
	width: 600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#tablesBody td {
	margin: 0px;
	padding: 4px;
	height:auto;
	font-size: 12px;
}
#tablesBody td table tr td {
	margin: 0px;
	padding: 0px;
	height:auto;
	font-size: 12px;
}
#tablesBody td table tr td img {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

/*
#tablesBody img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #2C5273;
}
*/

/* -- Small Table ---------------------------- */
#tableSmall table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal; 
	text-align: left;
	color: #000033; 
	background-color: #ECF1F5; 
	border: 1px solid #B4C7D8;
	margin: 0px;
	padding: 0px;
	height: 190px;
	width: 288px;
}
#tableSmall td{
	margin: 0px;
	padding: 5px; 
	vertical-align: top;
}

#tableSmall img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;}
	
	
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #006600;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	height: 14px;
	width:100%;
	background-color: #E7E7E7;
}
	
.titleBottomBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #000033;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	height: auto;
	width: 100%;}
	


	

/* -- moduleservices---------------------------- */

#services .tab{
	width:100px;
	margin-top:4px;
	padding:10px 0 2px 5px;
}

#services .Ontab{
	width:100px;
	margin-top:4px;
	padding:10px 0 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff; font-weight:700; font-size:12px;
}

#services {
	border:0;
	padding: 0;
	float:left;
}

#services li{ text-decoration:none; font-family:Arial, Helvetica, sans-serif; color: #1F4461; font-weight:500; font-size:12px; margin: 0px; vertical-align:middle; list-style-type: disc; list-style-position: outside;  
}

#services a{ text-decoration:none; font-family:Arial, Helvetica, sans-serif; color: #4D7394; font-weight:500; font-size:12px; margin: 0px; padding: 0px; 
}
#services a:hover{font-weight:700; color: #485574; text-decoration: none; 
}
#services a:active{font-weight:700; color: #485574;
}

#services table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal; 
	text-align: left;
	color: #000033; 
	margin: 0;
	padding: 0;
	width: 580px;
}

#services img {
	margin: 0px;
	padding: 0px;}

.moduletab{
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	width: 568px;
	height:12px;
	color: #485574; font-weight:700; 
	padding:2px 2px 2px 10px;
	background: #ffffff url(../images/tab1.gif) no-repeat left;
}

.moduletab2{
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	width: 568px;
	height:12px;
	color: #336600; font-weight:700; 
	padding:2px 2px 2px 10px;
	background: #ffffff url(../images/tab2.gif) no-repeat left;
}

.moduletab3{
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	width: 568px;
	height:12px;
	color: #485574; font-weight:700; 
	padding:2px 2px 2px 10px;
	background: #ffffff url(../images/tab3.gif) no-repeat left;
}

.moduletabITS{
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	width: 568px;
	height:12px;
	color: #336600; font-weight:700; 
	padding:2px 2px 2px 10px;
	background:  #ffffff url(../images/tab1ITS.gif) no-repeat left;
}

.moduletab2ITS{
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	width: 568px;
	height:12px;
	color: #336600; font-weight:700; 
	padding:2px 2px 2px 10px;
	background: #ffffff url(../images/tab2ITS.gif) no-repeat left;
}

/* -- General---------------------------- */


#AncillaryTableBorders{ border: 1px solid #1F4461; border-collapse:collapse; background-color:#ECF4ED; float:left; padding:0;}

#AncillaryTableBorders td{ background-color: #ECF4ED; padding: opx; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #383630; border-left: 1px solid #8EABC4; border-bottom: 1px solid #8EABC4; border-collapse:collapse;  }


.bgComputerStore { background-color: #D0E9CF; padding: 4px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #383630; }
.bgBookStore { background-color: #D0E9CF; padding: 4px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000000;}
.bgPublishing { background-color: #FBF9D5; padding: 4px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000000;}
.bgFood { background-color: #E3ECB9; padding: 4px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000000;}
.bgTransportation { background-color: #FAE4A0; padding: 4px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000000; }
.bgRes {  background-color: #D0E9CF; padding: 4px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000000; }
.bgConfer {  background-color: #D9C3D7; padding: 4px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000000;}

.textFormat80pxHeight { height: 80px; background-color: #EBF5EE; padding: 4px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #383630; }




/* -- table with td border and padding---------------------------- */
#tableBorders { font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #383630;  background-color: #EBF5EE; border: 1px solid #8EABC4; border-collapse:collapse; }

#tableBorders td{ background-color: #EBF5EE; padding: 4px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #383630; border-left: 1px solid #365168; border-bottom: 1px solid #365168; border-collapse:collapse;  }

#tableBorders  .TitlefinancePR { background-color: #8EABC4; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: 700; color: #D0E9CF; }

#tableBorders  img { border: 1px solid #365168; margin:2px; }

#tableBorders  .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #000033;
	text-align: left;
	vertical-align: middle;
	background: #ffffff url(../home/welcomeBanner.jpg) no-repeat -40px -8px;
	margin: 0px;
	height: 18px;}


.TitlePlans{ background-color: #EBF5EE; padding: 4px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: 700; color: #042948;  border-bottom: 1px solid #4D7394;}

.TitleChart { background-color: #B4C7D8; padding: 4px; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight: 700; color: #042948;  border-left: 1px solid #4D7394;  border-right: 1px solid #4D7394;  border-top: 1px solid #4D7394; text-align:center;}


#tableSiteMap {
	width:578px;
	border:1px solid #7685A4;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #ffffff;
}

#tableSiteMap td {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 500;
	text-align: left; padding: 3px 3px 3px 17px; color: #000000; }


#tableSiteMap .sitemapTitle {
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	color: #485574; font-weight:700; 
	background: #ffffff url(../images/bulletList.gif) no-repeat top left;
	border-bottom:1px solid #365168;
}

#tableSiteMap a {
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	color: #000000; font-weight:normal; 
	
}

#tableSiteMap a:hover {
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	color: #000000; font-weight:normal; 
	
}

#tableOrgChart { font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #383630;  background-color: #ECF1F5; border: 1px solid #8EABC4; border-collapse:collapse; }

#tableOrgChart td{ background-color: #EBF5EE; padding: 4px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #383630; border-left: 1px solid #365168; border-bottom: 1px solid #4D7394; border-collapse:collapse; font-weight: 700; }

#tableOrgChart  .TitleOrgChart{ background-color: #D2E6DC; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight: 700; color: #042948;  border-bottom: 1px solid #4D7394;}

.GeneralTitleOrgChart { background-color: #8EC58D; padding: 4px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: 700; color: #042948; border: 1px solid #4D7394;}


#OrgChartLayer {
	left:300px; top:0; width:169px; height:47px; z-index:5;
	position:relative;
	background-color: #D3DDE5;
	padding: 2px;
	border: 1px solid #4D7394;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	font-weight: 700;
	color: #042948;
	overflow: visible; 
}

#OrgChartLayer2{ left:400px; top:2px; width:180px; height:60px; z-index:5;
	position: relative;
	background:url(../organizational/bgLayer.gif) no-repeat -60px 10px;
	padding: 18px 2px 2px 2px ;
	border-left:1px solid #000033;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	font-weight: 700;
	color: #042948;
	overflow: visible;  }
	
.rolesTableStyle td{
	padding:4px!important;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#BBB;
	}
.rolesTableStyle td p{
	margin-top:3px;
	margin-bottom:3px;
	}
	
	
	
	
	
	
	

