/* 
header menu & top 
*/
	.headerTop {
		background: white;
		width: 950px;
		font-family: Verdana, Arial;
		font-size: 13px;
		color: #333;
	} 
	.headerTop a {
		color: #333;
		text-decoration: none;
	} 

	.headerMenu {
		text-align: center;
		background: #fbde88;
		width: 950px;
		height: 30px;
		vertical-align: middle;
		font-family: Verdana, Arial;
		font-size: 12px;
		color: #333;
	} 
	.headerMenu a {
		padding:5px;
		color: #333;
		text-decoration:none;	
	}
	.headerMenu a:hover {
		padding:5px;
		color: #917400;
		text-decoration:none;	
	}


/* 
front page bottom-right text 
*/
	.mainText {
		margin-left: 3px;
		background: #dfe8f7;
		text-align: left;
		font-family: Times New Roman, sans-serif;
		font-size: 16px;
		padding: 10px;
		color: #396c9f;
		text-align: top;
		
	}

/* 
category tree table 
*/
	.categoryTree {
		width: 247px;
		background: #f5f2eb;
		text-align: left;
		font-family: Georgia, Alaska, sans-serif;
		font-size: 15px;
		color: #917400;
	}
	.categoryTree a {
		padding-left: 5px;
		text-decoration: none;
		color: #917400;
	} 
	.categoryTree a:hover {
		color: #396c9f;
	} 
	#categoryTreeSelected {
		padding-left: 5px;
		text-decoration: none;
		color: #396c9f;
		font-weight: bold;	
	} 


/* 
right bottom Menu 
*/
	.rightMenu {
		background: #dfe8f7;
		text-align: left;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		padding: 5px 20px;
		color: #396c9f;
		font-weight: bold;	
	}
	.rightMenu a {
		color: #396c9f;
		text-decoration: none;
	}
	.rightMenu div {
		padding: 0px;
	}


/* 
middle category/names box with pictures 
*/
	.picCatWin a {
		color: #396c9f;
		font-weight: bold;
		text-decoration: none;
		padding-bottom: 5px;
	}


/* 
middle category/shapes rows with pictures 
*/
	.shapes {
		font-family: Georgia, Alaska, sans-serif;
		color: #661;
		font-size: 15px;
	}
	.shapes a {
		color: #396c9f;
		text-decoration: none;
	}

/* 
breadcrumbs
 */
	.breadcrumbs {
		padding: 5px;
		width: 100%;
		text-align: left;
		font-family: Arial, Verdana;
		font-size: 12px;
		color: #396c9f;
	}
	.breadcrumbs a{
		color: #396c9f;
		text-decoration: none;
	}

/* 
newsLetter box
*/
	.newsLetter {
		height: 100%;
		background: #dfe8f7;
		font-family: Verdana, Arial;
		font-size: 12px;
		padding: 5px;
		color: #396c9f;
	}
	.newsLetter a {
		color: #396c9f;
		text-decoration: none;
	}

/* 
footer
*/
	.footer {
		font-family: Verdana, Arial;
		font-size: 11px;
		color: #396c9f;
	}
	
	
/* 
main 
*/
	.main {
		width: 247px;
		text-align: left;
		font-family: Georgia, Alaska, sans-serif;
		font-size: 15px;
		color: #917400;
	}
	.main a {
		padding-left: 5px;
		text-decoration: none;
		color: #917400;
	} 
	.main a:hover {
		color: #396c9f;
	} 
