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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
form table td {
	padding:4px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative;
	line-height: 1;
	color: #414141;
	background: white url(body.jpg) repeat-x 0 0;
	text-align: center;
	top: 0 !important;
}
div.wrap { position: relative; width: 960px; text-align: left; margin: 0 auto; }
hr, .bot { display: none; }
h1, h2, h3, h4, h5, h6, strong { font-weight: bold; }
h1, h2, h3, h4, h5, h6, a:link, a:visited, a:hover, a:active { font-family: "Trebuchet MS", Helvetica, sans-serif; text-decoration: none; }
em { font-style: italic; }
a:link, a:visited, a:hover, a:active { color: #2A6DA2; }
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#siteSearch input { border:none; background: none; padding: 0; margin: 0; outline: none; }
input, textarea, select { background: none; padding: 0; margin: 0; outline: none; }
input.text, select, textarea { padding: 0; margin: 3px 0 0 2px; }
textarea.textarea { width: 98%; overflow: auto; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
input.submit { display: block; text-indent: -9999px; cursor: pointer; }
* html input.submit { line-height: 1000; text-indent: 0; }
*:first-child+html input.submit { line-height: 1000; text-indent: 0; }

/* float clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.clear { clear: both; }
.bot { display: none; }

