body { 
	font-family: "Trebuchet MS","Trebuchet",Arial,Helvetica,sans-serif; 
	font-size: 81.25%;
	background-color: #0091E4;
	color: #000000;
}

.normal {
	/*font-family : Arial, Helvetica, sans-serif;*/
	font-size : 13px;
	color : #091338	;
}

.error {
	/*font-family : Arial, Helvetica, sans-serif;*/
	font-size : 13px;
	color : #FF0000	;
}


.title {
	/*font-family : Times New Roman, Times, serif;*/
	font-size : 24px;
	color : #006A64;
	/*background : #FFFFFF;*/
}

.titlesmall {
	/*font-family : Times New Roman, Times, serif;*/
	font-size : 20px;
	color : #006A64;
	/*background : #FFFFFF;*/
}

.navtitle {
	/*font-family : Times New Roman, Times, serif;*/
	font-size : 24px;
	color : #091338;
}

.header {
	/*font-family : Arial, Helvetica, sans-serif;*/
	font-size : 16px;
	color : #006A64;
}

.text {
	/*font-family : Arial, Helvetica, sans-serif;*/
	font-size : 13px;
	color : #091338	;
}

.textsmall {
	/*font-family : Arial, Helvetica, sans-serif;*/
	font-size : 10px;
	color : #091338	;
}

.subtext {
	/*font-family : Arial, Helvetica, sans-serif;*/
	font-size : 10px;
	color : #091338	;
}

.subtextblue {
	/*font-family : Arial, Helvetica, sans-serif;*/
	font-size : 10px;
	color : #003399	;
}

.subtitle {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;*/
	font-size : 14px;
	color : #003366;
	font-weight : bold;
}

a {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;*/
	color : #007FC8;
	font-weight : normal;
	text-decoration: underline;
}

a.text {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;*/
	color : #007FC8;
	font-weight : normal;
	text-decoration : none;
}

a.nav {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;*/
	font-size : 13px;
	color : #007FC8;
	font-weight : bold;
	text-decoration : none;
}
a.nav:hover {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;*/
	font-size : 13px;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}

a.Admin {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;*/
	font-size : 10px;
	color : #007FC8;
	font-weight : normal;
	text-decoration : none;
}

a.title {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;*/
	font-size : 14px;
	color : #007FC8;
	font-weight : bold;
}

a:hover {
	color : #007FC8;
}

ol.lalpha {
	list-style-type: lower-alpha
}

.border {
	border : 1px solid #003366;
	padding-bottom : 8px;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 8px;
}

.test {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;*/
	font-size : 13px;
	font-weight : bold;
	text-decoration : underline;
}

.goldtext {
	/*font-family : Arial, Helvetica, sans-serif;*/
	font-size : 13px;
	color : #B59A6B;
}

.goldtext {
	/*font-family : Arial, Helvetica, sans-serif;*/
	font-size : 13px;
	color : #B59A6B;
	font-weight : bold;
}

.bluetext {
	/*font-family : Arial, Helvetica, sans-serif;*/
	font-size : 13px;
	color : #3399CC;
	font-weight : bold;
}

.news {
	/*font-family : Arial, Helvetica, sans-serif;*/
	font-size : 13px;
	/*color : #006A64;*/
}

a.news {
	/*font-family : Arial, Helvetica, sans-serif;*/
	font-size : 13px;
	/*color : #006A64;*/
}


.whitetext {
	/*font-family : Arial, Helvetica, sans-serif;*/
	font-size : 16px;
	line-height : 22px;
	padding-left: 8px;
	color : #FFFFFF;
	font-weight : bold;
}

p.indent {
	padding-left: 8px;
}



/*----------------------------------- New CSS  ----------------------------------*/

