<STYLE type=text/css>
/*lets create a header class*/


/*lets create a menu*/
h2.menu
{	
	margin-top:0;
	margin-bottom:0;
	/*float:left;*/
	background:rgb(0, 0, 0);
	color:rgb(255,255,255);
}
ul.menu
{
	background:rgb(51, 204, 0); 
	/*float: left;*/
	width: 170px;
}

ul.menu li
{
	list-style:none;	
}

a.menu
{

}
section.resumeSection
{
	border:1px solid black;
	border-radius:10px; 
	margin:3px;
	padding:0.5em;
		
}
section.resumeSubSection
{
	/*columns:100px 2;/**/
	/*-webkit-columns:100px 2; /* Safari and Chrome /**/
	/*-moz-columns:100px 2; /* Firefox /**/
}
.date
{
	font-variant:small-caps;
	font-family:sans-serif;
	font-style:italic;
	font-size:14px;	
	list-style-type: none;
}
.subHeading
{
	font-variant:small-caps;
	font-family:sans-serif;
	font-style:bold;
	border-bottom:1px solid black;
	margin-bottom:0px;
	padding-bottom:0px;
}
dt
{
	margin-left:5px;
	margin-top:0px;
	margin-bottom:0px;
	font-variant:small-caps;
}
dd
{
	display: list-item;
	list-style-type: circle;
	margin-bottom:3px;
}
ul
{
	margin-left:20px;/**/
	list-style-type: circle;
}
