/* CSS definition file containing sitestyle stylesheets */

/* Common style for page's body */ 
BODY {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #474e50;
	background-image: url(images/background.jpg);
}


/* CSS for the left navigation menu */
/* Home link picute*/ 
.NavigationButton1 a {
	height: 24;
	width: 137; 
	text-decoration:none;
    display: block;
	background: url(images/Home_Hbutton_highlighted.gif);
}
/* Home link picute when the mouse hover*/ 
.NavigationButton1 a:hover {
	height: 24;
	width: 137; 
	text-decoration:none;
    display: block;
	background: url(images/Home_HRbutton_highlighted.gif);
}
/* Contents:A-Z link picute*/ 
.NavigationButton2 a {
	height: 24;
	width: 137; 
	text-decoration:none;
    display: block;
	background: url(images/Contents__A-Z_Nbutton_regular.gif);
}
/* Contents:A-Z link picute when the mouse hover*/ 
.NavigationButton2 a:hover {
	height: 24;
	width: 137; 
	text-decoration:none;
    display: block;
	background: url(images/Contents__A-Z_NRbutton_regular.gif);
}
/* Quick Into link picute*/ 
.NavigationButton3 a {
	height: 24;
	width: 137; 
	text-decoration:none;
    display: block;
	background: url(images/Quick_Intro_Nbutton_regular.gif);
}
/* Quick Into link picute when the mouse hover*/  
.NavigationButton3 a:hover {
	height: 24;
	width: 137; 
	text-decoration:none;
    display: block;
	background: url(images/Quick_Intro_NRbutton_regular.gif);
}
/* Principles Into link picute*/ 
.NavigationButton4 a {
	height: 24;
	width: 137; 
	text-decoration:none;
    display: block;
	background: url(images/Principles_Nbutton_regular.gif);
}
/* Principles Into link picute when the mouse hover*/   
.NavigationButton4 a:hover {
	height: 24;
	width: 137; 
	text-decoration:none;
    display: block;
	background: url(images/Principles_NRbutton_regular.gif);
}
/* College Savings Into link picute*/ 
.NavigationButton5 a {
	height: 24;
	width: 137; 
	text-decoration:none;
    display: block;
	background: url(images/College_Savings_Nbutton_regular.gif);
}
/* College Savings Into link picute when the mouse hover*/    
.NavigationButton5 a:hover {
	height: 24;
	width: 137; 
	text-decoration:none;
    display: block;
	background: url(images/College_Savings_NRbutton_regular.gif);
}
/* Retirement Into link picute*/ 
.NavigationButton6 a {
	height: 24;
	width: 137; 
	text-decoration:none;
    display: block;
	background: url(images/Retirement_Nbutton_regular.gif);
}
/* Retirement Into link picute when the mouse hover*/    
.NavigationButton6 a:hover {
	height: 24;
	width: 137; 
	text-decoration:none;
    display: block;
	background: url(images/Retirement_NRbutton_regular.gif);
}
/* Patriotic Into link picute*/ 
.NavigationButton7 a {
	height: 24;
	width: 137; 
	text-decoration:none;
    display: block;
	background: url(images/Patriotic____Nbutton_regular.gif);
}
/* Patriotic Into link picute when the mouse hover*/    
.NavigationButton7 a:hover {
	height: 24;
	width: 137; 
	text-decoration:none;
    display: block;
	background: url(images/Patriotic____NRbutton_regular.gif);
}

