/*------------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;
	font-size: 12px;
	color: #3e3e3e;
	background-color: #252525;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
}

a:link, a:visited
{
}

a:hover, a:active
{
}

p

{
	padding-bottom: 20px;
	line-height: 150%;
}
h2 {
	font-size: 175%;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h3 {
	font-size: 140%;
	margin-bottom: 10px;
}
h4 {
	font-size: 150%;
	margin-bottom: 10px;
	color: #990000;
	text-transform: uppercase;
}
ul {
	float: left;
	padding: 0 25px 0 0;
}
li {
	line-height: 140%;
}
#wrapper 
{
	margin: 10px auto;
	text-align: left;
	width: 910px;
}
#header {
	margin: 0 0 20px 0;
}
#content {
}
#slideshow {
	padding: 5px 0 0 0;
}
.box-top {
	height: 15px;
	width: 910px;
	background-image: url(images/box-top.png);
	background-repeat: no-repeat;
	clear: both;
}
.box-mid {
	width: 910px;
	background-image: url(images/box-mid.png);
	background-repeat: repeat;
	clear: both;
	padding: 20px 0 0 0;
}
.box-btm {
	width: 910px;
	background-image: url(images/box-btm.png);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 20px;
	background-position: bottom;
	padding-bottom: 20px;
}
.leftcol {
	float: left;
	width: 274px;
	padding: 0 0 0 40px;
}
.rightcol {
	float: right;
	width: 555px;
	padding: 0 25px 0 0;
}
.onecol {
	padding: 0 0 0 40px;
}
#footer {
}
