/*------------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;
}
/*------------end reset styles to reduce browser inconsistency------------*/
body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-repeat: repeat;
	font-size: 14px;
	line-height: 130%;
}

img
{ border: 0px;
}

table {
	text-align: left;
}

td {
}
.red {
	color: #990000;
}

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

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

p

{

}
h1 {
	font-size: 250%;
	text-align: center;
	color: #990000;
	padding: 50px 0 10px 0;
	line-height: 110%;
}
h2 {
	font-size: 125%;
	text-align: center;
	margin-top: 15px;
}
h3 {
	font-size: 115%;
	text-align: left;
	margin: 10px 0 3px 0;
}
h3  a:link {
	color: #000000;
	text-decoration: none;
}
.header {
	width: 900px;
	background-image: url(header.jpg);
	height: 200px;
	background-repeat: no-repeat;
}
.column {
	width: 200px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.column table {
	margin: 0 auto;
}
.column  td {
	padding: 2px;
}
.centercol {
	background-color: #FFFFFF;
}
.centercol  h3 {
	padding: 0px 30px;
}
.centercol p {
	padding: 5px 30px;
}
.toplink  {
	width: 450px;
	margin: 10px auto;
}
.toplink td {
	vertical-align: middle;
}
.content {
	width: 900px;
}
.footer {
}
