
/********************* general ********************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}

.bodyclass {
	background-color: #000000;
	color: #ffffff;
}


/*********************************** main ********************************************/
#main {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
}

#top {
	width: 890px;
	height: 19px;
	float: left;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: right;
	padding-right: 1px;
	padding-top: 12px;
}

#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 879px;
	height: 133px;
	float: left;
	padding-left: 10px;
}

/*************************** navigation **************************/
#navigation {
	width: 195px;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
}

#navcontainer {
	width: 195px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style: none;
	border-bottom: 1px solid #464646;
}

#navcontainer li a
{
	display: block;
	padding: 5px 3px 5px 18px;
	width: 174px;
	color: #ffffff;
	text-decoration: none;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	color: #ed5e26;
	font-weight: bold;
	background-color: #202020;
	/*background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;*/
}

#navcontainer ul ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 1px;
	background-color: #353433;
}

#navcontainer li li
{
	list-style: none;
	border: none;
}

#navcontainer li li a
{
	display: block;
	padding: 5px 3px 5px 27px;
	width: 165px;
	color: #ffffff;
	text-decoration: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	color: #ffffff;
	font-weight: bold;
	background-color: #353433;
}

.navbanner {
	margin-bottom: 5px;
}

#bar {
	width: 8px;
	height: 440px;
	float: left;
}


/************************** content *******************/
#mainbody {
	width: 666px;
	float: left;
	padding-bottom: 10px;
}

/********** breadcrumb and title ****************/
#breadcrumb {
	width: 666px;
	float: left;
	text-align: right;
	color: #ffffff;
	font-size: 10px;
	text-transform: lowercase;
	padding-bottom: 3px;
}

#breadcrumb a {
	color: #ffffff;
}

h1 {
	width: 666px;
	float: left;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 15px;
	margin: 0px;
}

/*************************************** footer ****************************************/
#navbottom {
	position: relative;
	width: 890px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}

#teamnet {
	position: absolute;
	left: 10px;
	top: -141px;
}

#jinglebell {
	position: absolute;
	left: 10px;
	top: -241px;
}

#bottom {
}

#footer {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	clear: both;
	font-size: 11px;
}

#footer a {
	color: #ffffff;
}

#printfooter {
	display: none;
	visibility: hidden;
}
