html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #D3D9E9;
	
}
.show_on_print {
	display: none;
}
.important {
	color: #c30 !important;
}
a:link, a:visited {
	color: #0B0179;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #3C8EE0;
	text-decoration: underline;
}

img.icon {
	border: none;
	height: 16px;
	width: 16px;
}
p strong.unit {
	color: #0B0179;
}
#container {
	width: 760px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	background: url(../images/body_bg.gif) top center repeat-y;
}
#banner {
	background: url(../images/firn_logo.gif) top left no-repeat;
	width: 740px;
	height: 114px;
	margin: 0 10px;
	padding: 0;
	}
#banner h1 {
	display: none;
}
#sidebar {
	width: 170px;
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	display: inline;
}
#content {
	margin: 0 10px 0 0;
	width: 510px;
	float: right;
	padding: 20px 10px;
	background: #ffffcc;
	display: inline;
}
#nav {
	margin: 50px 0 0 15px;
	padding: 0;
	width: 150px;
	list-style: none;
}
#nav li {
	margin: 0 0 2px 0;
	padding: 0;
	width: 150px;
	height: 20px;
	border: 2px solid;
	border-color: #618DFA #002A94 #002A94 #618DFA;
	position: relative;
	float: left;
	clear: both;
	background: #2554C7;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 16px;
	width: 150px;
}
#nav li a {
	text-decoration: none;
	display: block;
	width: 146px;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	font-size: 12px;
	color: white;
	margin: 0;
	text-align: center;
	padding: 0;
	position: relative;
	z-index: 20;
}

#nav li.parent a {
	background: url(../images/nav_arrow.gif) top right no-repeat;
}

#nav li:hover, #nav li.hover {
	border-color: #96B5FF #4B6EC9 #4B6EC9 #96B5FF;
	background: #628AEC;
}

#nav li ul {
	width: auto;
	display: none;
	position: absolute;
	top: -4px;
	left: 148px;
	margin: 0;
	padding: 2px;
	list-style: none;	
	z-index: 10;
	background: #ffc;
}
#nav li.parent ul li a {
	background: none !important;
}

#nav li:hover ul,
#nav li.hover ul {
	display: block;
}

#content p {
	text-align: left;
	line-height: 18px;
}
#content p,
#content li,
#content th,
#content td {
	font-size: 12px;
	color: #000;
}

#content h2 {
	font-size: 20px;
	font-weight: bold;
	color: #2554C7;
	width: 100%;
	text-align: center;
	margin: 0;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #2554C7;
}
#content h3.subtitle {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 20px 0;
	text-align: center;
}
#content h4 {
	font-size: 12px;
	font-weight: normal;
	color: #2554C7;
}
#content ul {
	margin-top: 25px;
	margin-bottom: 25px;
}
#content li {
	margin: 3px 0;
}

#content dt,dd {
	font-size: 12px;
	color: #000;
}

#content dt {
	margin: 15px 0 0;
}

#footer {
	width: 760px;
	clear: both;
	margin: 0;
	padding: 22px 0 10px 0;
	text-align: center;
	color: #222;
	font-size: 11px;
	background: url(../images/footer_bg.gif) top left no-repeat #D3D9E9;
}
table.striped {
	border: 1px solid #666;
	margin: 15px 0;
	width: 100%;
}

table.striped th {
	background: #E7E7AF;
	border-bottom: 3px solid #666;
}
