body {
	margin:0px 0px 0px 0px;
	}

body, p, input, td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

/* Site and Page backgrounds */

.sitebg {
	background-color: #E5E5E5;
	}
	
.pagebg {
	background-color:#FFFFFF;
	}
	
/* End Site and Page backgrounds */	

/* Gray borders that exist on the left and right side of the body */

.leftpageborder {
background-image: url('../images/Background_img.gif');
background-repeat: repeat-y;
}

.rightpageborder {
background-image: url('../images/Background_img.gif');
background-repeat: repeat-y;
margin:0px;
background-color: #E5E5E5;
}

/* End Page Borders */



.header {
	color: #383838;
	}
	
.header a:link {
	text-decoration: underline;
	color: #3067B0;
	}
	
.header a:visited {
	text-decoration: underline;
	color: #3067B0;
	}
	
.header a:active {
	text-decoration: underline;
	color: #3067B0;
	}	


.header a:hover {
	text-decoration: underline;
	color: #828282;
	}
	
	
/*Main Navigation Bar */

#mainNav, #mainNav ul { /* all lists */
	float: left;
	padding:5px 0px 0px 0px;  
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 2;
	font-family: verdana, arial, sans-serif; 
	width:590px; 
	font-size:10px; 
	text-align:left;
}

#mainNav li { /* all list items */
	float: left;
	padding: 0px 1px 0px 0px;
	text-align:left;
} 


#mainNav .welcome a {
    float: left; 
    background: url('../images/Site_nav/Welcome_off.gif') no-repeat top;    
    width:119px;
    height:33px;
    }        
    
    
#mainNav .welcome a:hover {
    background: url('../images/Site_nav/Welcome_over.gif') no-repeat top;   
	border: none;     
    width:119px;
    height:33px;
    }        	

#mainNav .training a {
    float: left; 
    background: url('../images/Site_nav/Training_off.gif') no-repeat top;    
    width:133px;
    height:33px;
    }        
    
    
#mainNav .training a:hover {
    background: url('../images/Site_nav/Training_over.gif') no-repeat top;   
	border: none;     
    width:133px;
    height:33px;
    }        	

#mainNav .consulting a {
    float: left; 
    background: url('../images/Site_nav/Consulting_off.gif') no-repeat top;    
    width:137px;
    height:33px;
    }        
    
    
#mainNav .consulting a:hover {
    background: url('../images/Site_nav/Consulting_over.gif') no-repeat top;   
	border: none;     
    width:137px;
    height:33px;
    }
	
#mainNav .store a {
    float: left; 
    background: url('../images/Site_nav/Store_off.gif') no-repeat top;    
    width:98px;
    height:33px;
    }        
    
    
#mainNav .store a:hover {
    background: url('../images/Site_nav/Store_over.gif') no-repeat top;   
	border: none;     
    width:98px;
    height:33px;
    }
	
#mainNav .resources a {
    float: left; 
    background: url('../images/Site_nav/Resources_off.gif') no-repeat top;    
    width:98px;
    height:33px;
    }        
    
    
#mainNav .resources a:hover {
    background: url('../images/Site_nav/Resources_over.gif') no-repeat top;   
	border: none;     
    width:98px;
    height:33px;
    }
	
#mainNav .knowledge_library a {
    float: left; 
    background: url('../images/Site_nav/KnowledgeLibrary_off.gif') no-repeat top;    
    width:98px;
    height:33px;
    }        
    
    
#mainNav .knowledge_library a:hover {
    background: url('../images/Site_nav/KnowledgeLibrary_over.gif') no-repeat top;   
	border: none;     
    width:98px;
    height:33px;
    }	


/*End Main Navigation Bar */

/*Drop-down menu */
#dropmenudiv{
position:absolute;
line-height:26px;
z-index:150;
text-align:left;
text-indent:3px;
border: 1px solid #FFFFFF;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px solid #FFFFFF;
padding: 0px 0px 0px 0px;
text-decoration: none;
font-family: Verdana, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
color:	#FFFFFF;
}

#dropmenuwelcome {
background-color: #004082;
}

#dropmenuwelcome:hover{ /*hover background color*/
background-color: #2B6097;
}

#dropmenutraining {
background-color: #A51227;
}

#dropmenutraining:hover{ /*hover background color*/
background-color: #C7012E;
}

#dropmenuconsulting {
background-color: #33217F;
}

#dropmenuconsulting:hover{ /*hover background color*/
background-color: #514292;
}

#dropmenustore {
background-color: #2E7E13;
}