a:link, a:visited { color: #006FAF;}
.header { color: #00639C;}


#visual-portal-wrapper {
	margin: 0 auto;
	background-color: #FFFBF0;
}

#portal-header{
    margin: 0;
    padding: 0;
	height: auto;
	background-color: #237fcb;
	background-image: url(../images/bg-topbanner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/*----- Logo Text -----*/
#logoText{
	float: left;
}
#portal-personaltools-wrapper{
	background-color: #07295c;
	min-height: 30px;
	clear: both;
	margin: 0;
	padding: 0;
}
*html #portal-personaltools-wrapper{
	height: 30px;
}

/* Columns */
#portal-column-one,
.portal-column-one {
	width: 247px;
	background-color: #f0ece2;
}

#columnContent {
	padding: 20px;
}

/* Footer */
#portal-footer {
	background-color:#07295C;
	border-bottom:0pt solid #999999;
	border-top:0pt solid #999999;
	color:#ACACAC;
	float:none;
	font-size: 12px;
	line-height:16px;
	margin:0pt;
	padding:6px 15px;
	text-align:center;
}
#portal-footer a:link,
#portal-footer a:visited {color:#ACACAC;}
#portal-footer p {
	margin: 3px 0pt;
}
.footerLeft {
	float:left;
}
.footerRight {
	float:right;
}


/*----- Navigation -----*/
/* New navtree styles */

.portletNavigationTree {
    margin: 0; 
    padding: 0; 
    list-style: none; 
    list-style-image: none; 
    line-height: 13px;
	font-size: 13px;

}

.navTree {
    list-style: none; 
    list-style-image: none; 
    margin-top: 1px;
}

.navTreeLocal {
    margin: 0 0 0 0.75em;
}

.navTree li {
    margin-bottom: 1px;
}

.navTreeItem {
    display: block;
    padding: 0;
    margin: 0;

}

.navTreeItem a,
dd.portletItem .navTreeItem a {
    display: block;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 1px;
	padding-right: 10px;
	font-weight: bold;
}

.navTreeItem a:hover,
dd.portletItem .navTreeItem a:hover {
}

.navTreeCurrentItem {
}

li.navTreeCurrentItem {
    display: block;
    padding: 0 0 0 1px;
    margin: 0 0 2px -1px;
}

li.navTreeCurrentItem a,
li.navTreeCurrentItem a:hover {
    display: block;
    min-height: 21px;
    line-height: 21px;
    height: auto;
}

.visualIconPadding,
.actionMenu .actionMenuContent .visualIconPadding {
    padding-left: 8px;
    margin-bottom: 1px;
    min-height: 21px;
    height: auto;
    line-height: 21px;
}

/* Another workaround for broken Internet Explorer */

* html li.navTreeCurrentItem a,
* html li.navTreeCurrentItem a:hover {
    height: 21px;
}

/* IE workaround to make sure the element is selectable in its full width */
* html .visualIconPadding {
    height: 21px;
}


.navTreeLevel0 { margin: 0; }
.navTreeLevel1 { margin-left: 0em;}
.navTreeLevel2 { margin-left: 0em; }
.navTreeLevel3 { margin-left: 0em; }
.navTreeLevel4 { margin-left: 0em; }
.navTreeLevel5 { margin-left: 0em; }

#portlet-navigation-tree{
	background-color: #FFFFFF;
	min-height: 180px;
}
*html #portlet-navigation-tree{
	height: 180px;
}
#portlet-navigation-tree .portletHeader {
	display: none;
}

#portlet-navigation-tree .visualIconPadding,
#portlet-navigation-tree .actionMenu .actionMenuContent .visualIconPadding {
    padding-left: 0px;
    margin-left: 0px;
}
#portlet-navigation-tree .portletItem {
    margin: 0;
    padding: 0;
}

/*Fist Tier*/
#portlet-navigation-tree .navTreeItem a,
#portlet-navigation-tree dd.portletItem .navTreeItem a {
    border: none;
	border-bottom: 1px solid #FFFFFF; 
	text-transform: uppercase;
	color: #0C4294;
}

