html {
	min-height: 100%; margin-bottom: 1px; /* forces scrollbar */
}

#layout {
	width: 750px;
}

#icons {
	padding-top: 40px;
}

#line {
	border-left: 2px solid #376376;
}

#navbar {
	background-color: #376376;
	height: 15px;
	color: #f36e20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 4px 4px 4px;
}

#navbar a {
	padding: 5px 5px 5px 5px;
	color: #fff;
	text-decoration: none;
}

#navbar a:hover {
	color: #ff9c00;
}

#navbar a.active:hover {
	color: #ff9c00;
}

#navbar a.active {
	color: #ff9c00;
}

#content {
	min-height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	padding: 10px;
	line-height: 1.5em;
}

#content a {
	color: #f37020;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #fff;
	text-decoration: none;
	background: #f37020;
	font-weight: bold;
}

#line_bottom {
	background-color: #376376;
	height: 20px;
}

#footer {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer a {
	color: #f57022;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f57022;
}

img {
	display: block;
	border: 0;
}

h2 {
	color: #f57022;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #666;
	border-bottom: 1px dotted #666;
}

h4 {
	background-color: #FFFF99;
	padding-left: 3px;
	font-weight: bold: 
}

#content dd {
	margin-left: 0;
}

hr {
	margin: 15px 0 15px 0;
	background-color: #376376;
}

.tooltip {
	color: #376376;
	cursor: help;
	text-decoration: none;
}