body {
	background: url('images/bg_stripe.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	margin: 0 0 5px 0;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin: 0;
	}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	margin: 0;
	}
p {
	font-size: 12px;
	margin: 0 10px 5px 0;
	}
ul {
	font-size: 12px;
	list-style: square;
	margin-top: 0;
	margin-bottom: 5px;
	}
hr {
	color: #000;
	}
p img {
	margin: 0 10px 0 0;
	}
#wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	}
#ltcol {
	background: #000066;
	}
#ctrcol {
	background: #fff;
	}
#rtcol {
	background: #f0f0f0;
	padding: 10px;
	}
#nav {
	text-align: right;
	font-size: 11px;
	margin: 0;
	}
#nav ul {
	margin: 0;
	list-style: none;
	}
#nav ul li {
	
	line-height: 1.2em;
	padding: 3px;
	}
#nav ul li a {
	color: #fff;
	text-decoration: none;
	}
#nav ul li a:hover {
	color: #ccc;
	text-decoration: underline;
	}
#inset {
	/*background: #BDE3C5;*/
	border: 1px #000 dashed;
	margin-left: 10px;
	}
#contact {
	border: 1px #000066 dashed;
	background: #f0f0f0;
	padding: 5px;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	}
#contact a {
	color: #000066;
	text-decoration: none;
	}
#contact a:hover {
	color: #999;
	text-decoration: underline;
	}
#resume {
	border: 1px #000066 dashed;
	background: #f0f0f0;
	padding: 5px;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	}
#resume a {
	color: #000066;
	text-decoration: none;
	}
#resume a:hover {
	color: #999;
	text-decoration: underline;
	}