*,h1,h2,h3,h4
{
	margin: 0;
	padding: 0;
	color: black;
	line-height: normal;
}

img {
	border: 0;
}

html,body
{
	width: 100%;
	height: 100%;
}

#container
{
	width: 100%;
	height: 100%;
}

#header
{
	height:	58px;
	width: 800px;
}

#crumb-path
{
	margin-left: 6px;
	margin-top: 5px;
	font-size: 8pt;
	color: #122f57;
	font-weight: bold;
}

#crumb-path a
{
	font-size: 8pt;
	color: #122f57;
}

#logo
{
	width: 144px;
	height: 38px;
	margin: 4px;
	margin-top: 16px;
	float: left;
}

#menu
{
	float: right;
	margin-top: 30px;
	width: 600px;
}

active-item {
	border: 1px solid red;
}

#menu img
{
	margin-right: 6px;
	margin-left: 6px;
}

#top-bar-top, #top-bar-bottom
{
	width: 100%;
	background: url(../images/top_bar_bg.jpg);
	background-repeat: repeat-y;
	background-color: #ebebeb;
	border-top: 1px solid #505050;
	border-bottom: 1px solid #505050;
}

#top-bar-top
{
	height: 8px;
	font-size: 6pt;
}

#top-bar-home
{
	width: 100%;
	height: 160px;
	background-color: #dbdbdb;
}

#top-bar-default
{
	width: 100%;
	height: 76px;
	background: url(../images/top_bar2.jpg);
	background-repeat: no-repeat;
	background-color: #dbdbdb;
}

#top-bar-bottom
{
	height: 24px;
	font-size: 8pt;
}

#top-bar-search
{
	float: right;
}

#content
{
	margin: 8px;
	min-height: 400px;
	width: 920px;
}

#footer
{
	clear: both;
	text-align: right;
	margin-right: 8pt;
}

#tempTest {
	font-size: 14pt;
	color: #1e3957;
	text-decoration: none;
	font-variant: small-caps;
	font-family: "trebuchet ms";
}

