body {
	background-image: url('images/background.gif');
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}
h2 {
    text-align: center;
}
img {
    border: 0px;
}
a {
    color: #650A0A;
    text-decoration: none;
    font-size: 12px;
    line-height: 10px; 
    
}
a: visited {

}
a: hover {
	
}
a: active {
	
}
input {
    border: 1px solid #000000;
}
textarea {
    border: 1px solid #000000;
}
.background {
	text-align: center;
	width: 100%;
}
.main_table {
	height: 100%;
}
.main {
	vertical-align: top;
	margin: 10px auto;
	background-color: #CFC4F8;
	color: #650A0A;
	width: 640px;
	text-align: left;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-top: 1px solid black;
    border-bottom: 3px solid black;
}
.shadow_left {
	background-image: url('images/shadow_left.png');
	background-repeat: repeat-y;
	height: 100%;
	width: 19px;
}
.shadow_right {
	background-image: url('images/shadow_right.png');
	background-repeat: repeat-y;
	height: 100%;
    width: 19px;
}
.shadow_bottom {
	background-image: url('images/shadow_bottom.png');
	background-repeat: repeat-x;
}
.shadow_br {
	background-image: url('images/shadow_br.png');
}
.shadow_bl {
	background-image: url('images/shadow_bl.png');
}
.header {
	padding-top: 30px;
	line-height: 200%;
}
.content {
    vertical-align: top;
    margin: auto 30px; 
}
.content img {
    border: 3px solid black;
}
.footer {
	
}
.sidebar {
	margin-top: 50px;
	margin-left: 15px;
	height: 100%;
}
.home {
    line-height: 25px;
}
.smallBox {
    height: 18px;
    width: 320px;
    font-size: 12px;
    font-family: arial;
}
.largeBox {
    width: 320px;
    font-size: 12px;
    font-family: arial;
}
.error {
    color: #650A0A;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.resume {
    font-size: 12px;   
    list-style-image:url('images/list_bullet.png');
}
.resume img {
    border: 0px;
}
.resume .triangle {
    border: 0px;
    margin-bottom: 2px;
    margin-left: -8px;
    margin-top: 20px;
}
.resume .line {
    border: 0px;
    margin-top: 1px;
    margin-bottom: 5px;
}
.resume_headline {
    margin-left: 2px;
    font-size: 16px;
    font-weight: bold;   
    color: #221E1F;
}
.resume ul {
    margin-left: -19px;   
    margin-top: 2px;    
    margin-bottom: 4px;
}
.resume td {
    vertical-align: top;
}
.project img {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;    
    border: 0px;
}
.fig_caption {
    font-style: italic;
    font-size: 12px;   
}
.byline {
    font-size: 14px;
    font-weight: bold; 
}
.resume_name {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    height: 0px;
    padding-top: 30px;
}
.resume_headline_img {
    width: 0px;
    height: 0px;
    margin-top: -2px;
    margin-left: -3px;
}