#portlet-navigation-tree .navTreeItem a:hover,
#portlet-navigation-tree dd.portletItem .navTreeItem a:hover {
    background-color: #0C4294;
    color: #FFFFFF;
	border: none;
    border-bottom: 1px solid #0C4294;
}

#portlet-navigation-tree .navTreeCurrentItem {
    background-color: #0C4294;
    color: #FFFFFF;
	border: none;
    border-bottom: 1px solid #0C4294;
}
#portlet-navigation-tree .navTreeItem a.navTreeCurrentItem ,
#portlet-navigation-tree dd.portletItem .navTreeItem a.navTreeCurrentItem {
	color: #FFFFFF;
}

#portlet-navigation-tree li.navTreeCurrentItem {
    display: block;
    padding: 0 0 0 0px;
    margin: 0 0 1px 0px;
}

#portlet-navigation-tree li.navTreeCurrentItem a,
#portlet-navigation-tree li.navTreeCurrentItem a:hover {
    display: block;
	border: none;
    border-bottom: 1px solid #0C4294;
    min-height: 21pxem;
    line-height: 21px;
    height: auto;
}

/*Second Tier*/
#portlet-navigation-tree .navTreeLevel2 .navTreeItem a,
#portlet-navigation-tree dd.portletItem .navTreeLevel2 .navTreeItem a {
    border: none;
	border-bottom: 1px solid #F0F0F0;
	border-left: 5px solid #F0F0F0; 
    display: block;
	text-transform: capitalize;
	color: #5F5F5F;
}

#portlet-navigation-tree .navTreeLevel2 .navTreeItem a:hover,
#portlet-navigation-tree dd.portletItem .navTreeLevel2 .navTreeItem a:hover {
    background-color: transparent;
    color: #0060AA;
    border-bottom: 1px solid #F0F0F0;
	border-left: 5px solid #07295C;
}

#portlet-navigation-tree .navTreeLevel2 .navTreeCurrentItem {
    background-color: transparent;
    color: #0060AA !important;
    border-bottom: 1px solid #F0F0F0;
	border-left: 5px solid #07295C !important;
}
#portlet-navigation-tree .navTreeLevel2 .navTreeItem a.navTreeCurrentItem ,
#portlet-navigation-tree dd.portletItem .navTreeLevel2 .navTreeItem a.navTreeCurrentItem  {
	color: #0060AA;
}

#portlet-navigation-tree .navTreeLevel2 li.navTreeCurrentItem a,
#portlet-navigation-tree .navTreeLevel2 li.navTreeCurrentItem a:hover {
    border-bottom: 1px solid #F0F0F0;
	border-left: 5px solid #07295C !important;
	color: #0060AA !important;
}

#portlet-navigation-tree .navTreeLevel0 { margin: 1px 0 0 0; }
#portlet-navigation-tree .navTreeLevel1 { margin-left: 0em; background-color: #F0F0F0;}
#portlet-navigation-tree .navTreeLevel2 { margin-left: 0em; background-color: #F0F0F0; }
#portlet-navigation-tree .navTreeLevel3 { margin-left: 0em; }
#portlet-navigation-tree .navTreeLevel4 { margin-left: 0em; }
#portlet-navigation-tree .navTreeLevel5 { margin-left: 0em; }

#portlet-navigation-tree .navTreeLevel0  .navTreeItem a { padding-left: 15px; }
#portlet-navigation-tree .navTreeLevel1  .navTreeItem a { padding-left: 20px; }
#portlet-navigation-tree .navTreeLevel2  .navTreeItem a { padding-left: 20px; }
#portlet-navigation-tree .navTreeLevel3  .navTreeItem a { padding-left: 30px; }
#portlet-navigation-tree .navTreeLevel4  .navTreeItem a { padding-left: 40px; }
#portlet-navigation-tree .navTreeLevel5  .navTreeItem a { padding-left: 50px; }
