﻿/* Reset */
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: none;
}
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
{
	font: 0.76em Arial;
	line-height: 1.6em;
	margin: 40px 0;
}

.clear
{
	clear: both;
}

div
{
	padding: 0;
	margin: 0;
}

p
{
	padding: 0 0 15px 0;
}

.width
{
	width: 896px;
	margin: 0 auto;
}

.headerWrap
{
	padding: 0 10px 10px 10px;
}
.numberWrap
{
	color: #ffffff;
	font-size: 1.7em;
	width: 226px;
	margin: 0 40px 0 0;
	padding: 50px 0 0 0;
	text-align: center;
	float: left;
}
.larger
{
	font-size: 1.3em;
	color: #FF0000;
}
.headerTopRight
{
	width: 150px;
	float: right;
	padding: 25px 0 0 0;
}
.header
{
	font-size: 2em;
	margin: 0 0 15px 0;
}
.subHeader
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.bodyWrap
{
	background: #ffffff;
	color: #000000;
	border-top: 2px solid #009900;
	border-left: 2px solid #009900;
	border-right: 2px solid #009900;
	border-bottom: 2px solid #009900;
}
.bodyInner
{
	padding: 30px 25px;
}
.imageWrap
{
	margin: 0 0 10px 0;
}
.footerWrap
{
	background: #009900;
	font-size: 0.9em;
	text-align: center;
	margin-top: 1px;
	color: #ffffff;
	height: 35px;
	line-height: 35px;
}
.footerWrap a
{
	color: #ffff00;
}
.footerWrap a:hover
{
	color: black;
	text-decoration: none;
}

.topheader
{
	color: #E71414;
	text-align: center;
	font-size: 1.3em;
	padding: 2px;
	font-weight: bold;
}
