@charset "utf-8";

body {
	
	width: 1000px;
	padding-left: 50%;
	background-image: url(/images/grey_str.gif);
	background-repeat: repeat;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #535353
}

h1 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	color: #6183A5;
}

h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.875em;
	color: #6183A5;
}
			
#bodylayout {
	background-color: #FFFFFF;
	overflow:hidden;
	width: 1000px;
	margin-left: -500px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c8c8c8;
	border-left-color: #c8c8c8;
}

#logo {
	width: 205px;
	height: 60px;
	padding:8px 0px 0px 10px;
	float:left
}
 
#topNav
{
	/* width: 400px; */
	padding: 30px 0px 0px 438px;
	font-family: arial, helvetica, serif;
	font-size: 9pt;
}
 
#main-lft
{
	float: left;
	width: 450px;
	padding: 0px 20px 0px 32px;
}

#main-right
{
	
	padding: 12px 20px 20px 500px;
}

.timeStamp {
  	padding-left: 602px;
	padding:8px 0px 0px 662px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

 }
 
 .emailBox { padding:4px 0px 0px 662px }
 
 .projects {
	width: 400px;
	height: 162px;
	position: absolute;
	top: 100px;
	left: 226px;
	
 }
 
a.linkedtext:link
{
 	color:#000066;
	text-decoration: none
}

a.linkedtext:hover { background-color:#FFEA73}
a.linkedtext:visited { text-decoration: underline }
 	
 /* BEGIN TABLE IDENTIFIER */
 

table#one { width: 100%; }
table#one td 
{ 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	padding: 0px 0px 0px 0px;
	color: #0d4075;
}

table#two { 
width: 100%;
}

table#two td {
	border: 0px solid #999999;
	text-align: left;
	padding: 8px 8px 0px 8px;
	background-position: center top;
	text-indent: 12px;
} 

table#two td.spar {
	background-image:url(../images/spar.gif);
	background-repeat: repeat-y;
	}
