/*------------start reset styles to reduce browser inconsistency------------*/
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 {
	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;
}

img
{ border: 0px;
}

/*------------end reset styles to reduce browser inconsistency------------*/
body
{
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-repeat: repeat;
	background-color: #8CC0EF;
	background-image: url(images/bgtile.jpg);
}


table {
	text-align: left;
	width: 500px;
}

td {
	vertical-align: top;
	padding: 10px;
}

a:link, a:visited
{
	color: #FFFFFF;
}

a:hover, a:active
{
	color: #FFFFFF;
}

p

{
	font-size: 17px;
	color: #202020;
	text-align: left;
	line-height: 130%;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 23px;
	font-weight: bold;
	color: #B02622;
	padding: 15px 0 0 15px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	padding: 5px 15px;
}
h3 {
	font-size: 20px;
	font-weight: normal;
}
li {
	font-size: 16px;
	color: #202020;
	list-style-position: inside;
	padding: 3px 0px;
	list-style-type: disc;
}

.wrapper 
{
	margin: 10px auto;
	width: 900px;
	background-repeat: repeat-y;
	border-bottom: 1px solid #000000;
}
.header {
	text-align: center;
}
.address {
	background-color: #AC0D05;
}
.address p {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 7px;
}
.firstrow {
	width: 850px;
	margin: 10px auto 20px auto;
	clear: both;
}
.firstrow   p  {
	padding: 15px;
}
.firstrow   img  {
	padding: 15px;
}
.firstrow .leftcol {
	width: 320px;
	background-color: #FFFFFF;
	float: left;
	margin: 0 25px 0 0;
}
.firstrow .rightcol {
	float: left;
	background-color: #BDD8F1;
}
.footer p {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
