/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background-image: url(pics/bg.gif);
	}


a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 800px;
	border-right: 1px none #cccccc;
	border-left: 1px none #cccccc;

}






/************* #siteInfo styles ***************/


#footer {
	width: 801px;
	background-color: #ffffff;
	display : block;
	clear: both;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 3px;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
	padding-right: 0;
	padding-left: 0;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
	
}
