/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html {
font-size: 100%
}
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, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
}

/* changed line-height from 1 to 1.2 | added color and background defaults */
body {
line-height:1.2;
color:#333;
background:#fff;
font-size:62.5%;
font-family:Georgia, "Times New Roman", Times, serif;
}
ul {
list-style:inside disc;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

/* remember to define focus styles! */
:focus {
outline:0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration:none;
}
del {
text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse:collapse;
border-spacing:0;
}
h1 {
font-size:2.4em;
margin:0;
padding-top:.94em;
line-height:.95em;
color:#021b2d;
}
h2 {
font-size:2em;
margin:0 0 1em;
line-height:1.2em;
color:#1866a0;
}
h3 {
font-size:1.6em;
margin:0 0 10px;
line-height:1.125em;
color:#021b2d;
}
h4 {
font-size:1.3em;
margin:1.3em 0 0;
line-height:1.3em;
}
h5 {
font-size:1.4em;
margin:1em 0 0;
line-height:1.5em;
font-weight: normal;
}
h6 {
font-size:1.2em;
margin:1.5em 0 0;
line-height:1.3em;
}
ul, ol, dl {
margin-bottom:1.8em;
}
dt, dd, p {
font-size:1.2em;
line-height:1em;
margin:0 0 1.1em;
}
li {
margin-bottom:3px;
}
a {
color:#03639b;
text-decoration:none;
}
a:hover {
color:#2a516f;
text-decoration:underline;
}
/* Clearfix for Floating Elements */
.clearfix:after {
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0;
}
.clearfix {
display:inline-block;
}
html[xmlns] .clearfix {
display:block;
}
* html .clearfix {
height:1%;
}