#dropmenustore:hover{ /*hover background color*/
background-color: #589842;
}

#dropmenuresources {
background-color: #008DBC;
}

#dropmenuresources:hover{ /*hover background color*/
background-color: #40AACD;
}
/*End Drop-down menu */
		
/* Sub-Navigation */

#subnav {
	background-image: url('../images/SectionNav_bg.jpg');
	/* background-color:#3067B0; */
	background-color:#c7c7c7;
	width: 183px;
	height: 649px;
	background-repeat:no-repeat;
	}	

#subnavline { 
	/* background-color: #83A4D0; */
	background-color: #c7c7c7;
	height:1px;
	width:183px;
	}	

#subnav ul {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px;
	width:183px;
    }    
    
#subnav li {  
    list-style-image:url('../images/SectionNav_arrow.gif');
   	margin: .4em 0em .4em 2.75em;
	vertical-align:middle;  /* This affects IE only */
    } 

	
#subnav .link a {
	color: #FFFFFF;
	text-decoration:none;
	}		
	
#subnav .link a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}			

#subnav .linkcurrentpage a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}			 

#subnav .storelink {
	line-height: 16px;
	}	

#subnav .storelink a:link {
	color: #FFFFFF;
	text-decoration:none;
	}		

#subnav .storelink a:visited {
	color: #FFFFFF;
	text-decoration:none;
	}			
	
#subnav .storelink a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}			

#subnav .storelink a:active {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}		

/* End Sub-Navigation */	

/* Page Header */	
	
#welcomeContentHeader {
	height: 37px;
	width: 591px;
	background-color: #004082;
	}

#welcomeContentHeader .text {
	font-size:18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px 0 0 0;
	margin-top:7;
	margin-right: 14px;
	}

#trainingContentHeader {
	height: 37px;
	width: 591px;
	background-color: #A51227;
	}

#trainingContentHeader .text {
	font-size:18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px 0 0 0;
	margin-top:7;
	margin-right: 14px;
	}

#consultingContentHeader {
	height: 37px;
	width: 591px;
	background-color: #33217F;
	}

#consultingContentHeader .text {
	font-size:18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px 0 0 0;
	margin-top:7;
	margin-right: 14px;
	}	

#storeContentHeader {
	height: 37px;
	width: 591px;
	background-color: #2E7E13;
	}

#storeContentHeader .text {
	font-size:18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px 0 0 0;
	margin-top:7;
	margin-right: 14px;
	}	

#resourcesContentHeader {
	height: 37px;
	width: 591px;
	background-color: #008DBC;
	}

#resourcesContentHeader .text {
	font-size:18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px 0 0 0;
	margin-top:7;
	margin-right: 14px;
	}	

/* End Page Headers */


/* Center Content */
#centerContent {
	color: #383838;
	padding: 10px 10px 0px 10px;
	}

#centerContent h1 {
	color: 	#004082;
	font-size: 12px;
	}

#centerContent h2 {
	color: 	#004082;
	font-size: 10px;
	}	

#centerContent a:link {
	color: #3067B0;
	text-decoration:underline;
	}		

#centerContent a:visited {
	color: #3067B0;
	text-decoration:underline;
	}		

#centerContent a:active {
	color: #3067B0;
	text-decoration:underline;
	}			

	
#centerContent a:hover {
	color: #828282;
	text-decoration:underline;
	}	

#centerline { 
	background-color: #E5E5E5;
	height:1px;
	width:383px;
	}	

/* End Center Content */
	

/* Right Content */

#right {
	background-color:#E8E8E8;
	color: #383838;
	}	

#right a:link {
	color: #3067B0;
	text-decoration:underline;
	}		

#right a:visited {
	color: #3067B0;
	text-decoration:underline;
	}		

#right a:active {
	color: #3067B0;
	text-decoration:underline;
	}			

	
#right a:hover {
	color: #828282;
	text-decoration:underline;
	}	

#rightline { 
	background-color: #FFFFFF;
	height:1px;
	width:183px;
	}		
	
#relatedContent {
	padding: 5px 5px 5px 5px;
	}	
	
/* End Right Content */

/* Footer */	

#footerline { 
	background-color: #3067B0;
	height:1px;
	width:775px;
	}

#footer a:link, a:visited, a:active {
	text-decoration: underline;
	color:#3067B0;
	font-size:10px;
	}

#footer a:hover {
	text-decoration: underline;
	color:#828282;
	font-size:10px;
	}	
		
	
#copyright {
	color: #A8A8A8;
	font-size:10px;
	}

/* End Footer */	
    
