/* -------------- COLORS ----------------------------------------- 
Lime Green			#CDD903;			
Blue						#05568B;				Links, Headings
Dk Blue					#044875;				Borders

------------------------------------------------------------------ */

/* -------------- Global ---------------------------- */

body {
	text-align:center;
	background-image: url(images/img_101.gif);
	background-repeat: repeat;
	}
	
a:link {color: #05568B; text-decoration: underline;}
a:visited {color: #05568B; text-decoration: underline;}
a:hover {color: #820202; text-decoration: none;}
a:active {color: #05568B; text-decoration: underline;}	
	
#container {
		width: 740px;  
		margin: 0px auto; 
		background-color: #FFF; 
		color: #333; 
		line-height: 100%; 
		text-align: left;  /*IE workaround for layout centering */
		border-left: 8px solid #044875;
		border-right: 8px solid #044875;
		}

/* -------------- Top ---------------------------- */
#top {
		/* padding: .5em; 
		background-color: #ddd; 
		border-bottom: 1px solid gray; */
		}

		#top h1 {
				padding: 0; 
				margin: 0; 
				}

/* -------------- Content ---------------------------- */
#content {
		clear: both;
		margin: 25px 60px 50px 60px;
		}

		#content h2 {
					margin: .5em 0 .5em 0;
					font-family: arial, helvetica, verdana, san-serif;
					color: #05568B;
					} 
		#content h3 {
					margin: 2em 0 0 0;
					font-weight: normal;
					font-family: georgia, palatino, 'Times New Roman', times, arial, verdana, san-serif;
					color: #044875;
					}
		#content p {
					font-family: verdana, arial, helvetica, san-serif;
					font-size: 12px;
					line-height: 20px;
					color: #333;
					}
		#content ul {
					list-style-image: url(images/arrow-sm.gif);
					}
		#content li {
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 1em;
	color: #000;
					}
		#content p strong {
					color: #000000;
					}
		#content img {
					padding: 5px;
					}

/* -------------- Footer ---------------------------- */
#footer {
			padding: .5em .5em .5em 2em;
			border-top: 1px solid #006699; 
			}
		
			#footer p {
					font-family: verdana, arial, helvetica, san-serif;
					font-size: 9px;
					line-height: 9px;
					}

			#footer a:link {color: #003366; text-decoration: underline;}
			#footer a:visited {color: #003366; text-decoration: underline;}
			#footer a:hover {color: #820202; text-decoration: none;}
			#footer a:active {color: #003366; text-decoration: underline;}

/* -------------- Misc Styles ---------------------------- */
#subscribe {
		border-left: 4px solid #900;
		padding: 0 0 0 8px;
		}
		
/* --------------Listamatic Navigation ---------------- */
 #navlist {
			margin: 0;
			padding: 0 0 20px 10px;
			border-bottom: 1px solid #05568B;
			}

			#navlist ul, #navlist li {
					font-family: verdana, Arial, Helvetica, san-serif;
					font-weight: bold;
					font-size: 11px;
					margin: 0;
					padding: 0;
					display: inline;
					list-style-type: none;
					}

			#navlist a:link, #navlist a:visited {
					float: left;
					line-height: 14px;
					font-weight: bold;
					margin: 0 10px 4px 10px;
					text-decoration: none;
					color: #999;
					}

			#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
					border-bottom: 4px solid #05568B;
					padding: 0 0 2px 0;
					background: transparent;
					color: #000;
					}

			#navlist a:hover { color: #000; }



#bug td img {
padding: 0;
}




/*  ALA Mountaintops*/		
	dl {
		width: 240px;
		margin: 0 0 20px 0;
		padding: 0;
	background: #ccc url(images/box_bottom.gif) no-repeat bottom left; /*	background: url(images/box_bottom.gif) no-repeat bottom left; */ 
		}

	dt {
		margin: 0 0 10px 0;
		padding: 10px;
				font-family: verdana, lucida, arial, sans-serif;
		font-size: 95%;
		font-weight: bold;
		color: #fff;
		border-bottom: 1px solid #fff; 
		background: #999 url(images/box_top.gif) no-repeat top left;
		}
	
	dd {
		margin: 0 0 0 2px;
		padding: 0 5px 10px 5px; /* 0 10px 10px 10px */
		/*color: #666;
		font-family: Verdana, sans-serif;
		font-size: 90%;*/
		background: transparent; /*url(/d/mountaintop/arrow.gif) no-repeat 0 3px*/
		}
		dd ul {
		margin: 0;
		padding: 0 0 0 1.5em;
		}
#content dl dd li {
margin: 0 2px 1px 0;
font-size: 10px;
line-height: 12px;
}
	#blue dt {
		background-color: #05568B;
		}
	
	#blue, #blue dd {
		background-color: #CCC;
		}
	
	#red dt {
		background-color: #933;
		}
	
	#red {
		background-color: #c99;
		}
	
	#green dt {
		background-color: #9c6;
		}
	
	#green {
		background-color: #cf9;
		}
		#gray dt {
		background-color: #999;
		}
	
	#gray {
		background-color: #ccc;
		}
