@charset "UTF-8";


* {
	margin: 0;
	padding: 0;
}


body {
background-color: #D2DCE7;
	}



/* The following code will style all links in the site the same way */

a:link {
	font-weight: bold;
	color: #6F90B8;
	text-decoration:none;
}
a:visited {
	color: #6F90B8;
	text-decoration:none;
}
a:hover {
	color: #6F90B8;
	text-decoration: underline;
}
a:active {
	color: #6F90B8;
	text-decoration:none;
}





/* This code will only target the links in the specific paragraph class "header", the html looks like this: <p class="header"> */

p.header a:link {
	font-weight: bold;
	color: #6F90B8;
	text-decoration:none;
}
p.header a:visited {
	color: #6F90B8;
	text-decoration:none;
}
p.header a:hover {
	color: #6F90B8;
	text-decoration: underline;
}
p.header a:active {
	color: #6F90B8;
	text-decoration:none;
}


/* This code will only target the links in the specific paragraph class "portfolio", the html looks like this: <p class="header"> */

p.portfolio a:link {
	font-weight: bold;
	color: #642566;
	text-decoration:none;
}
p.portfolio a:visited {
	color: #642566;
	text-decoration:none;
}
p.portfolio a:hover {
	color: #642566;
	text-decoration: underline;
}
p.portfolio a:active {
	color: #642566;
	text-decoration:none;
}





/* CLASS items defined here */



.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	text-align:right;
	color:#642566;
	padding: 7px 25px 0 0;
}

.index_headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 14px;
	color:#642566;
	text-align:left;
	padding: 120px 110px 0 0;

}
.index_subhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 18px;
	color:#6f90b8;
	text-align:left;
	padding: 0px 110px 0 0;

}
.index_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#000000;
	text-align:left;
	padding: 10px 125px 0 0;

}

.resume_category {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	line-height: 18px;
	color:#642566;
	text-align:center;
	padding: 3px auto;

}

.resume_subhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color:#6f90b8;
	text-align:left;
	padding: 0px 25px 5px 0px;

}

.resume_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#000000;
	text-align:left;
	padding: 10px 25px 5px 0;
}


.resume_years {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#000000;
	text-align:center;
	padding: 3px auto;

}

.portfolio {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	text-align:left;
	color:#642566;
	padding: 7px 25px 0 0;
}


.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#642566;
	text-align: right;
	line-height: 16px;
	padding: 30px 25px 0px 205px;

}




/* DIV items defined here */

#wrap {
	width:800px;
	margin: 0 auto;
	padding: 0;
	background-image:url(images/css-bkgrnd0808_01_01.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;

}

#header {
	height: 60px;
	margin: 0;
	padding: 0;

}


#content {
	margin: 0;
	padding: 0;
}


#footer {
	height: 40px;
	margin: 0;
	padding: 30px 25px 0 0;
	background-image:url(images/footerbkgnd.jpg);

}



#float_1 {
	width:300px;
	height:470px;
	margin: 0;
	padding: 0;
	float:left;
}

#float_2 {
	width:500px;
	height:470px;
	margin: 0;
	padding: 0;
	float:left;

	background-image: url(images/hometext.jpg)
}

#logofloat {
	width:158px;
	margin: 0;
	padding: 0;
	float:left;

}

#portlistfloat {
	width:525px;
	margin: 0;
	padding: 0;
	float:right;

}



#resume_wrap {
	width:800px;
/*	height: 470px; */
	margin: 0;
	padding: 0;

}

#resume_header {
	width:800px;
	height: 28px;
	margin: 0;
	padding: 0;
	background-image: url(images/fullwidthtextbox_top.gif)

}

#resume_content {
	width:700px;
	margin: 0;
	padding: 0;
	background-image: url(images/fullwidthtextbox_repeat.gif);
	background-repeat:repeat-y;
	padding: 0px 50px 0px 50px;

}

#resume_bottom {
	width:800px;
	height: 15px;
	margin: 0;
	padding: 0;
	background-image: url(images/fullwidthtextbox_bottom.gif);
	background-repeat:repeat-y;

}



#clear {
clear:both;}

