/* CSS Document */

BODY {

	margin-top:0px;
	margin-left:0px;
	
	}
#header {
	background-image: url(../images/blueStripe.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	
}

#main {
	width:300px;
	margin-top:6px;
}


#cv {
	width:350px;
	margin-top:6px;
}



#leftCol {
	position:absolute;
	left:0px;
	top:94px;
	width:128px;
	background-image: url(../images/rightStripe.gif);
	background-repeat:repeat-y;
	}

#centercol {
	position:absolute;
	left:128px;
	top:94px;
	width:432px;
	padding-left:62px;
	padding-top:19px;
	z-index: 1;	

}

#rightcol {
	position:absolute;
	left:560px;
	top:94px;
	padding-top:19px;
	z-index: 1;
	width:210px;
}

#rightCol .address {
	font-family:Arial,Verdana;
	font-size:10px;
	color:#666666;
	line-height:14px;
	}

.blueCallOut {
	color:black;
	/*color:#335470;*/
	}

a:visited{
	color:#335470;
	text-decoration:none;
}
a:link {
	color:#335470;
	text-decoration:none;
}
a:hover {
	color:darkred;
	text-decoration:underline;
}


.heading {
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	}
.subhead {
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:3px;

}

.navBuffer {
	padding-right:6px;
	padding-left:6px;
	}


#centercol TD {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	
	}

UL { 
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	}
LI {
	padding-left:0px;
	margin-left:12px;
	margin-top:6px;
	margin-bottom:6px;
	font-family:Arial,Verdana;
	font-size:9px;
	}
.bioCallOut {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:10px;
	font-style:italic;
	color:#666666;
	position:relative;
	left:1px;
	margin-top:2px;
	margin-bottom:12px;
	top: 3px;
	}
#leftCol A:link {
	color:black;
	text-decoration:none;
	}
#leftCol A:visited {
	color:black;
	text-decoration:none;
	}
#leftCol A:hover {
	color:red;
	text-decoration:none;
	}
#leftCol A.onPage:link {
	color:red
	}
#leftCol A.onPage:visited {
	color:red
	}
.imageSpacer {
	padding-top:12px;
	padding-bottom:2px;
	}
.cvIndent {
	text-indent:18px;
	}
