
html
{
	overflow: scroll;
}

body
{
	background-color:#5F5F5F;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, sans-serif, Helvetica, Arial, sans-serif;
	font-size:small;
	color: #1E252F;
	text-align:justify;
}

td.gray
{
	background-color:#CCCCCC;
}
td.menu
{
	background-color:#CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	font-size:small;

}
td.main
{
	background-color:white;
}
td.menu:hover
{
	background-color:#FFFFFF;
}
td.bottom
{
	background-color:#1E252F;
}
table.main
{
	position:relative;
	left: -145px;
}
table.figleft
{
	float: left;
	margin-right:20px;
}
table.figright
{
	float: right;
	margin-left:20px;
}

caption
{
	caption-side:bottom;
	font-size:x-small;
	text-align:justify;
	
}
td.yellow
{
	background-color:#fffbec;
	padding: 15px;
}
td.blue
{
	background-color:#e2ebf9;
	padding: 15px;
}
td.white
{
	background-color:white;
	padding: 15px;
}

a.menu
{
	text-decoration:none;
	color: #1E252F;
}
a.menu:hover
{
	color:#1E252F;
}
a
{
	text-decoration:none;
	color:#3d6299;
}
a:hover
{
	color:#d2ad19;
	text-decoration:none;
}

.indent
{
	margin-left: 60px;
	margin-right: 5px;
}


h1
{
	font-size:medium;
	color: #4e5c71;
	text-transform: uppercase;
}
h2
{
	font-size:small;
	color: #1E252F;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	
}
h3
{
	font-size:small;
	color: #1E252F;
	font-style:italic;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: lighter;
	
}
h5
{
	font-size:x-small;
	color: white;
	margin: 0px 20px 0px 0px;
	text-align:right;
}
p
{
	font-size:small;
	text-align:justify;
	margin-bottom: 0px;
	margin-top: 0px;
}
p.hidden
{
	font-size:x-large;
	text-align:center;
	position:fixed;
	z-index:-1;
	color: white;
}
li
{
	list-style-image: url(images/bullet.gif);
	font-size:small;
}




img.subtitle
{
	border:0px;
	margin:0px 0px 30px 0px;
	position:relative;
	left: 0px;
    	top: 20px;
}
img.photo
{
	float:right;
	border:0px solid #434343;
	margin: 20px 40px 0px 40px;
	position:relative;

}
img.proj
{
	border: 5px solid #1E252F;
}

img.at
{
	vertical-align: text-bottom;
}
img.hr
{
	float: center;
}

hr
{
	align: center;
	width: 780;
	border: 1px dashed #e2ebf9;
	border-width: 2px 0 0;
	height: 0;
	margin-top: 40px;
	margin-bottom: 40px;

}