  /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ÅÝÜ½ÊÓÆµ University - University Services
Christopher Garcia - 03.29.12 */

body {
    background: #fff;
    font: 62.5%/1.7em Arial, Helvetica, sans-serif;
    color: #555555;
}

/*** tables ***/
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0 1em 0;    
}
table th, table thead {
    padding: .5em;
    text-align: left;
    font-weight: bold;
}
table td {
    padding: .5em;
    vertical-align: top;
}
table.borders {
    border: 1px solid #bfbfbf;
}
table.borders th, table.borders thead {
    background-color: #bfbfbf;
    border: 1px solid #bfbfbf;  
}
table.borders td {
    border: 1px solid #bfbfbf;
}
table tr.striped {
    background-color: #eee;
}

/*** misc ***/
a {
    color: #591973;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
    text-decoration: none;
}
.align-text-center {
    text-align: center;
}

h1 {
    font: bold 37px Arial, Helvetica, sans-serif;
    color: #046f8e;
}
h1 a {
    color: #606060;
    font-weight: normal;
}
h2 {
    font: bold 30px Arial, Helvetica, sans-serif;
    color: #4e2a84;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: .7em;
    padding-bottom: .1em;
}
h3, h4, h5, h6 {
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #4e2a84;
    border-bottom: none;
}
h4 {
    color: #555;
}
h5 {
    font-size: 14px;
}
h6 {
    color: #555;
    font-size: 14px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}
h3+p {
    margin-top: .3em;
}
p+h3 {
    margin-top: 1.2em;
}
