@charset "UTF-8";

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; padding: 0; border: 0; list-style: none; outline: none;}

html
{
	background-color: #FFF;
}
body
{
	width: 968px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}


img.block
{
	display: block;
}

#menuContainer
{
	width: 966px;
	height: 24px;
	margin-bottom: 2px;
	border: 1px solid #A0A2A3;
}
#menuContainer ul li a
{
	height: 24px;
	display: block;
}
#menuContainer ul li a span
{
	display: none;
}
.clear
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
#footer
{
	width: 966px;
	height: 40px;
	margin-bottom: 25px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: transparent url(../images/footer_bg.png) repeat-x;
}
#footer p#copyright
{
	width: auto;
	float: left;
	display: inline;
	margin: 15px 0 0 15px;
	line-height: 15px;
	color: #7C878F;
}
#footer p#links
{
	width: auto;
	float: right;
	display: inline;
	margin: 15px 15px 0 0;
	line-height: 15px;
	color: #7C878F;
}
#footer p#links a, #footer p#copyright a
{
	color: #568AA4;
	text-decoration: underline;
}
#footer p#links a:hover, #footer p#copyright a:hover
{
	color: #2C586E;
	text-decoration: underline;
}
