﻿body
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a.MainTitle:hover
{  
    text-decoration:none;
    color:#4667A5;
}
a.MainTitle:active
{  
    text-decoration:none;
    color:#4667A5;
}
a.MainTitle:visited
{  
    text-decoration:none;
    color:#4667A5;    
}
a.MainTitle
{
    text-decoration:none;
    color:#4667A5;    
}


a.Services:hover
{  
    background-color:Yellow;  
    color:Green;      
    text-decoration:underline;
}
a.Services
{
    text-decoration:none;
}

.Highlight
{
    background-color:Yellow;
}

.FooterTextStyle
{
    font-size:smaller;
    text-decoration:none;
    color:#878787;
}

.AskQuestionTable
{
    font-weight:bold;
}

.navbg {
	background-image:url('../Images/navbg_08.gif');
	background-repeat:repeat-x;
	width:100%;
	height:32px;
	}
	
#navcontainer ul
{
	margin: 0;
	list-style-type: none;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	height: 24px;
	padding-top:8px;
	padding-bottom:8px;
	display:block;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
font-size: 12px;
font-weight:bold;
padding-bottom: 8px;
padding-left:10px;
padding-right:10px;
border-right:#3464AF solid 1px;
padding-top:8px;
color:#ffffff;
width: 100%;
height: 32px;
}


#navcontainer ul li a:hover
{
color:#ffffff;
background:url('../Images/novoverbg_08.gif') repeat-x;
font-size: 12px;
font-weight:bold;
text-decoration:none;
padding-bottom: 8px;
padding-left:10px;
padding-right:10px;
padding-top:8px;
width: 100%;
height:33px;
}

.NavLinkSelected
{
    /*
    height:25px;
    color:Pink;
    font-family:Arial;
    font-size:large;    
    font-weight:bold;        
    text-decoration:none;
    */
    color:#ffffff;
    background:url('../Images/novoverbg_08.gif') repeat-x;
    font-size: 12px;
    font-weight:bold;
    text-decoration:none;
    padding-bottom: 8px;
    padding-left:10px;
    padding-right:10px;
    padding-top:8px;
    width: 100%;
    height:33px;       
}

.NavLinkDeSelected
{
    /*
    height:25px;
    color:Maroon;
    font-family:Arial;
    font-size:large;    
    font-weight:bold;
    text-decoration:none;
    */
    text-decoration: none;
    font-size: 12px;
    font-weight:bold;
    padding-bottom: 8px;
    padding-left:10px;
    padding-right:10px;
    border-right:#3464AF solid 1px;
    padding-top:8px;
    color:#ffffff;
    width: 100%;
    height: 32px;    
}

/*Rounded Corner Box  Start */
.topmid{
	background-image: url('../Images/top_mid.gif');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #475a6d;
}
.topleft
{
	background-image: url('../Images/top_lef.gif');
}
.topright
{
	background-image: url('../Images/top_rig.gif');
}
.bottomleft
{
	background-image: url('../Images/bot_lef.gif');	
}
.bottomright
{
	background-image: url('../Images/bot_rig.gif');	
}
.bottommiddle {
	background-image: url('../Images/bot_mid.gif');
	background-repeat: repeat-x;
}
.midleft {
	background-image: url('../Images/cen_lef.gif');
	background-repeat: repeat-y;
}
.midright {
	background-image: url('../Images/cen_rig.gif');
	background-repeat: repeat-y;
}
/*Rounded Corner Box  End */

