/* global styles */

body { 
	background-color: #ffffff;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font: 11px Trebuchet MS;
	color: #6B6B6B;
}
img { 
	border: 0; padding: 0; margin-bottom: 0 
}
A { 
    text-decoration:none;
    color: #63002F;
}
A:Hover  { 
    text-decoration:underline;
    color : #AE3B72;    
}
A:Visited {
	color: #5C4751;
}
A:Active {
	color: #D86099;
	text-decoration: underline;
}
td {
	font: 11px Trebuchet MS;
	color: #6B6B6B;
}


/* div styles */

.divHeader{
	width: 100%;
	height: 96 px;
	text-align: center;
	background-image: url(images/header_bg.gif);
}
.divFeaturestop{
	width: 100%;
	height: 4px;
	background-image: url(images/portal_features_top.gif);
}
.divFeaturesbody{
	width: 100%;
	background: #E1E1E1;
}
.divFeaturesbodytwo{
	width: 100%;
	background: #F1F1F1;
}
.divFeaturesbottom{
	width: 100%;
	height: 4px;
	background-image: url(images/portal_features_bottom.gif);
}
.divFooter{
	width: 100%;
	height: 67px;
	background-image: url(images/footer_bg.gif);
}
.divMaintable{
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0 0 0 0;
}
.divContent{
	width: 773px;
	text-align: center;
}

/*other styles*/
.justify {
	text-align: justify;
}
.headlinetext {
	background-color: #FFFFFF;
}
.footercontent {
	width: 773px;
	font: 10px tahoma;
	font-weight: bold;
	color: #FFFFFF;
}
a.footer {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:active {
	color: #FCC3DE;
}
a.footer:visited {
	color: #D3D3D3;
}
.portfolioC {
	background-image: url(images/portfolio_dots.gif);
}
.portfolioL {
	float: left;
	font: 11px Trebuchet MS;
	font-weight: bold;
	background-color: #E5E5E5;
}
.portfolioL2 {
	float: left;
	background-color: #E5E5E5;
}
.portfolioR	{
	float: right;
	background-color: #E5E5E5;
}
.trlight {
	background-color: #FBFBFB;
}

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs {
position:absolute;
visibility:hidden;
left:0;
top:0
}
/*Style for the background-bar*/
.clBar {
position:absolute; 
width:10;
height:10; 
background-color:#510026; 
layer-background-color:#510026;
visibility:hidden
}
/*Styles for level 0*/
.clLevel0,.clLevel0over {
position:absolute;
 padding:0px; 
 font-family:arial; 
 font-size:12px; 
 font-weight:bold
}
.clLevel0 {
background-color:#510026; 
layer-background-color:#510026;
color:#FFFFFF;
}
.clLevel0over {
background-color:#510026; 
layer-background-color:#510026;
color:#c9d1d0; 
cursor:pointer;
cursor:hand;
}
.clLevel0border {
position:absolute;
visibility:hidden;
background-color:#510026; 
layer-background-color:#510026;
}
/*Styles for level 1*/
.clLevel1, .clLevel1over {
position:absolute; 
padding:5px; 
font-family:arial; 
font-size:12px; 
font-weight:none
}
.clLevel1 {
background-color:#000000; 
layer-background-color:#000000; 
color:#FFFFFF;
}
.clLevel1over {
background-color:#000000; 
layer-background-color:#000000; 
color:#FFFFFF; 
cursor:pointer;
cursor:hand; 
}
.clLevel1border {
position:absolute;
visibility:hidden; 
background-color:#000000;
layer-background-color:#000000;
}
