/***********************************************/
/* styles.css                                   */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Tahoma, Verdana, Arial, "Trebuchet", "Trebuchet MS", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 135%;
}


a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #ffffff;
	text-decoration: none;
}

a:visited{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color: #ffffff;
	text-decoration: none;
}



/***********************************************/
/* Components                                  */
/***********************************************/


/************* #siteInfo styles ***************/

#siteInfo{
		background-color: #800000;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		color: #CCCCCC;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		border-top: 1px solid #FFFFFF;
}

#siteInfo a {
		text-decoration: none;
}

#siteInfo a:hover{
		color: #FF9900;
		text-decoration: none;
}