﻿/* Reset Styles */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* Global Styles */
body {
	font: 12px verdana, sans-serif;
	background-color: #eef7f8;
	margin: 0 auto;
	padding: 0;
	width: 80em;
}
div#menu { margin: 0px auto 20px auto;}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 18px;
    color: #2C7aba;
}
h2 {
    font-size: 18px;
    color: #DE6E32;    
    margin-top:18px;
}
h2 sup {font-size:10px; vertical-align:top; font-weight:bold; }
h3 {
    font-size: 34px;
    margin-bottom: 0.39em;
    color: #ee8431;
}
h4 {
    font-size: 1.16em;
    color: #656565;
}
h5 {
    font-size: 1em;
    color: #4d4d4d;
}
a {
    color: #2c79ba;
    text-decoration: none;
}
.clearBoth {
    clear: both;
}
.columnContainer .column{
    float: left;
}

