/* Josh Campbell - design for people */
/*div {
	
	border-color: red;
	border-style: solid;
	border-width: 1px;
}*/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 25px;
	font-size:small;
	
}
a:link {
	color:#51A8D4;
}
a:visited {
	color:#51A8D4;
}


.sub {
	font-size: medium;
	font-weight: bold;
	color: #6f9e30;
}
/*
#block1 {
	background-color:#666666;
	width:590px;
	height:310px;
	position:absolute;
	top:30px;
	left:30px;
	z-index:10;
}
#block2 {
	background-color:#FFFFFF;
	width:560px;
	height:280px;
	position:absolute;
	top:45px;
	left:45px;
	z-index:11;
}*/



/* new for 2010 redesign */
body {
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
	margin: 25px;
}
#position {
	padding-bottom: 10px;
	margin-left: 225px
}
#profile {
	padding-bottom: 50px;
	margin-left: 225px

}
#title {
	font-weight: bold;
}
#header {
	width: 100%;
}
#name {
	float:left;
	width: 190px;
	padding-right: 25px;
	font-size: x-large;
	font-weight: bold;
}
#section {
	width: 100%;
}
#lilrule {
	padding-bottom: 10px;
	border-top: 1px solid #000;

}
#bigrule {
	padding-bottom: 15px;
	border-top: 10px solid #000;

}
#company {
	width: 190px;
	padding-right: 25px;
	float: left;
	font-weight: bold;
}
#text {
}
#location {
	font-style: normal;
	font-weight: normal;
}
ul {
	padding-left: 40px;
	margin-left: -40px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#date {
	float: right;
	display: block;
	font-style: normal;
	font-weight: normal;
}
a.nolink:link {
	color:#000000;
	text-decoration: none;
}
a.nolink:visited {
	color:#000000;
	text-decoration: none;
}
a.nolink:active {
	color:#51A8D4;
	text-decoration: none;
}
a.nolink:hover {
	color:#51A8D4;
	text-decoration: underline;
}

			

