body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #333333;
}
body {
	background: Maroon;
	background-position: center;
	background-attachment: fixed;
	background-image: url(../images/back_1.jpg);
	margin: 20px auto 20px auto;
	width: 750px;
}
#maincontainer {
	background: Silver;
	background-image: url(../images/back_2.jpg);
	border: solid 2px;
	border-color: Black;
	width: 750px;
	padding: 10px;
	min-height: 450px
}
#footer {
	margin-top: 3px;
	font-size: x-small;
	font-style: italic;
	text-align: center;
	font-stretch: expanded;
	color: Silver;
}
#copyright {
	width: 45%;
	float: left;
}
#updated {
	width: 45%;
	float: right;
}
a:link {
	color: Maroon;
}
a:visited {
	color: Maroon;
}
a:hover {
	color: Blue;
}
a:active {
	color: Blue;
}
p {
	text-align: justify;
	margin: 0px 0px 0px 50px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bolder;
}
h2 {
	font-size: large;
	font-weight: bold;
	text-indent: 15px;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
	/*text-indent: 30px;*/
	margin:1em 3em 0 1em;
}
#header_email {
	float: right;
	width: 200px;
	text-align: right;
}
#printable {
	float: right;
	width: 200px;
	height: 20px;
	text-align: left;
	padding: 25px 0px 0px 0px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
}

/* The following code supports the navigation display */

#navigation {
	float: left;
	width: 450px;
}
#NavBar {
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
	}
#NavBar ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#NavBar	ul li {
	float: left;
	}
#NavBar a	{
	display: block;
	width: 100px;
	height: 1.5em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding-top: .3em;
}
#NavBar a:hover	{
	text-decoration: underline;
	font-weight: bold;
}

/* the following styles are for the portrait drop shadow display */

#image_holder {
	float: left;
	width: 150px;
	height: 200px;
	position: relative;
	left: 20px;
	background: url(../images/shaddow.jpg) right bottom no-repeat;
	}

#portrait {
	border-color: Black;
	border: 1px;
	border-style: solid; 
	position: relative;
	left: -6px;
	top: -6px;
	height: 200px;
	width: 150px;
}

/* the following code produces misc. effects */

.welcome {
	float: right;
	width: 550px;
	position: relative;
	top: 150px;
	text-align: left;
}
#linkedin_image {
	position: relative;
	top: 5px;
	left: 5px;
}
#simpleBorder	{
	border:1px solid #000;
}