/* EIS Cookie Cutter Site Template Version 3.1 */
body {
	background-color: #ACA6D2;
	margin-top: 0;
}
a:link    {
	color: #003399 ;
	text-decoration: none;
}    /* unvisited links */
a:visited {
	color: #0066FF;
	text-decoration: none;
}   /* visited links   */
a:hover   {
/* default link hover color */
	color: #0066FF  ;
	text-decoration: underline;
} /* user hovers     */
a:active  {
/* default active link color  */
	color: Blue;
}   /* active links    */

.navmenu {
/* Navigation Menus (Top & Bottom of Page)  */
/*	background-color: #996699;  */
	background-color: #3F0260;  
	font-family: verdana,helvetica,arial;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.footer:link    {
	color: #FFFFFF ;
	text-decoration: none;
}    /* unvisited links */
.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}   /* visited links   */
.footer:hover   {
/* default link hover color */
/*	color: #EEBBEE;   */
	color: #FFCC00; 
	text-decoration: underline;
} /* user hovers     */
.footer:active  {
/* default active link color  */
	color: #FFCC00;
}   /* active links    */

.imagebox {
/* Image box at top or bottom of Left Column */ 
/* can also be used for Search Form   */
	background-color: #FF9966;
	font-family: verdana,helvetica,arial;
	font-size: 12px;
	font-weight: bold;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
.articlestitle {
/* Article Title   */
/*	background-color: #FFCF97;  */
	background-color: #FFCC00;
	font-family: verdana,helvetica,arial;
	font-size: 12px;
	font-weight: bold;
	width: 90%;
	margin-left: 10px;
	margin-right: 10px;
	color: #330066
}
.articleslinks {
/* Article links  */
/*	background-color: #FFCF97; */
	background-color: #FFCC00; 
	font-family: verdana,helvetica,arial;
	font-size: 10px;
	font-weight: bold;
	color: Silver;
	line-height: 15px; /* spaces links in column */
	width: 90%;
	margin-left: 10px;
	margin-right: 10px;
}
.productstitle {
/* Category Section Title  */
/*	background-color: #FF9966; */
	background-color: #3F0260; 
	font-family: verdana,helvetica,arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
/* lets underlying color peek out from sides of table  */
	width: 90%;
	margin-left: 10px;
	margin-right: 10px;
}
.productslinks {
/* Product Links  */
/*	background-color: #FFDD99; */
	background-color: #D7D3E2; 
	font-family: verdana,helvetica,arial;
	font-size: 10px;
	font-weight: bold;
	color: #0066CC;
	line-height: 15px;
/* lets underlying color peek out from sides of table  */
	width: 90%;
	margin-left: 10px;
	margin-right:  10px;
}
a.link_topic{
/* Product Links Override  */
	font-weight: normal;
}
a.link_cat{
/* Product Links Override  */
	color: #FFFFFF;
	font-weight: bold;
}
a.link_cat:hover{
/* Product Links Override  */
	color: #FFCC00;
	font-weight: bold;
}
a.link_cat:visited{
/* Product Links Override  */
	color: #FFFFFF;
	font-weight: bold;
}
a.link_cat:active{
/* Product Links Override  */
	color: #FFCC00;
	font-weight: bold;
}
a.link_subcat{
/* Product Links Override  */
	font-weight: normal;
}
.rightcol{
	padding-right: 7px; 	
/* Controls white space in margin of Right Column content  */
}
.leftcol{
/* Underlying characteristics of Left Column  */
/*	background-color: #FFCF97; /* Peeks out at sides  */
	background-color: #FBF2D7;
	width: 20%; 
	height: 100%;
}
.content{
/* Text elements of Right Column elements  */
	text-indent: 50px;
	margin-left: 50px;
	text-align: left;
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
}
  
dd {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
  }
dt {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	text-align: left;
	/* font-weight: bold; */
	/* background: #FF9966; */
	/* margin-top: 15px; */
}
dl { 
margin-left: 5px;
}


