body {
	position: relative;
	color: #000;
	background-color: #fff;
	background-image: url("/images/eclipse_invert_blue.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
	font-size: 14px;
	font-family: Arial, Verdana, Courier;
	text-align: left;
	margin: 5px;
	padding: 0px;
	padding-bottom: 5px;
}

a {
	text-decoration: none;
}

a:link {
	color: #004666;
}

a:visited {
	color: #004666;
}

a:hover {
	color: #167eae;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 19px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 17px;;
}

h5 {
	font-size: 16px;
}


div.transWhite {
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
  bottom: 0;  /* will cover the entire parent */
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0.75;
  -moz-opacity: 0.75; /* older Gecko-based browsers */
  filter:alpha(opacity=75); /* For IE6&7 */
	z-index:-3;
}

div#mainBox {
	margin: 0 auto;
	width: 97%;
	padding: 0px;
}

div#headerBox {
	font-size: 18px;
	text-align: center;
	/*width: 100%;*/
}

h1.headerBox {
	padding: 5px;
	margin: 0px;
	letter-spacing: 0.2em;
	font-size: 22px;
}

h2.headerBox {
	letter-spacing: 0.1em;
}

div#navBox {
	display: inline;
	float: left;
	clear: left;
	padding: 0px;
	width: 145px;
	margin-left: 5px;
	margin-top: 30px;
}

div#navBox span.navOption {
	display: block;
	padding: 2px;
	padding-bottom: 4px;
	font-weight: bold;
}

div#contentBox {
	display: block;
	text-align: left;
	margin-left: 170px;
	max-width: 670px;
	min-width: 550px;
}

p {
	text-align: justify;
}


div#rightBox {
	display: block;
	text-align: right;
	margin-right: 10px;
	float: right;
	width: auto;
}

div#about, div#software, div#services, div#resume, div#academia {
	display: block;
}

div#footerBox {
	clear: both;
	padding-top: 15px;
	font-size: 10px;
	text-align: center;
	width: 100%;
}

div.resume > div.contact {
	font-weight: bold;
}

div.resume > div > p {
	width: 640px;
}

div.resume > div > span.bold {
	font-weight: bold;
		
}

table.academics {
	font-family: 'Courier New', Arial, Verdana;
	font-size: 14px;
	min-width: 500px;
	max-width: 640px;
	table-layout: fixed;

}

table.academics > caption {
	caption-size: top;
	width: auto;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	font-family: Arial, Verdana, Courier;
	padding-bottom: 5px;
}

tbody.acad {
	text-align: center;
}

th {
	font-weight: bold;
}

ul, 
ul > li > ul > li > ul {
	list-style-position: outside;
  list-style-type: disc;
}

ul > li > ul, 
ul > li > ul > li > ul > li > ul {
	list-style-position: outside;
  list-style-type: circle;
}

img {
border: none;
}

img.portrait, .lPad {
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

@media handheld {
	body {
		background-image: none;
		background-color: white;
		font-size: 10px;
	}

	div {
    background-image: none;
    background-color: white;
  }

	img.portrait, img.noprint, .lPad {
    display: none;
  }
}

@media print {
  body {
    background-image: none;
    background-color: white;
  }

	div {
		background-image: none;
    background-color: white;
	}
  
	div#navBox span.navOption {
    display: none;
		margin-top: 5px;
		padding: 1px;
  }
	h2.headerBox
	{
		display: none;
	}

  img.portrait, img.noprint {
    display: none;
  }

	div.transWhite {
		display: none;
	}

}


