/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

div#mainwrap {width:774px; margin-left:auto; margin-right:auto;  text-align:left;}
#navBar{
	margin: 0 0 0 0;
	padding: 2px;
	background-color: #eeeeee;
	border-bottom: 1px solid #ccc;
}
#sectionLinks ul{
	list-style-type:circle;
	margin-left: 20px;
	padding-left: 10px;
}
