@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {
    margin : 0;
    padding : 0;
    border : 0;
    outline : 0;
    font-size : 100%;
    vertical-align : baseline;
    background : transparent;
}
ol,
ul {
    list-style: disc;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
li { 
	list-style: disc; 
	margin-left: 20px;
}
ins { text-decoration: none }
del { text-decoration: line-through }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
table,
td,
th { vertical-align: middle }
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
blockquote,
q { quotes: "" "" }
a img { border: none }
abbr,
acronym { border-bottom-width : 0 }
strong { font-weight : bold }
em { font-style : italic }

/*
Page layout 
*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
.width-constraint {
    max-width: 900px;
    position: relative;
    margin: 0px auto;
}
.summary-container {
    line-height: 1.3em;
    padding: 0 15px 30px;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.2em;
}

/*
Page Headings
*/

h1 {
    padding-top: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #000;
    margin-left: 10px;
    margin-bottom: 20px;

}
h2 {
    height: 23px;
    padding-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    margin-left: 10px;
    margin-bottom: 10px;
}

.contact-info {
    position: absolute;
    top: 15px;
    right: 15px;
}

/*
Print & Download Links
*/

.link-header {
    display:none;
}

/*
Columns
*/

.column {
    width: auto;
    padding: 7px;
    margin-bottom: 10px;
    position: relative;
    border-bottom:#CCC 1px solid;
    margin-left: 20px;
}

/*
Column Content
*/

h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 3px;
}

h4 {
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}
.column-period {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #AAA;
    position:absolute;
    top:0px;
    right:0px;
}
.column-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

.education-content {
    margin-left: 20px;
}
