﻿/* CSS layout */

/* ERIC MEYER'S CSS RESET */
.pinktext {
	color: #E70F7C;
}
.blackfontlink {
	color: #000000;
}
.imagemargins {
	margin: 5px 15px 5px 0px;
	vertical-align: text-top;
}
.style1 {
	margin-right: 137;
}
.style2 {
	margin-top: 1;
}
.paraStyle1 {
	padding: 5px;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

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;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: 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;
}


/* END CSS RESET */

body {
	background-image: none;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#header {
	position: static;
	height: auto;
	display: inline-block;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
}
#pageContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	vertical-align: top;
	text-align: justify;
	display: block;
	padding: 5px 15px 5px 5px;
	margin: 5px 5px 5px 20px;
	width: 730px;
	font-weight: lighter;
	float: right;
	font-style: normal;
	font-variant: normal;
}
#footer {
	background-image: none;
	background-repeat: no-repeat;
	height: 30px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: static;
	float: none;
	text-transform: uppercase;
	width: 1150px;
	font-variant: small-caps;
	color: #808080;
}




.paraStyle1Table {
	padding: 10px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
}




.paraStyle1TableSponsor {
	padding: 10px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
}




.style12Table {
	padding: 10px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	background-color: #CCCCCC;
	vertical-align: top;
}





