/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana;
	color: #444200;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	
	background: url("images/bg.jpg");
	
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	font-size: 150%;
	height: 90px;
	background-color: #ffffff;
	
	
}

#navBar{
	float: left;
	width: 15%;
	margin: 0px;
	padding: 0px;
	font-weight: 100%;
	background-color: #fac6aa;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


#bio{
	float: left;
  width: 55%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 34px 0 0px 0px;
	color:#57001a; 
	font-family: Papyrus;
	font-weight: bold;
	font-size: 200%;
}

#siteSubName{
	margin: 0;
	font-size: 90%;
 	font-weight: normal;
	padding: 0px 0 0 0px;
	color:#57001a; 
	font-family: Verdana;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #fcdad5;
border-top: 1px solid #fcdad5;
background-color: #f9c7c2;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-family: Verdana;
	
}




/************** .feature styles ***************/

.feature{
	
	padding: 0px 0px 5px 5px;
	font-family: Verdana;
	font-size: 11pt;
	color: #57001a;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: left;
	font-family: Verdana;
	color: #57001a;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .link styles ***************/

.links{
	height: 30px;
	width: 140px;
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #ffffff;
	font-size: 100%;
	background-color: #f9c7c2;
	
	
}

.links a{
	display: block;
	height: 30px;
	padding: 8px 0px 0px 0px;
	border-top: 1px solid #ffffff;
	color: #57001a;
	text-decoration: none;
}

.links a:hover{
	background-color: #f39e77;
	color: #57001a;
}

.links a:visited{
	color: #57001a;
	text-decoration: none;
}

/************** #currentPage styles ***************/

#currentPage{
	height: 30px;
	background-color: #f0888a;
	color: #660000;
}


.banner{
	background-color: #ffffff;
}









