/* general page styles */

body {
		font-family: helvetica, sans-serif;
		font-size: 11px;
		color: #000000}
p {
		margin-top: 5px}

img {
		margin-top: 5px;
		margin-bottom: 5px;
		border-style: none;
		border-width: 0px;
		outline-style: none;
		outline-width: 0px}

object {
		margin-top: 5px;
		margin-bottom: 5px;
		border-style: none;
		border-width: 0px;
		outline-style: none;
		outline-width: 0px}

a { 
		cursor: pointer;
		border-style: none;
		border-width: 0px;
		outline-style: none;
		outline-width: 0px}

a:link {
		color: #6088B0;
		text-decoration: none}
		
a:visited {
		color: #6088B0;
		text-decoration: none}
  
a:hover {
		color: #6088B0;
		text-decoration: underline}
		
a:active {
		color: #6088B0;
		text-decoration: none}
		
a.menu {
		position: relative;
		left: 5px}
		
a.menu:link {}

a.menu:visited {}

a.menu:hover {}

a.menu:active {}

a.disabled {
		color: #000000;
		text-decoration: none;
		cursor: default}

a.disabled:link {}

a.disabled:visited {}

a.disabled:hover {}

a.disabled:active {}

.heading {
		color: 808285;
		font-size: 24px}

.menuheading {
		position: relative;
		background-color: #96BDE8;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 5px;
		width: 100%;
		font-size: 11px}

.subheading{
		font-size: 12px;
		font-weight: bold}

.companyName{	/*for resume*/
		font-size: 12px;
		font-variant: small-caps}

.dates{
		font-style: oblique}


/* id specific styles */
#header {
		position: absolute;
		left: 20px;
		top: 0px;
		width: 720px;
		height: 70px;
		border-bottom: 1px solid #96BDE8}
		
#headerImg {
		position: absolute;
		left: 0px;
		top: 10px;
		width: 260px;
		height: 54px;
		background-image: url('http://www.eamaemirkin.com/siteImages/emlogo.jpg');
		background-repeat: no-repeat}
		
#headerText {
		position: absolute;
		left: 280px;
		top: 20px;
}
		
#rightMargin{
		position:absolute;
		left: 800px;
		top: 0px;
		width: 10px;
		height: 100%;
		/*background-image: url('http://www.eamaemirkin.com/siteImages/rightShadow.jpg');
		background-repeat: repeat-y*/}
		
#menu {
		position: absolute;
		left: 20px;
		top: 100px;
		width: 180px}
		
#contentBlock{
		position: absolute;
		left: 220px;
		top: 100px;
		width: 480px}
		
#columnA{
		position: absolute;
		left: 0px;
		top: 40px;
		width: 280px}

#columnB{
		position: absolute;
		left: 310px;
		top: 40px;
		width:170px}


