@charset "utf-8";
/* CSS Document */

/*********************************************\
*  body style
\*********************************************/
body
{
	background-color: #d8d6d7;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #303030;
}

a
{
	color: #6681e3;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a.header
{
	color: #1a1a1a;
	text-decoration: none;
}

a.header:hover { text-decoration: underline; }

#body-wrapper
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
}

/* ie hack for top margin */
* html #body-wrapper
{
	margin-top: 20px;
}

#body-top
{
	width: 100%;
	height: 160px;
	background-image: url(../images/body-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	top: 0px;
}

#body-footer
{
	width: 100%;
	height: 70px;
	background-image: url(../images/body-footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	bottom: 0px;
}

/*********************************************\
*  block styles
\*********************************************/
#header-wrapper, #content-wrapper, #footer-wrapper
{
	width: 910px;
	padding-left: 0px;
	padding-right: 25px;
}

#header-sub-menu-wrapper
{
	width: 950px;
}

/*********************************************\
*  element styles
\*********************************************/

#header-menu-wrapper
{
	width: 950px;
	height: 44px;
	background-image: url(../images/header-menu-bg.jpg);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	top: 108px;
	line-height: 50px;
}


#copyright, #footer-links
{
	width: 250px;
	display: table-cell;
	margin-top: 48px;
	margin-left: 40px;
	font-size: 11px;
}

#copyright { float: left; }

#footer-links
{
	float: right;
	text-align: right;
	color: #bdbdbd;
}


#content
{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: visible;
}

* html #content p
{
	margin-top: 0px;
}



h1#title
{
	font-size: 14pt;
	font-weight: bold;
	color: #0055a5;
	margin: 0;
	width: 50%;
	display: table-cell;
}

#content hr
{
	margin: 2;
	border: 0;
	border-top: 1px solid #bdbdbd;
}

* html #content hr
{
	margin: -2px;
	border: 0;
	color: white;
	border-top: 1px solid #bdbdbd;
}

#numitems a, #header-login a
{
	color: #000000;
}
