/*@charset "utf-8";*/

/* CSS for pre-define HTML tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #496381;
	margin: 0;
	height: 100%;
}
p {
	line-height: 150%;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 12px;
}
hr {
    border: none;
    border-top: 1px solid #87b6d9;
    width: 100%;
    height: 1px;
    margin: 10px 0 10px 0;
}
.Title_Header
{
	color: #bb67ff;
	font-weight: normal;
	font-size: 18px;
	margin-top: 3%; margin-bottom: 0.5%;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 115%;
}
.Title_Header2
{
	color: #746bf2;
	font-weight: bold;
	font-size: 16px;
	margin-top: 4%; margin-bottom: 0.5%;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 115%;
}
h1 {
	color: #bb67ff;
	font-weight: normal;
	font-size: 18px;
	margin-top: 3%; margin-bottom: 0.5%;
	line-height: 115%;
}

h2 {
	color: #746bf2;
	font-weight: bold;
	font-size: 16px;
	margin-top: 4%; margin-bottom: 0.5%;
	line-height: 115%;
}
h3 {
	color: #d2a352;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
}
img { 
	border: none;
}
.pageTitle {
	padding-top: 25px;
}
.pageTitleBanner
{
	padding-left: 10px;
}
a:link {
	color: #496381;
	text-decoration: underline;
	padding-right: 0px;
	margin-right: 0px;
	background: none;
}

a:visited {
	color: #496381;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	background: none;
}

a:hover {
	color: #496381;
	text-decoration: none;
	padding-right: 0px;
	margin: 0px;
	background: none;
}

a:active {
	color: #496381;
	text-decoration: underline;
	padding-right: 0px;
	margin-right: 0px;
	background: none;
}
/* BREADCRUMB */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #496381;
	padding-left: 5px;
}

a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited {
	color: #496381;
	font-size: 11px;
	text-decoration: underline;
}

a.breadcrumb:hover { 
	text-decoration: none; 	
	color: #496381;
	font-size: 11px;
}

linkbutton:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
}
linkbutton:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
}
linkbutton:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
}

td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
th {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

.dataTable {
                margin-top: 10px; margin-bottom: 10px;
                border-collapse: collapse;
                padding: 3px;
                border: none;
}

.dataTable th {   
                font-size: 12px;
                font-weight: bold;
                color: #496381;
                background-color: #f3fbff;
                padding: 10px 7px 10px 10px;
                text-align: center;
                vertical-align: middle;
}
.dataTable td {
                font-size: 12px;
                padding: 10px 10px 10px 10px;
                text-align: center;
}

.dataTable td.left {
                font-size: 12px;
                padding: 10px 10px 10px 10px;
                text-align: left;
}

.dataTable caption {
                font-size: 12px; color: #496381; font-weight: bold;
                padding: 10px 7px 5px 10px;
                text-align: center;
                margin-top: 2.5%; margin-bottom: 0.5%;
                line-height: 115%;
}

GridView.admin
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	border-collapse: collapse;
}
.gridItem
{	
	color: #496381;
	background-color: #f5e8ff;
}
.gridAltItem
{
	color: #496381;
	background-color: #f3fbff;
}
.gridHeader
{
	color: #ffffff;
	background-color: #daf3ff;
	border-color: #496381;
}

hr {
	border: none;
	border-top: 1px solid #87b6d9;
	width: 100%;
	height: 1px;
	margin: 10px 0 10px 0;
}

/* New */
ul {
                padding: 0;
                margin: 10px 0px 0px 20px;
}
ul li {
                list-style-type: none;
                margin: 0;
                line-height: 150%;
                padding: 0 0px 5px 15px;
                background: url(/main/Portals/0/images/bullet_1.gif) no-repeat 0 5px;
}
ul li ul li {
                list-style-type: none;
                margin: 0;
                line-height: 150%;
                padding: 0 0 5px 15px;
                background: url(/main/Portals/0/images/bullet_2.gif) no-repeat 0 5px;
}
ul li ul li ul li {
                list-style-type: none;
                margin: 0;
                line-height: 150%;
                padding: 0 0 5px 15px;
                background: url(/main/Portals/0/images/bullet_3.gif) no-repeat 0 5px;
}

ul li ul {
                padding: 0;
                margin: 7px 0 5px 20px;
}
ol {
                margin-top: 8px;
}
ol li {
                padding-bottom: 5px;
}
ol li ol {
                margin-top: 7px; margin-bottom: 5px;
}
ul li ol li{
                list-style-type: decimal;
                padding-left: 0;
                background: none;
}

/* End New*/

/* BACK TO TOP */
.backToTop {
	float: right;
	font-size: 11px;
	color: #496381;
	padding: 7px 0 0 0;
	text-decoration: none;
}
.backToTop a:link {
	color: #8e00d1;
	text-decoration: underline;
	padding: 7px 0 0 0;
	background: url(/main/Portals/0/images/arrow_up.gif) no-repeat top center;
}

