/* Core site elements */
html	{ 
		margin: 0px !important;
		padding: 0px !important;
		width: 100% !important;
		height: 100% !important;
}
body	{
		FONT-FAMILY: Tahoma,Verdana,Arial,sans-serif;
		font-size: 12px;
		margin: 0px !important;
		padding: 0px !important;
		width: 100% !important;
}

img		{ 
		border: 0;
}
A {
	COLOR: #0011aa; TEXT-DECORATION: none
}
A:visited {
	COLOR: #0011aa
}
A:active {
	COLOR: #0011aa; TEXT-DECORATION: none
}
A:hover {
	COLOR: #006699; TEXT-DECORATION: underline
}

/* logo */
#logo {
	height: 77px;
	position: relative;
	border-bottom: 1px solid #A1A6B1;
	background: #33415D url("/newnew/images/bannerbg.jpg") top repeat-x;
	z-index: 1;
}

/* header */
#header {
	height: 38px;
	position: relative;
	border-bottom: 1px solid #A1A6B1;
	background: #0A3E70;
	z-index: 1;
}
#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #576178;
	border-right: 1px solid #1f2635;
	position: static;
	top: 0;
}
#header li {
	float: left;
	padding: 0;
	margin: 0;
}
#header ul span, 
#header ul a:link, 
#header ul a:visited {
	display: block;
	float: left;
	padding: 10px 15px;
	text-decoration: none;
	border-right: 1px solid #576178;
	border-left: 1px solid #1f2635;
	color: #dee0e5;
	height: 16px;
}
#header ul li span,
#header ul li a.current,
#header ul li a:hover {
	background: #336799;
	color: #fff;
	text-decoration: underline;
}

/* bodymass */
#container {
	text-align: left;
	width: 100%;
   	min-height: 100%;
   	margin-left: auto;
   	margin-right: auto;
	background: #F9F7EC;
}
#navbar {
	height: 20px;
	position: relative;
	border-bottom: 1px solid #A1A6B1;
	background:  url("/newnew/images/nav-background.png") top repeat-x;
	z-index: 1;
}
#navbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: static;
	top: 0;
}

#navbar li {
	float: left;
	padding: 0;
	margin: 0;
}

#navbar ul span, #navbar ul a:link, #navbar ul a:visited {
	display: block;
	float: left;
	padding: 1px 20px;
	text-decoration: none;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #3A4967;
	height: 19px;
} 

#ignored {}



#navbar ul li span,
#navbar ul li a.current,
#navbar ul li a:hover {
	background: #475470;
	color: #fff;
	text-decoration: underline;
}

#navbar ul li span,
#navbar ul li a.current {
	text-decoration: none;
}
#footer {
	position: absolute;
	width: 100%;
	height: 26px;
	background: #F7F8F8 url("/newnew/images/nav-background.png") bottom ;
	font-size: 7pt;
	color: #999;
	text-align: center;
	overflow: hidden;
}


