@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px 0;
	padding: 0;
	background: #fff;
}

body,div,p,td {
	line-height: 12pt;
}

h1 {
	font-size: 12pt;
	margin: 6px 0;
}

img {
	border: 0;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup {
	bottom: 1ex;
}
	
sub {
	top: .5ex;
}

p {
	margin: 12px 0 14px 0;
}

#outer {
	position:relative;
	width: 762px;
	margin: 0 auto;
	background-image: url(../img/bg-main.gif);
}

#outer2 {
	position: relative;
	width: 762px;
	margin: 0 auto;
	background-image: url(../img/bg-main2.gif);
}

#header {
	position: absolute;
	top: 0;
	height: 140px;
	width: 760px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin: 0;
	padding: 0;
}

	#header .name {
		border-right: 1px solid #999;
	}

#leftcol {
	position: absolute;
	top: 173px;
	left: 0;
	background-image: url(../img/bg-leftcol.gif);
	background-repeat: no-repeat;
	background-color: #ebf2fa;
	width: 267px;
}

	#leftcol table {
		width: 257px;
		margin: 0 auto;
	}
	
	#leftcol td {
		font-size: 9pt;
		font-weight: bold;
		color: #4c4c4c;
	}
	
	#leftcol a:link, #leftcol a:visited, #leftcol a:active {
		font-size: 9pt;
		font-weight: bold;
		vertical-align: middle;
		text-decoration: none;
		color: #4c4c4c;
	}
	
	#leftcol a:hover {
		color: #036;
	}

#leftcol2 {
	position: absolute;
	top: 173px;
	left: 0;
	background-image: url(../img/bg-leftcol2.gif);
	background-repeat: no-repeat;
	background-color: #ebf2fa;
	width: 223px;
	float: left;
}

	#leftcol2 a:link, #leftcol2 a:visited, #leftcol2 a:active {
		font-size: 9pt;
		font-weight: bold;
		vertical-align: middle;
		text-decoration: none;
		color: #4c4c4c;
		display: block;
		padding: 10px 15px 10px 15px;
		margin: 2px;
		border-bottom: 1px solid #999;
	}
	
	#leftcol2 a:hover {
		color: #036;
	}
	
#content {
	background-image: url(../img/bg-content.gif);
	background-repeat: no-repeat;
	width: 495px;
	margin: 173px 0 0 267px;
	float: left;
	font-size: 9pt;
}

#content2 {
	background-image: url(../img/bg-content2.gif);
	background-repeat: no-repeat;
	width: 515px;
	margin: 173px 0 0 223px;
	float: left;
	font-size: 9pt;
	padding: 0 12px;
}


#homeL {
	width: 344px; 
	float: left; 
	padding: 0 10px;
}

#homeR {
	width: 130px; 
	float: left;
	padding: 6px 0 0 0;
}

	#homeR img {
		padding: 0 0 10px 0;
	}

#copyright {
	width: 762px;
	margin: 0 auto;
	color: #4c4c4c;
	font-size: 9pt;
}

#nav_top {
	position: absolute;
	top: 141px;
	left: 0;
	width: 740px;
	height: 18px;
	padding: 3px 0 0 20px;
	margin: 0;
	background: #9c6;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#nav_bot {
	height: 18px;
	padding: 3px 0 0 20px;
	margin: 0;
	background: #9c6;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#shadow_top {
	position: absolute;
	top: 162px;
	width: 760px;
}

.nav {

}

	.nav a:link, .nav a:visited, .nav a:active {
		color: #333;
		text-decoration: none;
		padding: 0 20px 0 0;
	}
	
	.nav a:hover {
		color: #fff;
		text-decoration: none;
		padding: 0 20px 0 0;	
	}

.shadow {
	height: 11px;
	background-image: url(../img/shadow.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 1pt;
	margin: 0;
	padding: 0;
}	


.firstParagraph {
	font-size: 10pt;
	color: #036;
	font-weight: bold;
}

.resume td {
	padding: 4px 0 4px 0;
}

.fig {
	border: 1px solid #036;
	margin: 0 0 10px 0;
}

.sub {
	font-size: 9pt;
	color: #036;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 2px 0;
}

.small {
	color: #000;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}

a:link, a:visited, a:active {
	color: #03c;
	text-decoration: none;
}

a:hover {
	color: #009;
	text-decoration: underline;
}

