/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
ol, ul {
}
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;
}

body, html {
    background: #fff;
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 14pt;
    line-height: 16pt;
    color: #000;
}

img {
    border:0;
}

p {
    margin-bottom: 16pt;
}

h1, 
h1.mainHeader,
h2.mainHeader {
    font-size: 25pt;
    color: #f26334;
    line-height: 30pt;
    margin: 0 0 20pt 0;
    font-weight:normal;
}

h2 {
    color: #f26334;
    font-size: 16pt;
    font-weight: normal;
    line-height: 20pt;
    margin: 0 0 15pt 0;
}

h3 {
    color: #f26334;
    font-size: 16pt;
    font-weight: normal;
    line-height: 20pt;
    margin: 0 0 15pt 0;
}

h4 {
    font-size: 14pt;
    font-weight: bold;
    margin: 0 0 15pt 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #f26334;
    text-decoration: none;
}

ul, ol {
    display: block;
    margin: 0 0 20pt 0;
    padding: 0 0 0 20pt;
    overflow: hidden;
}
ol {
    padding: 0 0 0 20pt;
}
ul ul, ol ul {
    margin: 2pt 0 -2pt 0;
    padding: 0 0 0 20pt;
}
ul ol, ol ol {
    margin: 2pt 0 -2pt 0;
    padding: 0 0 0 22pt;
}
li {
    line-height: 20pt;
    margin: 0 0 2pt 0;
    padding: 0;
}

a {
    color: #002c6c;
}

table {
    background: transparent;
    margin-bottom: 20pt;
}
table td, 
table th {
    padding: 5pt;
    vertical-align: top;
}
table th p {
    margin: 0;
}

#topBar,
#topLinks,
#footer,
#leftLinks,
#leftContents,
#frontTsrs,
#rightContainer,
#logoScrollerCont,
#eventCompanySignup {
    display: none;
}

#mainTeaser .class-image {
    margin-bottom: 20pt;
}

.partnerList, .partnerDescription {
    display: block !important;
}
.partner {
    page-break-after: always;
    margin-bottom: 20pt;
    clear: both;
}

.newsLift h2 a {
    color: #f26334;
}
.newsLift a {
    color: #000;
    text-decoration: none;
}

.object-left {
    float: left;
    margin: 0 15pt 10pt 0;
}
.object-right {
    float: right;
    margin: 0 0 10pt 15pt;
}