.backToTop a:visited {
	color: #8e00d1;
	text-decoration: underline;
	padding: 7px 0 0 0;
	background: url(/main/Portals/0/images/arrow_up.gif) no-repeat top center;
}

.backToTop a:hover {  	
	color: #8e00d1;
	text-decoration: none;
	padding: 7px 0 0 0;
	background: url(/main/Portals/0/images/arrow_up.gif) no-repeat top center; 
}

.backToTop a:active {
	color: #8e00d1;
	text-decoration: underline;
	padding: 7px 0 0 0;
	background: url(/main/Portals/0/images/arrow_up.gif) no-repeat top center;
}
.footnote {
	color: #808285;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.footnote:link {
	font-size: 11px; 
}
a.footnote:visited {
	font-size: 11px; 
}
a.footnote:hover {
	font-size: 11px; 
}
a.footnote:active {
	font-size: 11px; 
}
.error {
   	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
}

/* CSS for top section */

.search {
   	color: #fdfffe;
	text-decoration: none;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
.top_menu {
	color: #fdfffe;
	padding-bottom:5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.top_menu:link {
	color: #fdfffe;
	text-decoration: underline;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.top_menu:visited {
	color: #e7ac54;
	text-decoration: none;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.top_menu:hover {
   	color: #fdfffe;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.top_menu:active {
	color: #444343;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
.dynamic_menu {
	background-color: Transparent;
}
/* TOPNAV */
.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.topNav a:link {
	color: #ffffff;
	text-decoration: underline;
	padding-right: 0px;
	margin: 0px;
	background: none;
}

.topNav a:visited {
	color: #ffffff;
	text-decoration: underline;
	padding-right: 0px;
	margin: 0px;
	background: none;
}

.topNav a:hover {
	color: #ffffff;
	text-decoration: none;
	padding-right: 0px;
	margin: 0px;
	background: none;
}

.topNav a:active {
	color: #ffffff;
	text-decoration: underline;
	padding-right: 0px;
	margin: 0px;
	background: none;
}


/* BOTTOMNAV */
.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #8c00cf;
}

.bottomNav a:link {
	color: #8c00cf;
	text-decoration: underline;
	padding-right: 0px;
	margin: 0px;
	background: none;
}

.bottomNav a:visited {
	color: #8c00cf;
	text-decoration: underline;
	padding-right: 0px;
	margin: 0px;
	background: none;
}

.bottomNav a:hover {
	color: #8c00cf;
	text-decoration: none;
	padding-right: 0px;
	margin: 0px;
	background: none;
}

.bottomNav a:active {
	color: #8c00cf;
	text-decoration: underline;
	padding-right: 0px;
	margin: 0px;
	background: none;
}

/* MORE */
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8e00cf;
	margin: 20px 0 20px 0;
}

.more a:link {
	color: #8e00cf;
	text-decoration: underline;
	padding: 0 9px 0 0;
	margin: 0px;
	background: url(/main/Portals/0/images/arrow_more.gif) no-repeat right;
}

.more a:visited {
	color: #8e00cf;
	text-decoration: underline;
	padding: 0 9px 0 0;
	margin: 0px;
	background: url(/main/Portals/0/images/arrow_more.gif) no-repeat right;
}
 
.more a:hover {  	
	color: #8e00cf;
	text-decoration: none;
	padding: 0 9px 0 0;
	background: url(/main/Portals/0/images/arrow_more.gif) no-repeat right; 
}

.more a:active {
	color: #8e00cf;
	text-decoration: underline;
	padding: 0 9px 0 0;
	margin: 0px;
	background: url(/main/Portals/0/images/arrow_more.gif) no-repeat right;
}


/* CSS for middle section */

.sect4_head {
	color: #d5e15b;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
.4-section02 {
	color: #f0f992;
	text-decoration: none;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
.sect4 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.sect4:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
a.sect4:visited {
	color: #333333;
	text-decoration: none;
	font-weight: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.sect4:hover {
   	color: #FFFFFF;
	text-decoration: underline;
	font-weight: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.sect4:active {
	color: #444343;
	text-decoration: none;
	font-weight: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
.bodytext01 {
   	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
.bodytext02 {
   	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.bodytext02:link {
   	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.bodytext02:visited {
   	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.bodytext02:hover {
   	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.bodytext02:active {
   	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
.news_title {
	color: #000000;
	text-decoration: none;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
.news_date {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
}

a.employers:link {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.employers:visited {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.employers:hover {
   	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.employers:active {
	color: #444343;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}

/* CSS for bottom section */

.bottom_menu {
	color: #8d00cb;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.bottom_menu:link {
	color: #8d00cb;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.bottom_menu:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.bottom_menu:hover {
    color: #601e74;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.bottom_menu:active {
	color: #444343;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
/* FOOTER */
.bottomFooter
{
	background-color: #f2e1ff;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a696a;
	background-color: #f2e1ff;
}

.footer a:link {
	color: #496381;
	font-size: 11px;
	text-decoration: underline;
	padding-right: 0px;
	margin: 0px;
	background: none;
}

.footer a:visited {
	color: #496381;
	font-size: 11px;
	text-decoration: underline;
	padding-right: 0px;
	margin: 0px;
	background: none;
}

.footer a:hover { 
	text-decoration: none; 	
	color: #496381;
	font-size: 11px;
	padding-right: 0px;
	margin: 0px;
	background: none;
}

.footer a:active {
	color: #496381;
	font-size: 11px;
	text-decoration: underline;
	padding-right: 0px;
	margin: 0px;
	background: none;
}

.header_border {
	background-color: #FF9900;
}

/* CSS for Subpage left-boxes section */

.boxtitle {
	color: #69217e;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
.leftbox1 {
	background-color: #d5e15b;
}
.leftbox2 {
	background-color: #fbe9a6;
}

/* CSS for body section */

.breadcumbs {
	color: #8f53a1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
.breadcumbs1 {
	color: #8f53a1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.breadcumbs1:link {
	color: #8f53a1;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.breadcumbs1:visited {
	color: #c5a9cd;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.breadcumbs1:hover {
    color: #69217e;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.breadcumbs1:active {
	color: #8f53a1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.breadcumbs2:link {
	color: #f68220;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.breadcumbs2:visited {
	color: #ff9c52;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.breadcumbs2:hover {
    color: #f3771a;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a.breadcumbs2:active {
	color: #f68220;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
.body_title {
	color: #8f53a1;
	text-decoration: none;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 23px; 
}
a.bodytext:link {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
a.bodytext:visited {
	color: #9f71ad;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
a.bodytext:hover {
    color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
a.bodytext:active {
	color: #000000;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
.sub_title {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
}
.subsub_title {
	color: #f68220;
	text-decoration: none;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: Transparent;
	margin-left: 21px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;	
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	height: 21;		
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #c962f2; 
	border-left: #FF6508 0px solid; 
	border-bottom: #FF6508 0px solid; 
	border-top: #FF6508 0px solid; 
	text-align: center; 
	height: 21;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px	
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #c962f2; 
	color: #ffffff;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); */
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;	
}
.MainMenu_ThirdSubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #d5e15b; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); */
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	position: absolute;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px	
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #f8fdc8; 
	font-weight: bold; 
	font-style: normal;
	background-color: Transparent;
	height: 21;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px	
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
	height: 18;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_ActiveMenu {
	cursor: pointer; 
	cursor: hand; 
	color: #f8fdc8; 	
	font-weight: bold; 
	font-style: normal;
	background-color: Transparent;
	height: 21;
}
.MainMenu_SubMenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-weight: bold; 
	font-style: normal;
	background-color: #8e00d0;
	height: 21;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px
}
.SubMenu_Container
{
	background-color: #8e00d0;
	font-size: 12px;
}
 /* USER-CENTRIC MENU LEVEL 2 */
td.um1 {
	/*background: url(../../Images/Templates/lvl2_bg.gif) repeat-y;*/
	background: #fff3e0;
	font-size: 12px;
	/*border-bottom: 1px solid #fff;*/
	padding: 5px 10px 5px 10px;
}
.um1 {
	text-align:left;	
	font-size: 12px;  /*font-weight: bold; */
	font-weight: bold; 
	
}
a.um1:link, a.um1:active, a.um1:visited { 
	color: #808080; /*font-weight: bold; */  
}
/*a.um1:visited { 
	color: #999; font-weight: bold;  
}*/
a.um1:hover { 
	color: #f73f03; /*font-weight: bold; */  
	text-decoration: underline; 
}
td.um1sel { 
	/*background: url(../../Images/Templates/lvl2_bg.gif) repeat-y;*/
	background: #ffe7c1;
	/*border-bottom: 1px solid #fff;*/
	text-align:left;
	padding: 5px 5px 5px 5px;
}
.um1sel { 
	text-align:left;
	padding: 5px 5px 5px 5px;
	font-size: 12px; color: #b62007; 
	font-weight: bold;
	text-decoration: none; 
	color: #b62007;
}
a.um1sel:link, a.um1sel:active, a.um1sel:visited { 
	color: #b62007; /*font-weight: bold; */  
}
/*a.um1sel:visited { 
	color: #b62007; font-weight: bold; 
}*/  
a.um1sel:hover { 
	color: #f73f03; /*font-weight: bold; */  
	text-decoration: underline; 
}
/* USER-CENTRIC MENU LEVEL 3 */
.um2background {
	background: url(../../Images/Templates/lvl3_line.gif) repeat-y;
}
.um2 {
	padding: 5px 0 5px 0;
	font-size: 12px; color: #ed860f; font-weight: normal;
	/*background: #ffe8c3; */
}
a.um2:link, a.um2:active, a.um2:visited { 
	color: #9a9a9a ; font-weight: normal; 
}
/*a.um2:visited { 
	color: #9a9a9a; font-weight: normal; 
}*/
a.um2:hover { 
	color: #d95e4a ; font-weight: normal; 
	text-decoration: underline; 
}
.um2sel { 
	padding: 5px 0 5px 0;
	font-size: 12px;
	color: #ed860f; 
	font-weight: bold;  
	border: 0; 
	text-decoration: none;
	text-align: left; 
}

a.um2sel:link, a.um2sel:active, a.um2sel:visited { 
	color: #d95e4a; font-weight: bold;  
}
/*a.um2sel:visited { 
	color: #d95e4a; font-weight: bold;  
}*/
a.um2sel:hover { 
	color: #d95e4a; font-weight: bold;  
	text-decoration: underline; 
}


.topHeader
{
	background-color: #3d1383;
	padding: 0;
}
.header
{
	background: #3d1383 url(/main/Portals/0/masthead.gif);
	background-repeat:  no-repeat;
	background-position: left top;
	width: 516px;
	height: 127px;
	padding: 0;
}
.leftHeader
{
	background-image: url(/main/Portals/0/left.jpg);
	background-repeat:  no-repeat;
	background-position: right top;
	padding: 0;
}
.rightHeader
{
	background-image: url(/main/Portals/0/right.jpg);
	background-repeat:  no-repeat;
	background-position: left top;
	padding: 0;
}

table.content
{
	
	background: #ffffff url(/main/Portals/0/gradient.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}
table.content2
{
	
	background: #ffffff url(/main/Portals/0/gradient2.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}
td.menuLine
{
	background-image: url(/main/Portals/0/menu_line.gif);
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}
hr.homeLine
{
	background-color: #8f00d5;
	text-align: left;
	width: 500px;
	color: #8f00d5;
	height: 5px;
}
.applyForJobBg
{
	background-image: url(/main/Portals/0/images/jobboard/applyforjob_header_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 494px;
	padding-left: 5px;
}

a.applyForJobBg:link, a.applyForJobBg:visited, a.applyForJobBg:active
{
	color: #8E00CF ;
	font-weight: normal;
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 0.5%;
	text-decoration: underline;
}
a.applyForJobBg:hover
{
	color: #8E00CF ;
	font-weight: normal;
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 0.5%;
	text-decoration: none;
}

/* STYLIZEDARROW */
.stylizeArrow {
                padding: 0;
                margin: 0px 0px 0px 20px;
                border: 1px solid #fff;
}
.stylizeArrow li {
                list-style-type: none;
                margin: 0;
                line-height: 150%;
                padding: 0 0px 0px 15px;
                background: url(/main/Portals/0/images/bullet_1.gif) no-repeat 0 5px;
}
.stylizeArrow ul li ul li {
                list-style-type: none;
                margin: 0;
                line-height: 150%;
                padding: 0 0 0px 15px;
                background: url(/main/Portals/0/images/bullet_1.gif) no-repeat 0 5px;
                border: 1;
}
.stylizeArrow ul li ul li ul li {
                list-style-type: none;
                margin: 0;
                line-height: 150%;
                padding: 0 0 0px 15px;
                background: url(/main/Portals/0/images/bullet_1.gif) no-repeat 0 5px;
}

.stylizeArrow ul li ul {
                padding: 0;
                margin: 7px 0 0px 20px;
}
.stylizeArrow ol {
                margin-top: 8px;
}
.stylizeArrow ol li {
                padding-bottom: 5px;
}
.stylizeArrow ol li ol {
                margin-top: 7px; margin-bottom: 5px;
}
.stylizeArrow ul li ol li{
                list-style-type: decimal;
                padding-left: 0;
                background: none;
}



/* Highlight Box */

.hlBox {
                width: 459px;
                background: #f5e8ff; 
                line-height: 150%;
                margin: 30px 0;
}

.hlBox td {
                padding: 2px 15px 15px 15px;
                }

.hlBox h2 {
                color: #746bf2;
                font-weight: bold;
                font-size: 16px;
                line-height: 115%;
}

.hlBox ul li {
                list-style-type: none;
                line-height: 150%;
                padding: 0 0px 0px 15px;
                background: url(/main/Portals/0/images/hl_bullet.gif) no-repeat 0 5px;
}
























































































































