/***********************************************/
/* emx_nav_left.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	background: #5c412b url(brownpink_background.gif); 
	text-align:center;
	font-size: 12px;
	scrollbar-face-color : #5c412b; 
	scrollbar-highlight-color : #e1bdc5; 
	scrollbar-3dlight-color : #F1E8EA; 
	scrollbar-shadow-color : #000000; 
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #F1E8EA; 
	scrollbar-arrow-color : #e1bdc5
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #7A614C;
	text-decoration: none;
}

a:hover{
	color: #E1BDC5;
}

/************** header tag styles **************/

h1{
	font: normal 150% Verdana, Arial, sans-serif;
	color: #000000;
	margin:0px;
	padding: 15px 10px 10px 10px;
	text-align: right;
	vertical-align: middle;
}




h2{
 font: bold 14px Arial, sans-serif;
 color: #5C412B;
 margin: 0px;
 padding: 0px;
}

P{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

	
TD.borderRightBottomLeft {
	background-color: #F1E8EA;
	width:165px;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	text-align: right;
	vertical-align: top;
}


TD.borderRightBottom {
	background-color: #FFFFFF;
	width:532px;
	border-bottom: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.content{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/* padding: 0px, 10px, 0px, 10px; */
	background-color: #FFFFFF;
	margin-right: 10px;
}



/***********************************************/
/* Component Divs                              */
/***********************************************/


.sectionLinks a:link, .sectionLinks a:visited {
	background-color: #F1E8EA;
	color: #7A614C; 
	font-family: "Century Gothic";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: right;
	margin-right: 10px;
	padding: 0px;
	margin-left: 20px;
	top: 0px;

}

.sectionLinks a:hover{
	color: #E1BDC5;
}	

	
	
