h1,h2,h3,h4,h5,h6,p,ul,li,br,table,div,ol,a,body
{
	margin: 0px;
	padding: 0px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

body {
	text-align: center;
	background-color: #000055;
	color:#ffffff;
}

div.commandWindow
{
	background-color: #000000;
	color: #ffffff;
	font-family: courier, monospace;
	font-size: 10px;
	padding: 10px;
	border-style:inset;
	border-width:medium;
}

div.indent
{
	margin-left: 40px;
}

div.fileWindow
{
	background-color: #F2F3C8;
	color: #000000;
	font-family: courier, monospace;
	font-size: 10px;
	padding: 10px;
	border: 1px #000000 solid;
}

div#container
{
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div.image
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

div.image div.caption
{
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	font-size: 12px;
	width: auto;
	margin: 0;
}

div#menu
{
	background-color: #85b3f1;
	z-index: 2;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 150px;
	float: left;
	margin-top: 30px;
	text-transform: uppercase;
	padding-bottom: 9px;
}

div#menu a
{
	background-color: #85b3f1;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
div#menu a:hover
{
	color: #85b3f1;
	background-color: #ffffff;
}

div#menu span
{
	padding-left: 5px;
	padding-right: 5px;
	color: #85b3f1;
	background-color: #ffffff;
}

div#menu ul
{
	list-style-position: outside;
	list-style-type: none;
}

div#menu li
{
	margin-top: 9px;
	padding-left: 0px;
}

div#menu li.menu
{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
	color: #85b3f1;
}

div#menu li.menu ul
{
	margin-left: 18px;
}

div#menu li.menu li
{
	margin-top: 0;
}

div#menu li.menu a.title
{
	font-size: 18px;
}

div#menu li.menu a
{
	background-color: #ffffff;
	color: #85b3f1;
	font-size: 14px;
}
div#menu li.menu a:hover
{
	background-color: #85b3f1;
	color: #ffffff;
}

div#menu li.menu li.item span
{
	background-color: #85b3f1;
	color: #ffffff;
	font-size: 14px;
}

div#menu li.menu li.selected
{
	background-position: 0 10px;
}


div#menu .selected
{
	background-color: #ffffff;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 9px;
}

div#masthead
{
	float: right;
	z-index: -1;
	width: 750px;
	height: 100px;
	margin-right: 70px;
	text-align: center;
	background-color: #85b3f1;
}

div#masthead img
{
	margin-top: 25px;
}

div#photo img
{
	border: 4px solid #85b3f1;
	float: left;
	position: relative;
	top: -10px;
	left: -40px;
	width: 200px;
}

div.comment
{
	color: #008000;
}

span.class
{
	color: #2B91AF;
}

span.keyword
{
	color: #0000FF;
}

span.string
{
	color: #A31515;
}

div#content
{
	padding-top: 1em;
	background-color: #FFFFFF;
	border: 4px solid #85B3F1;
	color: #000000;
	padding-left: 20px;
	padding-right: 60px;
	width: 540px;;
	min-height: 600px;
	float: left;
	padding-bottom: 40px;
}

div#content div.name
{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 9px;
}

div#container iframe
{
	margin-left: auto;
	margin-right: auto;
}

div.caption
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	background-color: #ffffff;
	color: #000000;
	padding: 10px;
}

div.caption a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
div.caption a:hover
{
	text-decoration: underline;
}

div.imageGroup
{
	padding-top: 10px;
	text-align: center;
}

div.imageGroup img
{
	border: 1px #000000 solid;
	margin-left: 10px;
	margin-right: 10px;
}
div.imageGroup div
{
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

div.publication
{
	margin-top: 9px;
}

div.section
{
	margin-top: 18px;
}

div.section h1
{
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #85B3F1;
	margin-bottom: 5px;
}

div.section h2
{
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 5px;
}

div.section p
{
	margin-top: 9px;
	margin-bottom: 9px;
}

div.section a
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}
div.section a:hover
{
	text-decoration: underline;
}

div.section ul
{
	margin-left: 3em;
}

dt
{
	font-weight: bold;
	font-size: 18px;
}

dt a
{
	font-size: 18px;
}

span.italic
{
	font-style: italic;
}

span.notice
{
	font-weight: bold;
	color: #ff0000;
}

table#cv
{
	border: 1px #000000 solid;
}

table#cv td
{
	color: #000000;
	padding: 5px;
	border: 1px #000000 solid;
	vertical-align: top;
}

table#cv td.section_name
{
	font-family: trebuchet ms, arial, sans-serif;
	color: #85B3F1;
	font-weight: bold;
	font-size: 18px;
	width: 100px;
}

table#cv td.section_data
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	font-size: 15px;
}

table#cv td.date_range
{
	text-align: left;
	width: 75px;
}

table#cv td.location_address
{
	text-align: right;
	width: 100px;
}

table#cv td.location_name
{
	text-align: center;
	font-weight: bold;
}

table#cv td.position_info
{
	padding-bottom: 18px;
}

table#cv div.position_title
{
	font-style: italic;
	font-size: 16px;
}

table#cv table
{
	border: 0;
	width: 100%;
}

table#cv table td
{
	border: 0;
}

table#project_list td
{
	color: #000000;
	vertical-align: top;
	border-bottom: 2px #85B3F1 dashed;
	padding-top: 10px;
	padding-bottom: 10px;
}

table#project_list td.image_left
{
	padding-right: 10px;
	text-align: center;
}

table#project_list td.image_right
{
	padding-left: 10px;
	text-align: center;
}

